Home | History | Annotate | Download | only in vmwgfx

Lines Matching defs:primary

105 		fb = entry->base.crtc.primary->state->fb;
114 fb = entry->base.crtc.primary->state->fb;
364 struct drm_plane *primary, *cursor;
376 primary = &ldu->base.primary;
392 /* Initialize primary plane */
393 vmw_du_plane_reset(primary);
395 ret = drm_universal_plane_init(dev, &ldu->base.primary,
401 DRM_ERROR("Failed to initialize primary plane");
405 drm_plane_helper_add(primary, &vmw_ldu_primary_plane_helper_funcs);
417 drm_plane_cleanup(&ldu->base.primary);
452 ret = drm_crtc_init_with_planes(dev, crtc, &ldu->base.primary,