Lines Matching defs:plane
187 struct drm_plane *plane;
192 drm_for_each_plane(plane, dev)
193 if (plane->funcs->reset)
194 plane->funcs->reset(plane);
495 struct drm_plane *plane, *plt;
525 list_for_each_entry_safe(plane, plt, &dev->mode_config.plane_list,
527 plane->funcs->destroy(plane);
638 struct drm_plane *plane;
654 WARN(!crtc->primary, "Missing primary plane on [CRTC:%d:%s]\n",
658 "[CRTC:%d:%s] must not have both a cursor plane and a cursor_set func",
661 "[CRTC:%d:%s] must not have both a cursor plane and a cursor_set2 func",
664 "[CRTC:%d:%s] must not have both a cursor plane and a cursor_move func",
669 "Bogus primary plane possible_crtcs: [PLANE:%d:%s] must be compatible with [CRTC:%d:%s]\n",
673 "Primary plane [PLANE:%d:%s] used for multiple CRTCs",
679 "Bogus cursor plane possible_crtcs: [PLANE:%d:%s] must be compatible with [CRTC:%d:%s]\n",
683 "Cursor plane [PLANE:%d:%s] used for multiple CRTCs",
689 drm_for_each_plane(plane, dev) {
690 if (plane->type == DRM_PLANE_TYPE_PRIMARY)