forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.h
....@@ -30,5 +30,8 @@
3030
3131 /* Initialize command table helper functions */
3232 const struct command_table_helper *dal_cmd_tbl_helper_dce112_get_table2(void);
33
+#if defined(CONFIG_DRM_AMD_DC_DCN3_0)
34
+const struct command_table_helper *dal_cmd_tbl_helper_dcn2_get_table2(void);
35
+#endif
3336
3437 #endif /* __DAL_COMMAND_TABLE_HELPER_DCE110_H__ */