diff options
author | Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> | 2024-07-31 13:22:06 +0530 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-08-06 10:44:13 -0400 |
commit | dd340acd42c24a3f28dd22fae6bf38662334264c (patch) | |
tree | d2a5bcfd02fc3bb3fd9ecaf7cac09ec0efd13b53 /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | |
parent | 62ed6f0f198da04e884062264df308277628004f (diff) | |
download | linux-dd340acd42c24a3f28dd22fae6bf38662334264c.tar.gz linux-dd340acd42c24a3f28dd22fae6bf38662334264c.tar.bz2 linux-dd340acd42c24a3f28dd22fae6bf38662334264c.zip |
drm/amd/display: Add NULL check for function pointer in dcn401_set_output_transfer_func
This commit adds a null check for the set_output_gamma function pointer
in the dcn401_set_output_transfer_func function. Previously,
set_output_gamma was being checked for null, but then it was being
dereferenced without any null check. This could lead to a null pointer
dereference if set_output_gamma is null.
To fix this, we now ensure that set_output_gamma is not null before
dereferencing it. We do this by adding a null check for set_output_gamma
before the call to set_output_gamma.
Cc: Tom Chung <chiahsuan.chung@amd.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: Roman Li <roman.li@amd.com>
Cc: Alex Hung <alex.hung@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c')
0 files changed, 0 insertions, 0 deletions