]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_scaling_p...
authorMa Ke <make24@iscas.ac.cn>
Wed, 26 Feb 2025 08:37:31 +0000 (16:37 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Apr 2025 12:31:53 +0000 (14:31 +0200)
commitf435192e00bc4d5d4134356b93212670ec47fa8d
tree491d0ab37625817ac6f0f009d2b4a5d462a8585c
parent53ce3ffe7b09dbe5c8a902e287e4670a04e6f270
drm/amd/display: Fix null check for pipe_ctx->plane_state in resource_build_scaling_params

[ Upstream commit 374c9faac5a763a05bc3f68ad9f73dab3c6aec90 ]

Null pointer dereference issue could occur when pipe_ctx->plane_state
is null. The fix adds a check to ensure 'pipe_ctx->plane_state' is not
null before accessing. This prevents a null pointer dereference.

Found by code review.

Fixes: 3be5262e353b ("drm/amd/display: Rename more dc_surface stuff to plane_state")
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Ma Ke <make24@iscas.ac.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 63e6a77ccf239337baa9b1e7787cde9fa0462092)
Cc: stable@vger.kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/display/dc/core/dc_resource.c