Home
last modified time | relevance | path

Searched defs:drm_plane (Results 1 – 1 of 1) sorted by relevance

/include/drm/
Ddrm_plane.h556 struct drm_plane { struct
558 struct drm_device *dev;
567 struct list_head head;
570 char *name;
597 * plane. Used by the drm_plane_init compatibility wrapper only. argument
611 * instead check &drm_plane_state.crtc. argument
620 * instead check &drm_plane_state.fb. argument
633 const struct drm_plane_funcs *funcs; argument
638 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
639 enum drm_plane_type type; argument
[all …]