[PATCH AUTOSEL 6.1 20/20] amdgpu: fix build on non-DCN platforms.

Deucher, Alexander Alexander.Deucher at amd.com
Tue Jan 31 15:27:34 UTC 2023


[AMD Official Use Only - General]

> -----Original Message-----
> From: Sasha Levin <sashal at kernel.org>
> Sent: Tuesday, January 31, 2023 10:00 AM
> To: linux-kernel at vger.kernel.org; stable at vger.kernel.org
> Cc: Dave Airlie <airlied at redhat.com>; Sasha Levin <sashal at kernel.org>;
> Wentland, Harry <Harry.Wentland at amd.com>; Li, Sun peng (Leo)
> <Sunpeng.Li at amd.com>; Siqueira, Rodrigo <Rodrigo.Siqueira at amd.com>;
> Deucher, Alexander <Alexander.Deucher at amd.com>; Koenig, Christian
> <Christian.Koenig at amd.com>; Pan, Xinhui <Xinhui.Pan at amd.com>;
> airlied at gmail.com; daniel at ffwll.ch; Li, Roman <Roman.Li at amd.com>;
> Wang, Chao-kai (Stylon) <Stylon.Wang at amd.com>; Pillai, Aurabindo
> <Aurabindo.Pillai at amd.com>; Zuo, Jerry <Jerry.Zuo at amd.com>; amd-
> gfx at lists.freedesktop.org; dri-devel at lists.freedesktop.org
> Subject: [PATCH AUTOSEL 6.1 20/20] amdgpu: fix build on non-DCN
> platforms.
> 
> From: Dave Airlie <airlied at redhat.com>
> 
> [ Upstream commit f439a959dcfb6b39d6fd4b85ca1110a1d1de1587 ]
> 
> This fixes the build here locally on my 32-bit arm build.
> 
> Signed-off-by: Dave Airlie <airlied at redhat.com>
> Signed-off-by: Sasha Levin <sashal at kernel.org>

This patch is only applicable to kernel 6.1.x and newer.

Alex

> ---
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> index 15b408e3a705..d756a606b5e2 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
> @@ -9411,6 +9411,8 @@ static int amdgpu_dm_atomic_check(struct
> drm_device *dev,
>  	bool lock_and_validation_needed = false;
>  	struct dm_crtc_state *dm_old_crtc_state, *dm_new_crtc_state;  #if
> defined(CONFIG_DRM_AMD_DC_DCN)
> +	struct drm_dp_mst_topology_mgr *mgr;
> +	struct drm_dp_mst_topology_state *mst_state;
>  	struct dsc_mst_fairness_vars vars[MAX_PIPES];  #endif
> 
> --
> 2.39.0


More information about the dri-devel mailing list