aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2018-10-04 22:24:42 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-10-05 22:45:19 +0200
commit84c0851794d40b1f438343b371bb0eaa8d36a4a3 (patch)
tree62bf40dc1764f8cb93829cd0c2fab282fb2f8733 /include
parentdrm/vmwgfx: Fix vmw_du_cursor_plane_atomic_check (diff)
downloadlinux-dev-84c0851794d40b1f438343b371bb0eaa8d36a4a3.tar.xz
linux-dev-84c0851794d40b1f438343b371bb0eaa8d36a4a3.zip
drm: Unexport drm_plane_helper_check_update
It's for legacy drivers only (atomic ones should use drm_atomic_helper_check_plane_state() instead), and there's no users left except the one in the primary plane helpers. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181004202446.22905-18-daniel.vetter@ffwll.ch
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_plane_helper.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/drm/drm_plane_helper.h b/include/drm/drm_plane_helper.h
index fb086aa4daa2..331ebd60b3a3 100644
--- a/include/drm/drm_plane_helper.h
+++ b/include/drm/drm_plane_helper.h
@@ -38,17 +38,6 @@
*/
#define DRM_PLANE_HELPER_NO_SCALING (1<<16)
-int drm_plane_helper_check_update(struct drm_plane *plane,
- struct drm_crtc *crtc,
- struct drm_framebuffer *fb,
- struct drm_rect *src,
- struct drm_rect *dest,
- unsigned int rotation,
- int min_scale,
- int max_scale,
- bool can_position,
- bool can_update_disabled,
- bool *visible);
void drm_primary_helper_destroy(struct drm_plane *plane);
extern const struct drm_plane_funcs drm_primary_helper_funcs;