summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/gma_display.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2022-09-09 13:56:44 +0200
committerHans de Goede <hdegoede@redhat.com>2022-09-17 15:20:40 +0200
commitd35a4bf66079b92e232ac85b08f19312be9b7eca (patch)
tree796be4525817b158c4d24256ef09c65396a75a28 /drivers/gpu/drm/gma500/gma_display.h
parentf3b173e9094f5b02fb92d641e3e71fee0bcda73a (diff)
drm/gma500: Remove a couple of not useful function wrappers
The gma_crtc_set_config() and psb_unlocked_ioctl() functions are 1:1 wrappers for drm_helpers. Drop these wrappers. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220909115646.99920-5-hdegoede@redhat.com
Diffstat (limited to 'drivers/gpu/drm/gma500/gma_display.h')
-rw-r--r--drivers/gpu/drm/gma500/gma_display.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/gma500/gma_display.h b/drivers/gpu/drm/gma500/gma_display.h
index 113cf048105e..c8b611a2f6c6 100644
--- a/drivers/gpu/drm/gma500/gma_display.h
+++ b/drivers/gpu/drm/gma500/gma_display.h
@@ -69,8 +69,6 @@ extern int gma_crtc_page_flip(struct drm_crtc *crtc,
struct drm_pending_vblank_event *event,
uint32_t page_flip_flags,
struct drm_modeset_acquire_ctx *ctx);
-extern int gma_crtc_set_config(struct drm_mode_set *set,
- struct drm_modeset_acquire_ctx *ctx);
extern void gma_crtc_save(struct drm_crtc *crtc);
extern void gma_crtc_restore(struct drm_crtc *crtc);