Lines Matching refs:plane

856  * @plane:  display plane
864 vmw_stdu_primary_plane_cleanup_fb(struct drm_plane *plane,
872 vmw_du_plane_cleanup_fb(plane, old_state);
883 * @plane: display plane
884 * @new_state: info on the new plane state, including the FB
893 vmw_stdu_primary_plane_prepare_fb(struct drm_plane *plane,
896 struct vmw_private *dev_priv = vmw_priv(plane->dev);
1126 * @plane: plane state.
1127 * @old_state: old plane state.
1136 struct drm_plane *plane,
1144 bo_update.base.plane = plane;
1147 bo_update.base.du = vmw_crtc_to_du(plane->state->crtc);
1199 struct drm_plane_state *state = update->plane->state;
1289 * @plane: Plane state
1290 * @old_state: Old plane state
1299 struct drm_plane *plane,
1308 stdu = vmw_crtc_to_stdu(plane->state->crtc);
1312 srf_update.plane = plane;
1315 srf_update.du = vmw_crtc_to_du(plane->state->crtc);
1339 * vmw_stdu_primary_plane_atomic_update - formally switches STDU to new plane
1340 * @plane: display plane
1343 * Formally update stdu->display_srf to the new plane, and bind the new
1344 * plane STDU. This function is called during the commit phase when
1349 vmw_stdu_primary_plane_atomic_update(struct drm_plane *plane,
1352 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, plane);
1353 struct drm_plane_state *new_state = drm_atomic_get_new_plane_state(state, plane);
1377 ret = vmw_stdu_plane_update_bo(dev_priv, plane,
1380 ret = vmw_stdu_plane_update_surface(dev_priv, plane,
1496 /* Initialize primary plane */
1503 DRM_ERROR("Failed to initialize primary plane");
1510 /* Initialize cursor plane */
1517 DRM_ERROR("Failed to initialize cursor plane");