mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drm/amd/display: Add DCN36 GPIO
Add DCN36 support in GPIO. Acked-by: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Martin Leung <martin.leung@amd.com> Signed-off-by: Taimur Hassan <Syed.Hassan@amd.com> Signed-off-by: Wayne Lin <Wayne.Lin@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
9ae42f6120
commit
4bcba9844b
|
|
@ -112,6 +112,7 @@ bool dal_hw_factory_init(
|
|||
case DCN_VERSION_3_21:
|
||||
case DCN_VERSION_3_5:
|
||||
case DCN_VERSION_3_51:
|
||||
case DCN_VERSION_3_6:
|
||||
dal_hw_factory_dcn32_init(factory);
|
||||
return true;
|
||||
case DCN_VERSION_4_01:
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@ bool dal_hw_translate_init(
|
|||
case DCN_VERSION_3_21:
|
||||
case DCN_VERSION_3_5:
|
||||
case DCN_VERSION_3_51:
|
||||
case DCN_VERSION_3_6:
|
||||
dal_hw_translate_dcn32_init(translate);
|
||||
return true;
|
||||
case DCN_VERSION_4_01:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user