summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-06-30drm/amdkfd: Add unmap from GPU SMI eventPhilip Yang3-7/+30
2022-06-30drm/amdkfd: Add user queue eviction restore SMI eventPhilip Yang9-15/+69
2022-06-30drm/amdkfd: Add migration SMI eventPhilip Yang5-21/+83
2022-06-30drm/amdkfd: Add GPU recoverable fault SMI eventPhilip Yang4-7/+37
2022-06-30drm/amdkfd: Enable per process SMI eventPhilip Yang1-11/+26
2022-06-30Revert "drm/amdgpu/gmc11: avoid cpu accessing registers to flush VM"Jack Xiao1-50/+1
2022-06-30drm/amdgpu: enable mes to access registers v2Jack Xiao4-1/+16
2022-06-30drm/amdgpu/mes: add mes register access interfaceJack Xiao1-1/+131
2022-06-30drm/amdgpu/mes11: add mes11 misc opJack Xiao1-0/+53
2022-06-30drm/amdkfd: fix cu mask for asics with wgpsJonathan Kim2-5/+22
2022-06-30drm/amdgpu: add common interface for mes misc opJack Xiao1-0/+46
2022-06-30drm/amdgpu/mes11: update mes interface for acessing registersJack Xiao1-11/+26
2022-06-29drm/amdgpu: fix documentation warningAlex Deucher1-1/+1
2022-06-29drm/amd/display: Re-org and cleanup the redundant codeChandan Vurdigere Nataraj1-9/+7
2022-06-29drm/amd/display: expose additional modifier for DCN32/321Aurabindo Pillai2-33/+36
2022-06-29drm/amd: Load TA firmware for DCN321/DCN32Aurabindo Pillai1-0/+6
2022-06-29drm/amd/amd_shared.h: Add missing doc for PP_GFX_DCS_MASKMauro Carvalho Chehab1-0/+1
2022-06-29drm/amdgpu/amdgpu_dm: fix kernel-doc markupsMauro Carvalho Chehab1-0/+7
2022-06-29drm/amd/display: change to_dal_irq_source_dnc32() storage class specifier to ...Tom Rix1-1/+1
2022-06-29drm/amd/display: Remove unused globals FORCE_RATE and FORCE_LANE_COUNTTom Rix1-3/+0
2022-06-29drm/amdgpu/display: drop set but unused variableAlex Deucher1-2/+0
2022-06-29drm/amdgpu: Fix typos in amdgpu_stop_pending_resetsKent Russell1-2/+2
2022-06-29drm/amd/display: Removed unused variable retSouptick Joarder (HPE)1-2/+1
2022-06-28Revert "drm/amdkfd: Free queue after unmap queue success"Philip Yang2-18/+12
2022-06-28drm/amdgpu/display/dc: Fix null pointer exceptionRahul Kumar1-1/+1
2022-06-28drm/amdgpu: Follow up change to previous drm scheduler change.Andrey Grodzovsky4-11/+29
2022-06-28drm/sched: Partial revert of 'drm/sched: Keep s_fence->parent pointer'Andrey Grodzovsky1-3/+10
2022-06-28drm/amdgpu: Prevent race between late signaled fences and GPU reset.Andrey Grodzovsky3-0/+23
2022-06-28drm/amdgpu: Add put fence in amdgpu_fence_driver_clear_job_fencesAndrey Grodzovsky1-1/+3
2022-06-28drm/amdgpu: Remove useless amdgpu_display_freesync_ioctl() declarationLeslie Shi1-2/+0
2022-06-28drm/amdgpu: add mc wptr addr support for mesJack Xiao5-6/+21
2022-06-28drm/amd/display : Log DP link training failure reasonChandan Vurdigere Nataraj1-2/+2
2022-06-28drm/amd/pm: enable VR0 HOT support for SMU 13.0.0Evan Quan1-0/+2
2022-06-28drm/amdgpu: update GFX11 cs settingsEvan Quan1-149/+158
2022-06-28drm/amdgpu/display: reduce stack size in dml32_ModeSupportAndSystemConfigurat...Alex Deucher2-44/+36
2022-06-23Revert "drm/amd/display: ignore modifiers when checking for format support"Bas Nieuwenhuizen1-46/+7
2022-06-23drm/amdgpu/display: Fix spelling mistake "supporing" -> "supporting"Colin Ian King1-1/+1
2022-06-23drm/amdkfd: Fix spelling mistake "mechanim" -> "mechanism"Colin Ian King1-1/+1
2022-06-23Revert "drm/amdgpu/display: set vblank_disable_immediate for DC"Alex Deucher2-3/+1
2022-06-23drm/amdgpu: drop unexpected word 'for' in commentsJiang Jian1-1/+1
2022-06-23drm/amd/display: Fix indentation in dcn32_get_vco_frequency_from_reg()Nathan Chancellor1-1/+1
2022-06-23drm/amdgpu: Update mes_v11_api_def.hGraham Sider5-1/+9
2022-06-23drm/amdkfd: Enable GFX11 usermode queue oversubscriptionGraham Sider8-8/+125
2022-06-23drm/amdgpu: Fetch MES scheduler/KIQ versionsGraham Sider2-0/+15
2022-06-23drm/amdgpu: To flush tlb for MMHUB of RAVEN seriesRuili Ji1-1/+2
2022-06-23gpu/drm/radeon: Fix typo in commentsJiang Jian1-1/+1
2022-06-22drm/amdgpu/vcn: fix no previous prototype warningRuijing Dong1-1/+1
2022-06-22amdgpu/pm: Fix possible array out-of-bounds if SCLK levels != 2Darren Powell1-22/+12
2022-06-22amdgpu/pm: Fix incorrect variable for size of clocks arrayDarren Powell2-8/+10
2022-06-22drm/amdkfd: Free queue after unmap queue successPhilip Yang2-12/+18