drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()'
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Wed, 31 Jan 2024 03:19:41 +0000 (08:49 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Feb 2024 23:14:56 +0000 (18:14 -0500)
commit66951d98d9bf45ba25acf37fe0747253fafdf298
tree7c4fd0bd9615f1dca03efcf44482815056588e24
parente96fddb32931d007db12b1fce9b5e8e4c080401b
drm/amd/display: Add NULL test for 'timing generator' in 'dcn21_set_pipe()'

In "u32 otg_inst = pipe_ctx->stream_res.tg->inst;"
pipe_ctx->stream_res.tg could be NULL, it is relying on the caller to
ensure the tg is not NULL.

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