Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_plane.h488 struct drm_plane { struct
489 struct drm_device *dev;
490 struct list_head head;
492 char *name;
520 const struct drm_plane_funcs *funcs; argument
524 enum drm_plane_type type; argument
532 const struct drm_plane_helper_funcs *helper_private; argument
547 struct drm_plane_state *state; argument
553 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument