aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_drv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h
index 4c930d066196..d490b49f71c9 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_drv.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h
@@ -167,7 +167,6 @@ struct exynos_drm_display {
167 * 167 *
168 * @dpms: control device power. 168 * @dpms: control device power.
169 * @mode_fixup: fix mode data before applying it 169 * @mode_fixup: fix mode data before applying it
170 * @mode_set: set the given mode to the manager
171 * @commit: set current hw specific display mode to hw. 170 * @commit: set current hw specific display mode to hw.
172 * @enable_vblank: specific driver callback for enabling vblank interrupt. 171 * @enable_vblank: specific driver callback for enabling vblank interrupt.
173 * @disable_vblank: specific driver callback for disabling vblank interrupt. 172 * @disable_vblank: specific driver callback for disabling vblank interrupt.
@@ -186,8 +185,6 @@ struct exynos_drm_crtc_ops {
186 bool (*mode_fixup)(struct exynos_drm_crtc *crtc, 185 bool (*mode_fixup)(struct exynos_drm_crtc *crtc,
187 const struct drm_display_mode *mode, 186 const struct drm_display_mode *mode,
188 struct drm_display_mode *adjusted_mode); 187 struct drm_display_mode *adjusted_mode);
189 void (*mode_set)(struct exynos_drm_crtc *crtc,
190 const struct drm_display_mode *mode);
191 void (*commit)(struct exynos_drm_crtc *crtc); 188 void (*commit)(struct exynos_drm_crtc *crtc);
192 int (*enable_vblank)(struct exynos_drm_crtc *crtc); 189 int (*enable_vblank)(struct exynos_drm_crtc *crtc);
193 void (*disable_vblank)(struct exynos_drm_crtc *crtc); 190 void (*disable_vblank)(struct exynos_drm_crtc *crtc);