summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2020-01-27drm/amdgpu: attempt to enable gfxoff on more raven1 boards (v2)Alex Deucher-4/+40
2020-01-27drm/amd/amdgpu: fix spelling mistake "to" -> "too"Colin Ian King-1/+1
2020-01-27drm/amdgpu: initialize bo_va_list when add gws to processxinhui pan-0/+1
2020-01-27drm/amdgpu/vcn: use inst_idx relacing instJames Zhu-12/+12
2020-01-27drm/amdgpu/vcn: fix typo errorJames Zhu-1/+1
2020-01-27drm/amdgpu/vcn: fix vcn2.5 instance issueJames Zhu-44/+44
2020-01-27drm/amdgpu/vcn2.5: fix a bug for the 2nd vcn instance (v2)James Zhu-5/+8
2020-01-27drm/amdgpu/vcn: Share vcn_v2_0_dec_ring_test_ring to vcn2.5James Zhu-2/+3
2020-01-27drm/amdgpu: Use the correct flush_type in flush_gpu_tlb_pasidFelix Kuehling-4/+4
2020-01-27drm/amdgpu: Fix TLB invalidation request when using semaphoreFelix Kuehling-6/+7
2020-01-24drm: Avoid drm_global_mutex for simple inc/dec of dev->open_countChris Wilson-1/+1
2020-01-23drm/amdgpu: remove the experimental flag for renoirAlex Deucher-1/+1
2020-01-22drm/amdgpu: individualize fence allocation per entityNirmoy Das-18/+27
2020-01-22Revert "drm/amdgpu: fix modprobe failure of the secondary GPU when GDDR6 trai...Tianci.Yin-31/+1
2020-01-22drm/amdgpu: fix VRAM partially encroached issue in GDDR6 memory training(V2)Tianci.Yin-3/+35
2020-01-22drm/amdgpu: remove unnecessary conversion to boolNirmoy Das-50/+50
2020-01-22drm/amdgpu: add RAS support for the gfx block of ArcturusDennis Li-1/+1039
2020-01-22drm/amdgpu: abstract EDC counter clear to a separated functionDennis Li-35/+77
2020-01-22drm/amdgpu: refine the security check for RAS functionsDennis Li-2/+2
2020-01-22drm/amdgpu: enable RAS feature for more mmhub sub-blocks of AcrturusDennis Li-6/+695
2020-01-22drm/amdgpu: read gfx register using RREG32_KIQ macrochen gong-5/+5
2020-01-22drm/amdgpu: add kiq version interface for RREG32/WREG32chen gong-2/+6
2020-01-22drm/amdgpu: provide a generic function interface for reading/writing register...chen gong-104/+108
2020-01-22drm/amdgpu: added support to get mGPU DRAM baseJohn Clements-1/+81
2020-01-22drm/amdgpu: modify packet size for pm4 flush tlbsAlex Sierra-4/+6
2020-01-17drm/amdgpu: add the lost mutex_init backPan, Xinhui-0/+1
2020-01-16drm/amdgpu: add arcturus to gpu recovery check code pathHawking Zhang-0/+1
2020-01-16drm/amdgpu: check if driver should try recovery in ras recovery pathHawking Zhang-1/+2
2020-01-16drm/amd/powerplay: a quick fix for the deadlock issue belowEvan Quan-15/+43
2020-01-16drm/amdgpu: only set cp active field for kiq queueHuang Rui-6/+15
2020-01-16drm/amdgpu/pm: clean up return typesAlex Deucher-15/+24
2020-01-16drm/amdgpu/vcn2.5: implement indirect DPG SRAM modeJames Zhu-20/+52
2020-01-16drm/amdgpu/vcn2.5: add dpg pause modeJames Zhu-0/+70
2020-01-16drm/amdgpu/vcn2.5: add DPG mode start and stopJames Zhu-2/+288
2020-01-16drm/amdgpu/vcn: move macro from vcn2.0 to share amdgpu_vcn (v2)James Zhu-12/+12
2020-01-16drm/amdgpu/vcn: support multiple instance direct SRAM read and write (v2)James Zhu-84/+83
2020-01-16drm/amdgpu/vcn: support multiple-instance dpg pause modeJames Zhu-9/+9
2020-01-16drm/amdgpu: fix modprobe failure of the secondary GPU when GDDR6 training ena...Tianci.Yin-1/+31
2020-01-16drm/amdgpu/gfx10: update gfx golden settings for navi14Tianci.Yin-1/+1
2020-01-16drm/amdgpu/gfx10: update gfx golden settingsTianci.Yin-1/+1
2020-01-16drm/amdgpu: check rlc_g firmware pointer is valid before using itshaoyunl-4/+5
2020-01-16drm/amdgpu: drop amdgpu_job.ownerChristian König-3/+0
2020-01-16drm/amdgpu: error out on entity with no run queueNirmoy Das-0/+5
2020-01-16drm/amdkfd: use map_queues for hiq on gfx v10 as wellHuang Rui-21/+61
2020-01-16drm/amdkfd: use kiq to load the mqd of hiq queue for gfx v9 (v6)Aaron Liu-20/+63
2020-01-16drm/amdgpu: flush TLB functions removal from kfd2kgd interfaceAlex Sierra-249/+0
2020-01-16drm/amdgpu: GPU TLB flush API moved to amdgpu_amdkfdAlex Sierra-0/+34
2020-01-16drm/amdgpu: export function to flush TLB via pasidAlex Sierra-0/+223
2020-01-16drm/amdgpu: replace kcq enable/disable functions on gfx_v9Alex Sierra-100/+2
2020-01-16drm/amdgpu: implement tlbs invalidate on gfx9 gfx10Alex Sierra-0/+33