drm/amd/display: Add DCN3.1 GPIO support
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / gpio / hw_translate.c
index da9499c..8979468 100644 (file)
@@ -106,6 +106,10 @@ bool dal_hw_translate_init(
        case DCN_VERSION_3_0:
        case DCN_VERSION_3_01:
        case DCN_VERSION_3_02:
+       case DCN_VERSION_3_03:
+#if defined(CONFIG_DRM_AMD_DC_DCN3_1)
+       case DCN_VERSION_3_1:
+#endif
                dal_hw_translate_dcn30_init(translate);
                return true;
 #endif