drm/amd/display: Constify struct timing_generator_funcs
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 24 May 2025 16:51:25 +0000 (18:51 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 May 2025 14:57:31 +0000 (10:57 -0400)
commit347efe5b396c61bc129832910665d899ee86448e
treecbc551c89b86766212f6592357fb78a91393159a
parentc3e9826a22027a21d998d3e64882fa377b613006
drm/amd/display: Constify struct timing_generator_funcs

'struct timing_generator_funcs' are not modified in these drivers.

Constifying these structures moves some data to a read-only section, so
increases overall security, especially when the structure holds some
function pointers.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/optc/dcn20/dcn20_optc.c
drivers/gpu/drm/amd/display/dc/optc/dcn201/dcn201_optc.c
drivers/gpu/drm/amd/display/dc/optc/dcn30/dcn30_optc.c
drivers/gpu/drm/amd/display/dc/optc/dcn301/dcn301_optc.c
drivers/gpu/drm/amd/display/dc/optc/dcn31/dcn31_optc.c
drivers/gpu/drm/amd/display/dc/optc/dcn314/dcn314_optc.c
drivers/gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c
drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
drivers/gpu/drm/amd/display/dc/optc/dcn401/dcn401_optc.c