Lines Matching defs:drm_plane
535 struct drm_plane { struct
537 struct drm_device *dev;
546 struct list_head head;
549 char *name;
576 * plane. Used by the drm_plane_init compatibility wrapper only. argument
590 * instead check &drm_plane_state.crtc. argument
599 * instead check &drm_plane_state.fb. argument
612 const struct drm_plane_funcs *funcs; argument
617 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
618 enum drm_plane_type type; argument
627 const struct drm_plane_helper_funcs *helper_private; argument
642 struct drm_plane_state *state; argument
653 * drm_plane_create_zpos_property(). argument
659 * drm_plane_create_rotation_property(). argument
681 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument