Lines Matching refs:crtc_w
50 unsigned int crtc_w; member
294 if (state->crtc_w == state->src_w && state->crtc_h == state->src_h) { in atmel_hlcdc_plane_setup_scaler()
302 state->crtc_w, in atmel_hlcdc_plane_setup_scaler()
310 state->crtc_w < state->src_w ? in atmel_hlcdc_plane_setup_scaler()
323 xfactor = (1024 * state->src_w) / state->crtc_w; in atmel_hlcdc_plane_setup_scaler()
341 ATMEL_HLCDC_LAYER_SIZE(state->crtc_w, in atmel_hlcdc_plane_update_pos_and_size()
560 if (ovl_state->crtc_h * ovl_state->crtc_w < disc_h * disc_w) in atmel_hlcdc_plane_prepare_disc_area()
566 disc_w = ovl_state->crtc_w; in atmel_hlcdc_plane_prepare_disc_area()
628 hstate->crtc_w = drm_rect_width(&s->dst); in atmel_hlcdc_plane_atomic_check()
703 (mode->hdisplay != hstate->crtc_w || in atmel_hlcdc_plane_atomic_check()
707 if ((hstate->crtc_h != hstate->src_h || hstate->crtc_w != hstate->src_w) && in atmel_hlcdc_plane_atomic_check()