]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Add allow_clock_gating to dcn42 dccg
authorRoman Li <Roman.Li@amd.com>
Mon, 13 Apr 2026 21:32:34 +0000 (17:32 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 19:41:15 +0000 (15:41 -0400)
commit4aebe73f44bb57ccc8bcdba15a2d56ebfe452d4d
tree2ef47d8933686a6e8a433ae8c396a2692690d94a
parent11982971ad2b75b1ae008f96fc82144906fa6f8b
drm/amd/display: Add allow_clock_gating to dcn42 dccg

[Why]
The allow_clock_gating function is present in all other DCN versions
and is required to properly migrate DCCG registers access from hwseq
to the dccg component, resolving register conflicts.

[How]
Add the missing .allow_clock_gating function pointer to the
dccg42_funcs struct.

Signed-off-by: Roman Li <roman.li@amd.com>
Acked-by: Chenyu Chen <chen-yu.chen@amd.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dccg/dcn42/dcn42_dccg.c