Searched defs:drm_plane (Results 1 – 1 of 1) sorted by relevance
556 struct drm_plane { struct558 struct drm_device *dev;567 struct list_head head;570 char *name;597 * plane. Used by the drm_plane_init compatibility wrapper only. argument611 * instead check &drm_plane_state.crtc. argument620 * instead check &drm_plane_state.fb. argument633 const struct drm_plane_funcs *funcs; argument638 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument639 enum drm_plane_type type; argument[all …]