diff options
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_hdmi.h')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_hdmi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_hdmi.h b/drivers/gpu/drm/exynos/exynos_drm_hdmi.h index 3c29f790ee45..44497cfb6c74 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_hdmi.h +++ b/drivers/gpu/drm/exynos/exynos_drm_hdmi.h | |||
@@ -47,7 +47,12 @@ struct exynos_hdmi_display_ops { | |||
47 | }; | 47 | }; |
48 | 48 | ||
49 | struct exynos_hdmi_manager_ops { | 49 | struct exynos_hdmi_manager_ops { |
50 | void (*mode_fixup)(void *ctx, struct drm_connector *connector, | ||
51 | struct drm_display_mode *mode, | ||
52 | struct drm_display_mode *adjusted_mode); | ||
50 | void (*mode_set)(void *ctx, void *mode); | 53 | void (*mode_set)(void *ctx, void *mode); |
54 | void (*get_max_resol)(void *ctx, unsigned int *width, | ||
55 | unsigned int *height); | ||
51 | void (*commit)(void *ctx); | 56 | void (*commit)(void *ctx); |
52 | void (*disable)(void *ctx); | 57 | void (*disable)(void *ctx); |
53 | }; | 58 | }; |