summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie61-643/+1746
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-14/+131
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie2-46/+53
2020-03-10drm/amdgpu/runpm: disable runpm on Vega10Feifei Xu1-0/+1
2020-03-10drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou8-11/+3
2020-03-10drm/amdgpu: add function to creat all ras debugfs nodeTao Zhou2-0/+31
2020-03-10drm/amdgpu: Correct the condition of warning while bo releasexinhui pan1-1/+2
2020-03-10drm/amdkfd: Consolidate duplicated bo alloc flagsYong Zhao2-15/+20
2020-03-10drm/amdgpu: do not set nil entry in compute_prio_schedNirmoy Das1-4/+11
2020-03-09drm/amdgpu: remove unused functionsNirmoy Das4-276/+0
2020-03-09drm/amdgpu: change hw sched list on ctx priority overrideNirmoy Das1-4/+25
2020-03-09drm/amdgpu: set compute queue priority at mqd_initNirmoy Das9-21/+127
2020-03-09drm/amdgpu: Enter low power state if CRTC active.Andrey Grodzovsky1-7/+38
2020-03-06drm/amdgpu: disable clock/power gating for SRIOVMonk Liu1-0/+23
2020-03-06drm/amdgpu: cleanup ring/ib test for SRIOV vcn2.0 (v2)Monk Liu2-10/+6
2020-03-06drm/amdgpu: implement initialization part on VCN2.0 for SRIOVMonk Liu1-3/+228
2020-03-06drm/amdgpu: disable jpeg block for SRIOVMonk Liu1-1/+2
2020-03-06drm/amdgpu: introduce mmsch v2.0 headerMonk Liu1-0/+338
2020-03-06drm/amdgpu: Use better names to reflect it is CP MQD bufferYong Zhao2-5/+8
2020-03-06drm/amdgpu: Fix GPU reset error.Andrey Grodzovsky1-11/+17
2020-03-06drm/amdgpu: Update SPM_VMID with the job's vmid when application reserves the...Jacob He1-0/+20
2020-03-06drm/amdgpu: update page retirement sequenceJohn Clements1-2/+5
2020-03-06drm/amdgpu: toggle DF-Cstate when accessing UMC ras error related registersGuchun Chen1-0/+16
2020-03-06drm/amdgpu: increase atombios cmd timeoutJohn Clements1-2/+2
2020-03-06drm/amdgpu: enable PCS error report on arcturusHawking Zhang1-0/+31
2020-03-06drm/amdgpu: enable PCS error report on VG20Hawking Zhang1-0/+3
2020-03-06drm/amdgpu: add helper funcs to detect PCS errorHawking Zhang2-0/+181
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya1-2/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-2/+1
2020-03-05drm/amdgpu: disable 3D pipe 1 on Navi1xTianci.Yin1-46/+51
2020-03-05drm/amdgpu: clean wptr on wb when gpu recoveryYintian Tao2-0/+2
2020-03-05drm/amdgpu: Wrap clflush_cache_range with x86 ifdefAndrey Grodzovsky1-1/+8
2020-03-05drm/amdgpu: Add support for USBC PD FW downloadAndrey Grodzovsky1-1/+109
2020-03-05drm/amdgpu: Add USBC PD FW load to PSP 11Andrey Grodzovsky2-0/+84
2020-03-05drm/amdgpu: Add USBC PD FW load interface to PSP.Andrey Grodzovsky1-0/+10
2020-03-05drm/amdgpu: correct ROM_INDEX/DATA offset for VEGA20Hawking Zhang1-2/+23
2020-03-05drm/amdgpu: add reset_ras_error_count function for HDPHawking Zhang3-1/+15
2020-03-05drm/amdgpu: add reset_ras_error_count function for GFXHawking Zhang4-17/+14
2020-03-05drm/amdgpu: add reset_ras_error_count function for MMHUBHawking Zhang4-0/+28
2020-03-05drm/amdgpu: add reset_ras_error_count function for SDMAHawking Zhang2-6/+15
2020-03-05drm/amdgpu/sriov: Use VF-accessible register for gpu_clock_countjianzh1-3/+4
2020-03-05drm/amdgpu/sriov: skip programing some regs with new L1 policyTiecheng Zhou2-47/+37
2020-03-05drm/amdgpu: Rearm IRQ in Navi10 SR-IOV if IRQ lostSamir Dhume1-0/+36
2020-03-05drm/amdgpu: stop using sratch_reg in IB testMonk Liu1-21/+17
2020-03-05drm/amdgpu: fix IB test MCBP bugMonk Liu5-6/+9
2020-03-05drm/amdgpu: disable 3D pipe 1 on Navi1xTianci.Yin1-46/+51
2020-03-05drm/amdgpu: Add debugfs interface to set arbitrary sclk for navi14 (v2)Chengming Gui1-0/+43
2020-03-05drm/amdgpu: Write blocked CP registers using RLC on VFRohit Khaire1-4/+4
2020-03-05drm/amdgpu: clean wptr on wb when gpu recoveryYintian Tao2-0/+2
2020-03-04Merge drm/drm-next into drm-misc-nextMaxime Ripard52-382/+939