diff options
| author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2014-11-27 13:30:45 -0500 |
|---|---|---|
| committer | Inki Dae <daeinki@gmail.com> | 2015-01-25 07:28:08 -0500 |
| commit | dc81252ff50d7ededc3dfd2c8236efb5c110a14e (patch) | |
| tree | b34fa2e988e11677c2bcad9b3d210a3cde3932b5 | |
| parent | a8dc5ed67f94030b72daece4e5e433fa6fae3e3e (diff) | |
drm/exynos: remove mode_set() ops from exynos_crtc
It is no longer used anywhere.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
| -rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_drv.h | 3 |
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); |
