summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-07-12318-2303/+354496
|\
| * drm/amdgpu/display: add missing FP_START/END checks dcn32_clk_mgr.cAlex Deucher2022-06-301-0/+4
| * drm/amd/display: Fix __nedf2 undefined for 32 bit compilationRodrigo Siqueira2022-06-301-4/+7
| * drm/amd/display: Fix __muldf3 undefined for 32 bit compilationRodrigo Siqueira2022-06-301-2/+2
| * drm/amd/display: Fix __floatunsidf undefined for 32 bit compilationRodrigo Siqueira2022-06-301-1/+1
| * drm/amd/display: Fix __umoddi3 undefined for 32 bit compilationRodrigo Siqueira2022-06-301-1/+3
| * drm/amdkfd: Asynchronously free smi_clientPhilip Yang2022-06-301-4/+10
| * drm/amdkfd: Add unmap from GPU SMI eventPhilip Yang2022-06-303-7/+30
| * drm/amdkfd: Add user queue eviction restore SMI eventPhilip Yang2022-06-309-15/+69
| * drm/amdkfd: Add migration SMI eventPhilip Yang2022-06-305-21/+83
| * drm/amdkfd: Add GPU recoverable fault SMI eventPhilip Yang2022-06-304-7/+37
| * drm/amdkfd: Enable per process SMI eventPhilip Yang2022-06-301-11/+26
| * Revert "drm/amdgpu/gmc11: avoid cpu accessing registers to flush VM"Jack Xiao2022-06-301-50/+1
| * drm/amdgpu: enable mes to access registers v2Jack Xiao2022-06-304-1/+16
| * drm/amdgpu/mes: add mes register access interfaceJack Xiao2022-06-301-1/+131
| * drm/amdgpu/mes11: add mes11 misc opJack Xiao2022-06-301-0/+53
| * drm/amdkfd: fix cu mask for asics with wgpsJonathan Kim2022-06-302-5/+22
| * drm/amdgpu: add common interface for mes misc opJack Xiao2022-06-301-0/+46
| * drm/amdgpu/mes11: update mes interface for acessing registersJack Xiao2022-06-301-11/+26
| * drm/amdgpu: fix documentation warningAlex Deucher2022-06-291-1/+1
| * drm/amd/display: Re-org and cleanup the redundant codeChandan Vurdigere Nataraj2022-06-291-9/+7
| * drm/amd/display: expose additional modifier for DCN32/321Aurabindo Pillai2022-06-292-33/+36
| * drm/amd: Load TA firmware for DCN321/DCN32Aurabindo Pillai2022-06-291-0/+6
| * drm/amd/amd_shared.h: Add missing doc for PP_GFX_DCS_MASKMauro Carvalho Chehab2022-06-291-0/+1
| * drm/amdgpu/amdgpu_dm: fix kernel-doc markupsMauro Carvalho Chehab2022-06-291-0/+7
| * drm/amd/display: change to_dal_irq_source_dnc32() storage class specifier to ...Tom Rix2022-06-291-1/+1
| * drm/amd/display: Remove unused globals FORCE_RATE and FORCE_LANE_COUNTTom Rix2022-06-291-3/+0
| * drm/amdgpu/display: drop set but unused variableAlex Deucher2022-06-291-2/+0
| * drm/amdgpu: Fix typos in amdgpu_stop_pending_resetsKent Russell2022-06-291-2/+2
| * drm/amd/display: Removed unused variable retSouptick Joarder (HPE)2022-06-291-2/+1
| * Revert "drm/amdkfd: Free queue after unmap queue success"Philip Yang2022-06-282-18/+12
| * drm/amdgpu/display/dc: Fix null pointer exceptionRahul Kumar2022-06-281-1/+1
| * drm/amdgpu: Follow up change to previous drm scheduler change.Andrey Grodzovsky2022-06-284-11/+29
| * drm/amdgpu: Prevent race between late signaled fences and GPU reset.Andrey Grodzovsky2022-06-283-0/+23
| * drm/amdgpu: Add put fence in amdgpu_fence_driver_clear_job_fencesAndrey Grodzovsky2022-06-281-1/+3
| * drm/amdgpu: Remove useless amdgpu_display_freesync_ioctl() declarationLeslie Shi2022-06-281-2/+0
| * drm/amdgpu: add mc wptr addr support for mesJack Xiao2022-06-285-6/+21
| * drm/amd/display : Log DP link training failure reasonChandan Vurdigere Nataraj2022-06-281-2/+2
| * drm/amd/pm: enable VR0 HOT support for SMU 13.0.0Evan Quan2022-06-281-0/+2
| * drm/amdgpu: update GFX11 cs settingsEvan Quan2022-06-281-149/+158
| * drm/amdgpu/display: reduce stack size in dml32_ModeSupportAndSystemConfigurat...Alex Deucher2022-06-282-44/+36
| * Revert "drm/amd/display: ignore modifiers when checking for format support"Bas Nieuwenhuizen2022-06-231-46/+7
| * drm/amdgpu/display: Fix spelling mistake "supporing" -> "supporting"Colin Ian King2022-06-231-1/+1
| * drm/amdkfd: Fix spelling mistake "mechanim" -> "mechanism"Colin Ian King2022-06-231-1/+1
| * Revert "drm/amdgpu/display: set vblank_disable_immediate for DC"Alex Deucher2022-06-232-3/+1
| * drm/amdgpu: drop unexpected word 'for' in commentsJiang Jian2022-06-231-1/+1
| * drm/amd/display: Fix indentation in dcn32_get_vco_frequency_from_reg()Nathan Chancellor2022-06-231-1/+1
| * drm/amdgpu: Update mes_v11_api_def.hGraham Sider2022-06-235-1/+9
| * drm/amdkfd: Enable GFX11 usermode queue oversubscriptionGraham Sider2022-06-238-8/+125
| * drm/amdgpu: Fetch MES scheduler/KIQ versionsGraham Sider2022-06-232-0/+15