summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-12-131-825/+71
|\
| * drm/amd/amdgpu: Add debugfs support for reading GPRs (v2)Tom St Denis2016-12-081-0/+2
| * drm/amd/amdgpu: stored bios_sizeEvan Quan2016-12-081-0/+1
| * Revert "drm/amdgpu: use the kernel zone memory size as the max remote memory ...Alex Deucher2016-12-061-2/+0
| * Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-12-061-3/+2
| |\
| | * drm/amdgpu: drop is_display_hung from display funcsAlex Deucher2016-11-231-1/+0
| | * drm/amdgpu: delete duplicate module parameter.Rex Zhu2016-11-111-2/+2
| * | Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-0/+1
| |\ \ | | |/ | |/|
| * | drm/amdgpu: add the interface of waiting multiple fences (v4)Junwei Zhang2016-11-091-0/+2
| * | Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie2016-10-281-16/+16
| |\ \
| | * | dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-27/+27
| * | | drm/amd/amdgpu: re-factor debugfs wave readerTom St Denis2016-10-251-0/+1
| * | | drm/amdgpu: rework IP block registration (v2)Alex Deucher2016-10-251-17/+25
| * | | drm/amdgpu: move dpm related definitions to amdgpu_dpm.hAlex Deucher2016-10-251-448/+1
| * | | drm/amdgpu: move IB and frame size directly into the engine descriptionChristian König2016-10-251-2/+0
| * | | drm/amdgpu: add additional cached gca config variablesAlex Deucher2016-10-251-0/+12
| * | | drm/amdgpu: move VM defines into amdgpu_vm.hChristian König2016-10-251-169/+1
| * | | drm/amdgpu: move fence and ring defines into amdgpu_ring.hChristian König2016-10-251-146/+1
| * | | drm/amdgpu: move sync handling into a separate headerChristian König2016-10-251-21/+1
| * | | drm/amdgpu: stop using a bo list entry for the VM PTsChristian König2016-10-251-2/+2
| * | | drm/amdgpu: move PT validation back into VM code v2Christian König2016-10-251-2/+3
| * | | drm/amdgpu: remove adev pointer from struct amdgpu_bo v2Christian König2016-10-251-1/+5
| * | | drm/amdgpu: update the shadow PD together with the real one v2Christian König2016-10-251-1/+0
| * | | drm/amdgpu: add VRAM manager v2Christian König2016-10-251-0/+1
| |/ /
* | / drm/amdgpu: just suspend the hw on pci shutdownAlex Deucher2016-12-071-0/+1
| |/ |/|
* | drm/amdgpu: Attach exclusive fence to prime exported bo's. (v5)Mario Kleiner2016-11-111-0/+1
|/
* drm/amdgpu: also track late init stateGrazvydas Ignotas2016-10-061-0/+1
* Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-09-301-4/+2
|\
| * drm/amdgpu: rename all rbo variable to abo v2Christian König2016-09-281-2/+2
| * drm/amdgpu: remove unused member from struct amdgpu_boChristian König2016-09-281-2/+0
* | Merge tag 'v4.8-rc8' into drm-nextDave Airlie2016-09-281-3/+2
|\ \ | |/ |/|
| * drm/amdgpu: fix lru size grouping v2Christian König2016-08-241-0/+2
| * drm/amdgpu: Change GART offset to 64-bitFelix Kuehling2016-08-161-2/+2
* | drm/amdgpu/atpx: check for ATIF dGPU wake for display events supportAlex Deucher2016-09-221-0/+2
* | drm/amdgpu:cleanup virt related defineMonk Liu2016-09-221-31/+1
* | drm/amd/powerplay: Replace per-asic print_performance with genericTom St Denis2016-09-221-5/+5
* | drm/amdgpu:changes of virtualization cases probe (v3)Monk Liu2016-09-191-8/+28
* | drm/amdgpu: clean function declarations in amdgpu_ttm.c upBaoyou Xie2016-09-161-0/+2
* | drm/amdgpu/ring: add an interface to get dma frame and ib sizeAlex Deucher2016-09-161-0/+4
* | drm/amd/powerplay: add module parameter to mask pp featuresRex Zhu2016-09-141-0/+1
* | drm/amdgpu: bind GTT on demandChristian König2016-09-141-0/+1
* | drm/amdgpu:implement CONTEXT_CONTROL (v5)Monk Liu2016-09-141-0/+8
* | drm/amdgpu: change job->ctx field nameMonk Liu2016-09-121-1/+1
* | drm/amdgpu: prevent command submission failures under memory pressure v2Christian König2016-09-021-0/+1
* | drm/amdgpu: add gart recovery by gtt list V2Chunming Zhou2016-08-311-0/+1
* | drm/amdgpu: link all gtt when binding them V2Chunming Zhou2016-08-311-0/+4
* | drm/amdgpu: add SI DPM support (v4)Maruthi Bayyavarapu2016-08-311-0/+6
* | drm/amdgpu: introduce pcie port read/write entryHuang Rui2016-08-311-0/+4
* | drm/amdgpu: add DMA implementation for si v8Ken Wang2016-08-311-0/+4
* | drm/amdgpu:add switch buffer to end of CS (v2)Monk Liu2016-08-301-0/+2
OpenPOWER on IntegriCloud