summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds126-4060/+7887
2020-01-23drm/amdgpu: remove the experimental flag for renoirAlex Deucher1-1/+1
2020-01-17drm/amdgpu: add the lost mutex_init backPan, Xinhui1-0/+1
2020-01-16drm/amdgpu: add arcturus to gpu recovery check code pathHawking Zhang1-0/+1
2020-01-16drm/amdgpu: check if driver should try recovery in ras recovery pathHawking Zhang1-1/+2
2020-01-16drm/amd/powerplay: a quick fix for the deadlock issue belowEvan Quan1-15/+43
2020-01-16drm/amdgpu: only set cp active field for kiq queueHuang Rui3-6/+15
2020-01-16drm/amdgpu/pm: clean up return typesAlex Deucher1-15/+24
2020-01-16drm/amdgpu/vcn2.5: implement indirect DPG SRAM modeJames Zhu2-20/+52
2020-01-16drm/amdgpu/vcn2.5: add dpg pause modeJames Zhu1-0/+70
2020-01-16drm/amdgpu/vcn2.5: add DPG mode start and stopJames Zhu1-2/+288
2020-01-16drm/amdgpu/vcn: move macro from vcn2.0 to share amdgpu_vcn (v2)James Zhu3-12/+12
2020-01-16drm/amdgpu/vcn: support multiple instance direct SRAM read and write (v2)James Zhu3-84/+83
2020-01-16drm/amdgpu/vcn: support multiple-instance dpg pause modeJames Zhu4-9/+9
2020-01-16drm/amdgpu: fix modprobe failure of the secondary GPU when GDDR6 training ena...Tianci.Yin2-1/+31
2020-01-16drm/amdgpu/gfx10: update gfx golden settings for navi14Tianci.Yin1-1/+1
2020-01-16drm/amdgpu/gfx10: update gfx golden settingsTianci.Yin1-1/+1
2020-01-16drm/amdgpu: check rlc_g firmware pointer is valid before using itshaoyunl1-4/+5
2020-01-16drm/amdgpu: drop amdgpu_job.ownerChristian König3-3/+0
2020-01-16drm/amdgpu: error out on entity with no run queueNirmoy Das1-0/+5
2020-01-16drm/amdkfd: use map_queues for hiq on gfx v10 as wellHuang Rui1-21/+61
2020-01-16drm/amdkfd: use kiq to load the mqd of hiq queue for gfx v9 (v6)Aaron Liu3-20/+63
2020-01-16drm/amdgpu: flush TLB functions removal from kfd2kgd interfaceAlex Sierra6-249/+0
2020-01-16drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfdAlex Sierra2-0/+34
2020-01-16drm/amdgpu: export function to flush TLB via pasidAlex Sierra5-0/+223
2020-01-16drm/amdgpu: replace kcq enable/disable functions on gfx_v9Alex Sierra1-100/+2
2020-01-16drm/amdgpu: implement tlbs invalidate on gfx9 gfx10Alex Sierra3-0/+33
2020-01-16drm/amdgpu: kiq pm4 function implementation for gfx_v9Alex Sierra1-0/+115
2020-01-16drm/amdgpu: Avoid reclaim fs while eviction lockAlex Sierra2-8/+38
2020-01-15drm/amdgpu: update goldensetting for renoirAaron Liu1-1/+1
2020-01-14drm/amdgpu/debugfs: properly handle runtime pmAlex Deucher2-7/+134
2020-01-14drm/amdgpu/pm: properly handle runtime pmAlex Deucher1-208/+614
2020-01-14drm/amdgpu: add header file for macro SZ_1MFlora Cui1-0/+1
2020-01-14drm/amdgpu/psp: declare navi1x ta firmwareAlex Deucher1-0/+3
2020-01-14drm/amdgpu: Match TC hash settings to DF settings (v2)Joseph Greathouse3-0/+50
2020-01-14drm/amdgpu: Create generic DF struct in adevJoseph Greathouse8-49/+90
2020-01-14drm/amdgpu: preserve RSMU UMC index mode stateJohn Clements1-2/+41
2020-01-14drm/amdgpu: disable XGMI TA unload for arcturusJohn Clements1-0/+5
2020-01-14drm/amdgpu: update goldensetting for renoirAaron Liu1-1/+1
2020-01-14drm/amdgpu/gmc10: free stolen memory in late_initAlex Deucher1-0/+2
2020-01-14drm/amdgpu/gmc10: remove dead codeAlex Deucher1-9/+0
2020-01-14drm/amdgpu: enable S/G display on PCO and RV2 (v2)Alex Deucher1-6/+16
2020-01-14drm/amdgpu/gfx9: remove unused sdma headersAlex Deucher1-9/+0
2020-01-14drm/amdgpu: check sdma ras funcs pointer before accessingHawking Zhang1-2/+6
2020-01-14drm/amdgpu: calculate MCUMC_ADDRT0 per asic's UMC offsetGuchun Chen1-4/+6
2020-01-14drm/amdgpu/sriov: workaround on rev_id for Navi12 under sriovTiecheng Zhou1-0/+6
2020-01-14drm/amdgpu: read sdma edc counter to clear the countersHawking Zhang2-10/+8
2020-01-14drm/amdgpu: add ras_late_init and ras_fini for sdma v4Hawking Zhang2-2/+7
2020-01-14drm/amdgpu: support error reporting for sdma ip blockHawking Zhang1-0/+8
2020-01-14drm/amdgpu: add query_ras_error_count function for sdma v4Hawking Zhang2-0/+169