aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2019-11-06drm/amdgpu: fix potential double drop fence referencePan Bian1-0/+2
2019-11-06drm/amdgpu: change read of GPU clock counter on Vega10 VFEric Huang1-3/+16
2019-11-06drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9changzhu1-0/+7
2019-11-06drm/amdgpu: add dummy read by engines for some GCVM status registers in gfx10changzhu4-6/+64
2019-11-06drm/amdgpu: perform p-state switch after the whole hive initializedEvan Quan1-12/+35
2019-11-06drm/amdgpu: fix possible pstate switch race conditionEvan Quan2-2/+35
2019-11-06drm/amdgpu: register gpu instance before fan boost feature enablmentEvan Quan2-1/+7
2019-11-06drm/amdgpu: disallow direct upload save restore list from gfx driverHawking Zhang1-1/+2
2019-11-06drm/amdgpu/discovery: Need to free discovery memoryEmily Deng1-3/+3
2019-11-06drm/amdgpu/gpuvm: add some additional comments in amdgpu_vm_update_ptesAlex Deucher1-1/+9
2019-11-06drm/amdgpu: enable VCN DPG on Raven and Raven2Alex Deucher1-2/+6
2019-11-06drm/amdgpu: add navi14 PCI IDTianci.Yin1-0/+1
2019-11-06drm/amd/powerplay: support xgmi pstate setting on powerplay routine V2Evan Quan1-0/+5
2019-11-06drm/amdgpu: change pstate only after all XGMI device initializedEvan Quan1-3/+12
2019-11-06drm/amdgpu: add navi14 PCI IDTianci.Yin1-0/+1
2019-11-06drm/amdgpu: dont schedule jobs while in resetShirish S1-1/+4
2019-11-06drm/amdgpu/arcturus: properly set BANK_SELECT and FRAGMENT_SIZEAlex Deucher1-0/+9
2019-11-06drm/amdgpu: dont schedule jobs while in resetShirish S1-1/+4
2019-11-06drm/amdgpu/arcturus: properly set BANK_SELECT and FRAGMENT_SIZEAlex Deucher1-0/+9
2019-11-04Merge tag 'drm-next-5.5-2019-11-01' of git://people.freedesktop.org/~agd5f/li...Dave Airlie33-111/+198
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie10-121/+161
2019-10-30drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZEAlex Deucher2-0/+18
2019-10-30drm/amdgpu: If amdgpu_ib_schedule fails return back the error.Andrey Grodzovsky1-1/+3
2019-10-30drm/amdgpu/gfx10: update gfx golden settings for navi12Tianci.Yin1-1/+1
2019-10-30drm/amdgpu/gfx10: update gfx golden settings for navi14Tianci.Yin1-1/+1
2019-10-30drm/amdgpu/gfx10: update gfx golden settingsTianci.Yin1-1/+1
2019-10-30drm/amdgpu/sdma5: do not execute 0-sized IBs (v2)Pierre-Eric Pelloux-Prayer1-0/+1
2019-10-30drm/amdgpu: Fix SDMA hang when performing VKexample testchen gong1-0/+1
2019-10-30drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZEAlex Deucher2-0/+18
2019-10-30drm/amdgpu: fix no ACK from LDS read during stress test for ArcturusLe Ma1-0/+1
2019-10-30drm/amdgpu: fix gfx VF FLR test fail on naviHaiJun Chang1-0/+1
2019-10-30drm/amdgpu: bypass some cleanup work after err_event_athub (v2)Le Ma4-11/+30
2019-10-30drm/amdgpu: clear UVD VCPU buffer when err_event_athub generatedLe Ma1-1/+9
2019-10-30drm/amdgpu/SRIOV: SRIOV VF doesn't support BACOJiange Zhao1-1/+1
2019-10-30drm/amdgpu: Remove superfluous void * cast in debugfs_create_file() callGeert Uytterhoeven1-2/+2
2019-10-30drm/amdgpu: remove set but not used variable 'adev'YueHaibing1-9/+0
2019-10-30drm/amdkfd: Delete duplicated queue bit map reservationYong Zhao1-8/+0
2019-10-30drm/amdkfd: Delete unnecessary pr_fmt switchYong Zhao4-13/+0
2019-10-30Merge tag 'drm-misc-next-2019-10-24-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-1/+4
2019-10-30Merge tag 'drm-next-5.5-2019-10-25' of git://people.freedesktop.org/~agd5f/li...Dave Airlie38-540/+1654
2019-10-28drm/amdgpu: add independent DMA-buf import v9Christian König4-28/+52
2019-10-28drm/amdgpu: add independent DMA-buf export v8Christian König3-78/+96
2019-10-28drm/amd: correct "_LENTH" mispelling in constantWambui Karuga3-5/+5
2019-10-28drm/amd: declare amdgpu_exp_hw_support in amdgpu.hWambui Karuga1-0/+1
2019-10-25drm/amdgpu: If amdgpu_ib_schedule fails return back the error.Andrey Grodzovsky1-1/+3
2019-10-25drm/amdgpu/gfx10: update gfx golden settings for navi12Tianci.Yin1-1/+1
2019-10-25drm/amdgpu/gfx10: update gfx golden settings for navi14Tianci.Yin1-1/+1
2019-10-25drm/amdgpu/gfx10: update gfx golden settingsTianci.Yin1-1/+1
2019-10-25drm/amd/powerplay: skip unsupported clock limit settings on Arcturus V2Evan Quan1-0/+13
2019-10-25drm/amdgpu: Allow reading more status registers on si/cikMarek Olšák5-1/+34