mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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:
parent
26a692f241
commit
5f0326ea95
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user