kernel/drivers/gpu/drm/amd/display/dc/bios/dce112/command_table_helper2_dce112.h
.. .. @@ -30,5 +30,8 @@ 30 30 31 31 /* Initialize command table helper functions */ 32 32 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 +#endif33 36 34 37 #endif /* __DAL_COMMAND_TABLE_HELPER_DCE110_H__ */