Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_plane.h577 struct drm_plane { struct
579 struct drm_device *dev;
588 struct list_head head;
591 char *name;
618 * plane. Used by the drm_plane_init compatibility wrapper only. argument
632 * instead check &drm_plane_state.crtc. argument
641 * instead check &drm_plane_state.fb. argument
654 const struct drm_plane_funcs *funcs; argument
659 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
660 enum drm_plane_type type; argument
[all …]