summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
diff options
context:
space:
mode:
authorQingqing Zhuo <Qingqing.Zhuo@amd.com>2023-08-03 01:24:58 -0400
committerAlex Deucher <alexander.deucher@amd.com>2023-08-30 15:51:14 -0400
commit5f0326ea9560256eff2e9e78197c23cda79d40ad (patch)
tree5a7355c67fd58ea5384ea32db3eeb93dcd9e8d3f /drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
parent26a692f2419ce3bb6e2d40d60279b861b4b47f8c (diff)
downloadlinux-5f0326ea9560256eff2e9e78197c23cda79d40ad.tar.gz
linux-5f0326ea9560256eff2e9e78197c23cda79d40ad.tar.bz2
linux-5f0326ea9560256eff2e9e78197c23cda79d40ad.zip
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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c b/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
index 0ceba8f57d57..279020535af7 100644
--- a/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
+++ b/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
@@ -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: