Searched defs:drm_plane (Results 1 – 1 of 1) sorted by relevance
488 struct drm_plane { struct489 struct drm_device *dev;490 struct list_head head;492 char *name;520 const struct drm_plane_funcs *funcs; argument524 enum drm_plane_type type; argument532 const struct drm_plane_helper_funcs *helper_private; argument547 struct drm_plane_state *state; argument553 #define obj_to_plane(x) container_of(x, struct drm_plane, base) argument