]> Gentwo Git Trees - linux/.git/commit
drm/amd/display: Check ATOM_DEVICE_CRT2_SUPPORT in dc_load_detection
authorIvan Lipski <ivan.lipski@amd.com>
Thu, 13 Nov 2025 21:51:32 +0000 (16:51 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 26 Nov 2025 16:35:22 +0000 (11:35 -0500)
commit83d161194c1b7c0f75ca89d5f986cb37d9956982
tree704b528fd11efaffd3ae90afce9dc5d36cc84b8d
parentf7352d10f851353516ac670b22fcf2272cdc8c45
drm/amd/display: Check ATOM_DEVICE_CRT2_SUPPORT in dc_load_detection

[WHY & HOW]
Fix the typo of the else-if condition from ATOM_DEVICE_CRT1_SUPPORT to
ATOM_DEVICE_CRT2_SUPPORT.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c