drm/amd/display: Add DCN35 GPIO

[Why & How]
Add DCN35 support in GPIO.

Signed-off-by: Qingqing Zhuo <Qingqing.Zhuo@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Qingqing Zhuo 2023-08-03 01:24:58 -04:00 committed by Alex Deucher
parent 26a692f241
commit 5f0326ea95
2 changed files with 2 additions and 0 deletions

View file

@ -109,6 +109,7 @@ bool dal_hw_factory_init(
return true;
case DCN_VERSION_3_2:
case DCN_VERSION_3_21:
case DCN_VERSION_3_5:
dal_hw_factory_dcn32_init(factory);
return true;
default:

View file

@ -110,6 +110,7 @@ bool dal_hw_translate_init(
return true;
case DCN_VERSION_3_2:
case DCN_VERSION_3_21:
case DCN_VERSION_3_5:
dal_hw_translate_dcn32_init(translate);
return true;
default: