Lines Matching refs:crtc_w
2671 plane_state->crtc_w = fb->width; in intel_find_initial_plane_obj()
9936 unsigned int width = intel_crtc->base.cursor->state->crtc_w; in i845_update_cursor()
10000 switch (intel_crtc->base.cursor->state->crtc_w) { in i9xx_update_cursor()
10011 MISSING_CASE(intel_crtc->base.cursor->state->crtc_w); in i9xx_update_cursor()
10058 if (x + cursor_state->crtc_w <= 0) in intel_crtc_update_cursor()
10081 cursor_state->crtc_w - 1) * 4; in intel_crtc_update_cursor()
10284 plane_state->crtc_w = hdisplay; in intel_modeset_setup_plane_state()
11650 if (plane->state->crtc_w != state->crtc_w) in intel_wm_need_update()
13763 if (!cursor_size_ok(plane->dev, state->base.crtc_w, state->base.crtc_h)) { in intel_check_cursor_plane()
13765 state->base.crtc_w, state->base.crtc_h); in intel_check_cursor_plane()
13769 stride = roundup_pow_of_two(state->base.crtc_w) * 4; in intel_check_cursor_plane()