drm_plane 225 include/drm/drm_crtc.h struct drm_plane; drm_plane 337 include/drm/drm_crtc.h struct drm_plane *primary; drm_plane 338 include/drm/drm_crtc.h struct drm_plane *cursor; drm_plane 576 include/drm/drm_crtc.h int (*update_plane)(struct drm_plane *plane, drm_plane 582 include/drm/drm_crtc.h int (*disable_plane)(struct drm_plane *plane); drm_plane 583 include/drm/drm_crtc.h void (*destroy)(struct drm_plane *plane); drm_plane 584 include/drm/drm_crtc.h void (*reset)(struct drm_plane *plane); drm_plane 586 include/drm/drm_crtc.h int (*set_property)(struct drm_plane *plane, drm_plane 871 include/drm/drm_crtc.h #define obj_to_plane(x) container_of(x, struct drm_plane, base) drm_plane 880 include/drm/drm_crtc.h struct drm_plane *primary, drm_plane 881 include/drm/drm_crtc.h struct drm_plane *cursor, drm_plane 938 include/drm/drm_crtc.h struct drm_plane *plane, drm_plane 945 include/drm/drm_crtc.h struct drm_plane *plane, drm_plane 950 include/drm/drm_crtc.h extern void drm_plane_cleanup(struct drm_plane *plane); drm_plane 951 include/drm/drm_crtc.h extern unsigned int drm_plane_index(struct drm_plane *plane); drm_plane 952 include/drm/drm_crtc.h extern void drm_plane_force_disable(struct drm_plane *plane); drm_plane 1130 include/drm/drm_crtc.h extern int drm_mode_plane_set_obj_prop(struct drm_plane *plane, drm_plane 1148 include/drm/drm_crtc.h static inline struct drm_plane *drm_plane_find(struct drm_device *dev, drm_plane 45 include/drm/drm_plane_helper.h extern int drm_plane_helper_check_update(struct drm_plane *plane, drm_plane 56 include/drm/drm_plane_helper.h extern int drm_primary_helper_update(struct drm_plane *plane, drm_plane 63 include/drm/drm_plane_helper.h extern int drm_primary_helper_disable(struct drm_plane *plane); drm_plane 64 include/drm/drm_plane_helper.h extern void drm_primary_helper_destroy(struct drm_plane *plane); drm_plane 66 include/drm/drm_plane_helper.h extern struct drm_plane *drm_primary_helper_create_plane(struct drm_device *dev,