summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Merge tag 'drm-next-2020-02-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds49-432/+2378
2020-01-30drm/amdgpu: Fix implicit enum conversion in gfx_v9_4_ras_error_injectNathan Chancellor1-1/+1
2020-01-30amdgpu: using vmalloc requires includeing vmalloc.hStephen Rothwell1-0/+1
2020-01-30drm/amdgpu: allocate entities on demandNirmoy Das2-117/+124
2020-01-30drm/amdgpu: Enable DISABLE_BARRIER_WAITCNT for ArcturusJoseph Greathouse1-0/+17
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds126-4060/+7887
2020-01-27drm/amdgpu: enable GPU reset by default on renoirAlex Deucher1-0/+1
2020-01-27drm/amdgpu: enable GPU reset by default on NaviAlex Deucher1-0/+3
2020-01-27drm/amdgpu: add coreboot workaround for KV/KBChristian König1-1/+2
2020-01-27drm/amdgpu: original raven doesn't support full asic resetAlex Deucher1-0/+4
2020-01-27drm/amdgpu: attempt to enable gfxoff on more raven1 boards (v2)Alex Deucher1-4/+40
2020-01-27drm/amd/amdgpu: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-27drm/amdgpu: initialize bo_va_list when add gws to processxinhui pan1-0/+1
2020-01-27drm/amdgpu/vcn: use inst_idx relacing instJames Zhu1-12/+12
2020-01-27drm/amdgpu/vcn: fix typo errorJames Zhu1-1/+1
2020-01-27drm/amdgpu/vcn: fix vcn2.5 instance issueJames Zhu1-44/+44
2020-01-27drm/amdgpu/vcn2.5: fix a bug for the 2nd vcn instance (v2)James Zhu1-5/+8
2020-01-27drm/amdgpu/vcn: Share vcn_v2_0_dec_ring_test_ring to vcn2.5James Zhu3-2/+3
2020-01-27drm/amdgpu: Use the correct flush_type in flush_gpu_tlb_pasidFelix Kuehling2-4/+4
2020-01-27drm/amdgpu: Fix TLB invalidation request when using semaphoreFelix Kuehling2-6/+7
2020-01-23drm/amdgpu: remove the experimental flag for renoirAlex Deucher1-1/+1
2020-01-22drm/amdgpu: individualize fence allocation per entityNirmoy Das2-18/+27
2020-01-22Revert "drm/amdgpu: fix modprobe failure of the secondary GPU when GDDR6 trai...Tianci.Yin2-31/+1
2020-01-22drm/amdgpu: fix VRAM partially encroached issue in GDDR6 memory training(V2)Tianci.Yin2-3/+35
2020-01-22drm/amdgpu: remove unnecessary conversion to boolNirmoy Das25-50/+50
2020-01-22drm/amdgpu: add RAS support for the gfx block of ArcturusDennis Li4-1/+1039
2020-01-22drm/amdgpu: abstract EDC counter clear to a separated functionDennis Li1-35/+77
2020-01-22drm/amdgpu: refine the security check for RAS functionsDennis Li1-2/+2
2020-01-22drm/amdgpu: enable RAS feature for more mmhub sub-blocks of AcrturusDennis Li1-6/+695
2020-01-22drm/amdgpu: read gfx register using RREG32_KIQ macrochen gong1-5/+5
2020-01-22drm/amdgpu: add kiq version interface for RREG32/WREG32chen gong2-2/+6
2020-01-22drm/amdgpu: provide a generic function interface for reading/writing register...chen gong8-104/+108
2020-01-22drm/amdgpu: added support to get mGPU DRAM baseJohn Clements3-1/+81
2020-01-22drm/amdgpu: modify packet size for pm4 flush tlbsAlex Sierra4-4/+6
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