forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/gpu/drm/amd/display/dc/bios/command_table_helper.c
....@@ -36,6 +36,14 @@
3636 enum dce_version dce)
3737 {
3838 switch (dce) {
39
+#if defined(CONFIG_DRM_AMD_DC_SI)
40
+ case DCE_VERSION_6_0:
41
+ case DCE_VERSION_6_1:
42
+ case DCE_VERSION_6_4:
43
+ *h = dal_cmd_tbl_helper_dce60_get_table();
44
+ return true;
45
+#endif
46
+
3947 case DCE_VERSION_8_0:
4048 case DCE_VERSION_8_1:
4149 case DCE_VERSION_8_3: