Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd5f/linux...
[linux-block.git] / drivers / gpu / drm / amd / display / dc / dm_helpers.h
index 8173f4b80424bad532d3b37b1d65da3e48fbaa87..e93187c066482eff950587c396f370a3f432f1b8 100644 (file)
@@ -171,7 +171,12 @@ void dm_helpers_smu_timeout(struct dc_context *ctx, unsigned int msg_id, unsigne
 // 0x1 = Result_OK, 0xFE = Result_UnkmownCmd, 0x0 = Status_Busy
 #define IS_SMU_TIMEOUT(result) \
        (result == 0x0)
-
+void dm_helpers_init_panel_settings(
+       struct dc_context *ctx,
+       struct dc_panel_config *config);
+void dm_helpers_override_panel_settings(
+       struct dc_context *ctx,
+       struct dc_panel_config *config);
 int dm_helper_dmub_aux_transfer_sync(
                struct dc_context *ctx,
                const struct dc_link *link,