]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Sat, 27 Jan 2024 13:04:01 +0000 (18:34 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Feb 2024 14:59:59 +0000 (09:59 -0500)
commit886571d217d7cc4e0f96f68b21238e3e25694e74
treeecbcd0af4f020f00cd7c488f495c75420bce7680
parentfb38ad0aab413176f84332173379cfecb682a1a1
drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'

'panel_cntl' structure used to control the display panel could be null,
dereferencing it could lead to a null pointer access.

Fixes the below:
drivers/gpu/drm/amd/amdgpu/../display/dc/hwss/dcn21/dcn21_hwseq.c:269 dcn21_set_backlight_level() error: we previously assumed 'panel_cntl' could be null (see line 250)

Fixes: 474ac4a875ca ("drm/amd/display: Implement some asic specific abm call backs.")
Cc: Yongqiang Sun <yongqiang.sun@amd.com>
Cc: Anthony Koo <Anthony.Koo@amd.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Anthony Koo <Anthony.Koo@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/hwss/dcn21/dcn21_hwseq.c