forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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__ */