]> git.hungrycats.org Git - linux/commit
drm/amd/display: correct encoder minimal creation
authorPeichen Huang <PeiChen.Huang@amd.com>
Tue, 16 Jun 2026 02:37:02 +0000 (10:37 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 15:34:15 +0000 (11:34 -0400)
commite14fcf9e5d2b521bec0ea3051058e64add87cb21
treee96ad08e930b0ca86cd8006f38e033aa64d77af2
parentdcce6246e6c63762d8d0f892f6626d30583b27e9
drm/amd/display: correct encoder minimal creation

[WHY]
shift and mask are not correctly initialized in create_minimal functions.

[HOW]
Correct initialize necessary variables.

Reviewed-by: Cruise Hung <cruise.hung@amd.com>
Signed-off-by: Peichen Huang <PeiChen.Huang@amd.com>
Signed-off-by: George Zhang <george.zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dio/dcn31/dcn31_dio_link_encoder.c
drivers/gpu/drm/amd/display/dc/dio/dcn31/dcn31_dio_link_encoder.h
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c