Home
last modified time | relevance | path

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

/linux-4.19.296/include/drm/
Ddrm_plane.h535 struct drm_plane { struct
537 struct drm_device *dev;
546 struct list_head head;
549 char *name;
576 * plane. Used by the drm_plane_init compatibility wrapper only. argument
590 * instead check &drm_plane_state.crtc. argument
599 * instead check &drm_plane_state.fb. argument
612 const struct drm_plane_funcs *funcs; argument
617 /** @type: Type of plane, see &enum drm_plane_type for details. */ argument
618 enum drm_plane_type type; argument
[all …]