aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/core_types.h
diff options
context:
space:
mode:
authorIan Chen <ian.chen@amd.com>2022-08-23 17:26:51 +0800
committerAlex Deucher <alexander.deucher@amd.com>2022-10-06 12:00:02 -0400
commit1178ac68dc2869a2f4192600b701de3d853272d2 (patch)
tree82641b116d6c48530e70e6d168450a1c751df86a /drivers/gpu/drm/amd/display/dc/inc/core_types.h
parentdrm/amd/display: Allow PSR exit when panel is disconnected (diff)
downloadlinux-dev-1178ac68dc2869a2f4192600b701de3d853272d2.tar.xz
linux-dev-1178ac68dc2869a2f4192600b701de3d853272d2.zip
drm/amd/display: Refactor edp ILR caps codes
We split out ILR config from "global" to "per-panel" config settings. Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Ian Chen <ian.chen@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/core_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/core_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/core_types.h b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
index 8919a2092ac5..4ff1392633a7 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/core_types.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/core_types.h
@@ -232,6 +232,7 @@ struct resource_funcs {
unsigned int index);
bool (*remove_phantom_pipes)(struct dc *dc, struct dc_state *context);
+ void (*get_panel_config_defaults)(struct dc_panel_config *panel_config);
};
struct audio_support{