summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2018-12-14drm/amdgpu: increase the MAX ring numberEvan Quan1-1/+1
2018-12-14drm/amdgpu: fix NULL fence handling in amdgpu_cs_fence_to_handle_ioctlChristian König1-0/+3
2018-12-14drm/amdgpu/psp: Correct and refine the vmr support. (v2)Emily Deng3-15/+16
2018-12-14drm/amdgpu/psp_v3_1: Get psp fw version through reading registerEmily Deng1-1/+4
2018-12-14drm/amdgpu: access register without KIQEmily Deng1-9/+9
2018-12-14drm/amdgpu: kfd_pre_reset outside req_full_gpu cause sriov hangwentalou1-4/+6
2018-12-13Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie89-830/+1585
2018-12-12drm/amd/display: Add fast path for cursor plane updatesNicholas Kazlauskas2-2/+73
2018-12-12drm/amdgpu: drop fclk/gfxclk ratio settingEvan Quan1-1/+1
2018-12-12drm/amdgpu: Enable GPU recovery by default for CIAndrey Grodzovsky1-0/+2
2018-12-11drm/amd/display: Fix duplicating scaling/underscan connector stateNicholas Kazlauskas1-0/+4
2018-12-11drm/amd/display: Fix unintialized max_bpc state valuesNicholas Kazlauskas1-0/+2
2018-12-11Revert "drm/amd/display: Set RMX_ASPECT as default"Nicholas Kazlauskas1-4/+2
2018-12-11drm/amdgpu: Fix stub function nameKuehling, Felix1-1/+1
2018-12-11drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lockAndrey Grodzovsky1-2/+2
2018-12-10drm/amdgpu/powerplay: Add special avfs cases for some polaris asics (v3)Alex Deucher1-0/+54
2018-12-10drm/amdgpu/powerplay: Apply avfs cks-off voltages on VIKenneth Feng2-0/+8
2018-12-10drm/amdgpu: update SMC firmware image for polaris10 variantsJunwei Zhang1-1/+2
2018-12-10drm/amdkfd: add new vega20 pci idAlex Deucher1-0/+1
2018-12-10drm/amdkfd: add new vega10 pci idsAlex Deucher1-0/+6
2018-12-10drm/amdgpu: add some additional vega20 pci idsAlex Deucher1-0/+1
2018-12-10drm/amdgpu: add some additional vega10 pci idsAlex Deucher1-0/+6
2018-12-10drm/amdgpu: remove set but not used variable 'grbm_soft_reset'YueHaibing1-4/+2
2018-12-10drm/amdgpu: Limit vm max ctx number to 4096Rex Zhu2-1/+2
2018-12-10drm/amdgpu: bypass RLC init under sriov for Tonga (v2)Tiecheng Zhou1-0/+5
2018-12-10drm/dp-mst-helper: Remove hotplug callbackDaniel Vetter1-9/+0
2018-12-08drm/amdgpu: move IV prescreening into the GMC codeChristian König9-154/+59
2018-12-08drm/amdgpu: remove VM fault_credit handlingChristian König7-115/+6
2018-12-08drm/amdgpu: send IVs to the KFD only after processing them v3Christian König1-21/+17
2018-12-08drm/amdkfd: Add support for doorbell BOsFelix Kuehling3-7/+62
2018-12-08drm/amdkfd: Add DMABuf import functionalityFelix Kuehling8-4/+262
2018-12-08drm/amdkfd: Add NULL-pointer checkFelix Kuehling1-1/+1
2018-12-08drm/amdgpu: Add KFD VRAM limit checkingFelix Kuehling5-54/+75
2018-12-08drm/amdgpu: Workaround build failure due to trace conflictKuehling, Felix4-1/+3
2018-12-08drm/amd/powerplay: rv dal-pplib interface refactor powerplay parthersen wu6-9/+165
2018-12-08drm/amdgpu: Skip ring soft recovery when fence was NULLwentalou1-1/+1
2018-12-08drm/amdgpu/psp: Destroy psp ring when doing gpu resetXiangliang Yu1-1/+3
2018-12-08drm/amdgpu/psp: Add support VMR ring for VFXiangliang Yu4-31/+85
2018-12-08drm/amdgpu/psp: Get psp fw version through reading registerXiangliang Yu1-1/+3
2018-12-08drm/amdgpu: always reserve one more shared slot for pipelined BO movesChristian König2-4/+6
2018-12-08drm/amdgpu: always reserve two slots for the VMChristian König2-13/+6
2018-12-08drm/amdgpu: fix using shared fence for exported BOs v2Christian König2-3/+11
2018-12-08drm/ttm: allow reserving more than one shared slot v3Christian König6-11/+14
2018-12-08drm/amdgpu: both support PCO FP5/AM4 rlc fwAaron Liu1-1/+15
2018-12-08drm/amdgpu/powerplay: check MC firmware for FFC supportAlex Deucher1-0/+8
2018-12-08drm/amdgpu/powerplay: update smu7_ppsmc.hAlex Deucher1-0/+3
2018-12-07drm/amdgpu: update smu firmware images for VI variants (v2)Alex Deucher2-5/+31
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König1-1/+1
2018-12-07Merge tag 'drm-misc-next-2018-12-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2018-12-06Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie92-1432/+2709