summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/amdgpu: post card if there is real hw resetting performedJim Qu2017-02-171-1/+4
* drm/amdgpu: read hw register to check pg status.Rex Zhu2017-02-131-2/+0
* drm/amdgpu: report the number of bytes moved at buffer creationSamuel Pitoiset2017-02-091-0/+1
* Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-011-10/+55
|\
| * drm/amdgpu: fix amdgpu_bo_va_mapping flagsChristian König2017-01-271-1/+1
| * drm/amd/amdgpu: remove the uncessary parameter for ib schedulerJunwei Zhang2017-01-271-2/+2
| * drm/amdgpu:introduce new flag to identify VM domain for cntx_ctrlMonk Liu2017-01-271-0/+1
| * drm/amdgpu:implement ring_write_multipleMonk Liu2017-01-271-0/+31
| * drm/amdgpu: simplify allocation of scratch regsNils Wallménius2017-01-271-2/+1
| * drm/amdgpu/ring: add two interfaces to support r/w registers with kiqXiangliang Yu2017-01-271-0/+2
| * drm/amdgpu: add get clockgating_state method for vce v3Huang Rui2017-01-271-0/+1
| * drm/amdgpu: add get clockgating_state method for uvd v5&v6Huang Rui2017-01-271-0/+1
| * drm/amdgpu: introduce an interface to get clock gating status dynamicallyHuang Rui2017-01-271-0/+1
| * drm/amdgpu: remove detect_hw_virtualization interfaceXiangliang Yu2017-01-271-2/+0
| * drm/amdgpu/virt: rename fieldes of virtualization structureXiangliang Yu2017-01-271-1/+1
| * drm/amdgpu/gfx8: add support kernel interface queue(KIQ)Xiangliang Yu2017-01-271-0/+13
| * drm/amdgpu: delete dead module parameter:amdgpu_powerplay.Rex Zhu2017-01-271-1/+0
| * drm/amdgpu: Remove checking for atombiosNils Wallménius2017-01-271-1/+0
* | drm/amd/amdgpu: Remove drm_debugfs_remove_files() callNoralf Trønnes2017-01-271-1/+0
|/
* Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-101-1/+1
|\
| * drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-1/+1
* | 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
OpenPOWER on IntegriCloud