diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_plane.h')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/omap_plane.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_plane.h b/drivers/gpu/drm/omapdrm/omap_plane.h index 0c28fe8ffa20..a9a33e12722a 100644 --- a/drivers/gpu/drm/omapdrm/omap_plane.h +++ b/drivers/gpu/drm/omapdrm/omap_plane.h @@ -22,5 +22,6 @@ struct drm_plane *omap_plane_init(struct drm_device *dev,  		u32 possible_crtcs);  void omap_plane_install_properties(struct drm_plane *plane,  		struct drm_mode_object *obj); +bool is_omap_plane_dual_overlay(struct drm_plane_state *state);  #endif /* __OMAPDRM_PLANE_H__ */  |