Searched defs:drm_plane (Results 1 – 1 of 1) sorted by relevance
535 struct drm_plane { struct537 struct drm_device *dev;546 struct list_head head;549 char *name;576 * plane. Used by the drm_plane_init compatibility wrapper only. argument590 * instead check &drm_plane_state.crtc. argument599 * instead check &drm_plane_state.fb. argument612 const struct drm_plane_funcs *funcs; argument617 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument618 enum drm_plane_type type; argument[all …]