diff options
Diffstat (limited to 'include/drm/drm_plane_helper.h')
| -rw-r--r-- | include/drm/drm_plane_helper.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/include/drm/drm_plane_helper.h b/include/drm/drm_plane_helper.h index 7c8a00ceadb7..8aa49c0ecd4d 100644 --- a/include/drm/drm_plane_helper.h +++ b/include/drm/drm_plane_helper.h @@ -38,11 +38,6 @@   */  #define DRM_PLANE_HELPER_NO_SCALING (1<<16) -int drm_plane_helper_check_state(struct drm_plane_state *state, -				 const struct drm_rect *clip, -				 int min_scale, int max_scale, -				 bool can_position, -				 bool can_update_disabled);  int drm_plane_helper_check_update(struct drm_plane *plane,  				  struct drm_crtc *crtc,  				  struct drm_framebuffer *fb, |