mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-21 23:29:26 -05: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user