]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: allow dscclk disable
authorCharlene Liu <Charlene.Liu@amd.com>
Tue, 15 Apr 2025 16:44:42 +0000 (12:44 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 May 2025 16:56:30 +0000 (12:56 -0400)
commit4daa5e6c2b8a98afdae46a955f1becbf7bd59507
tree0398766baab72b5cfb8f834f891dd0d42150cbed
parent6f23163365dc7e006715f4014f7354141e1e3e90
drm/amd/display: allow dscclk disable

[why]
when dscclk rcg disabled from usr reg option,
dsc clock will remain enabled because driver was doing two things
both dscclk and dsc rcg in the same routine.

Reviewed-by: Hansen Dsouza <hansen.dsouza@amd.com>
Signed-off-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c