mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-23 12:10:10 -04:00
drm/amd/display: Add DCN42B to dml21_translation_helper
Needed for DML to function with DCN42B. Signed-off-by: Matthew Stewart <Matthew.Stewart2@amd.com> Reviewed-by: Roman Li <roman.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
fa2886555b
commit
badcb0896b
@@ -48,6 +48,7 @@ static enum dml2_project_id dml21_dcn_revision_to_dml2_project_id(enum dce_versi
|
||||
project_id = dml2_project_dcn4x_stage2_auto_drr_svp;
|
||||
break;
|
||||
case DCN_VERSION_4_2:
|
||||
case DCN_VERSION_4_2B:
|
||||
project_id = dml2_project_dcn42;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user