Searched defs:drm_plane (Results 1 – 1 of 1) sorted by relevance
577 struct drm_plane { struct579 struct drm_device *dev;588 struct list_head head;591 char *name;618 * plane. Used by the drm_plane_init compatibility wrapper only. argument632 * instead check &drm_plane_state.crtc. argument641 * instead check &drm_plane_state.fb. argument654 const struct drm_plane_funcs *funcs; argument659 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument660 enum drm_plane_type type; argument[all …]