Lines Matching refs:unit
1645 VMW_DEBUG_KMS("Enabling a disabled display unit\n");
1927 * vmw_du_update_layout - Update the display unit with topology from resolution
1962 if (num_rects > du->unit) {
1963 du->pref_width = drm_rect_width(&rects[du->unit]);
1964 du->pref_height = drm_rect_height(&rects[du->unit]);
1966 du->gui_x = rects[du->unit].x1;
1967 du->gui_y = rects[du->unit].y1;
1980 if (num_rects > du->unit) {
2041 return ((vmw_connector_to_du(connector)->unit < num_displays &&
2231 * Update preferred topology of display unit as per ioctl request. The topology
2378 struct vmw_display_unit *unit = units[k];
2379 s32 crtc_x = unit->crtc.x;
2380 s32 crtc_y = unit->crtc.y;
2381 s32 crtc_width = unit->crtc.mode.hdisplay;
2382 s32 crtc_height = unit->crtc.mode.vdisplay;
2386 dirty->unit = unit;
2557 unsigned unit,
2573 if (i == unit)
2580 DRM_ERROR("Could not find initial display unit.\n");
2696 * vmw_du_helper_plane_update - Helper to do plane update on a display unit.
2700 * update on display unit.