Lines Matching refs:crtc_w
49 unsigned int crtc_w; member
293 if (state->crtc_w == state->src_w && state->crtc_h == state->src_h) { in atmel_hlcdc_plane_setup_scaler()
301 state->crtc_w, in atmel_hlcdc_plane_setup_scaler()
309 state->crtc_w < state->src_w ? in atmel_hlcdc_plane_setup_scaler()
322 xfactor = (1024 * state->src_w) / state->crtc_w; in atmel_hlcdc_plane_setup_scaler()
340 ATMEL_HLCDC_LAYER_SIZE(state->crtc_w, in atmel_hlcdc_plane_update_pos_and_size()
558 if (ovl_state->crtc_h * ovl_state->crtc_w < disc_h * disc_w) in atmel_hlcdc_plane_prepare_disc_area()
564 disc_w = ovl_state->crtc_w; in atmel_hlcdc_plane_prepare_disc_area()
628 state->crtc_w = s->crtc_w; in atmel_hlcdc_plane_atomic_check()
646 tmp = state->crtc_w; in atmel_hlcdc_plane_atomic_check()
647 state->crtc_w = state->crtc_h; in atmel_hlcdc_plane_atomic_check()
654 if (state->crtc_x + state->crtc_w > mode->hdisplay) in atmel_hlcdc_plane_atomic_check()
657 patched_crtc_w = state->crtc_w; in atmel_hlcdc_plane_atomic_check()
677 state->crtc_w); in atmel_hlcdc_plane_atomic_check()
740 state->crtc_w = patched_crtc_w; in atmel_hlcdc_plane_atomic_check()
744 (mode->hdisplay != state->crtc_w || in atmel_hlcdc_plane_atomic_check()
751 if (desc->max_width && state->crtc_w > desc->max_width) in atmel_hlcdc_plane_atomic_check()
754 if ((state->crtc_h != state->src_h || state->crtc_w != state->src_w) && in atmel_hlcdc_plane_atomic_check()
762 if (state->crtc_w + state->crtc_x > mode->hdisplay || in atmel_hlcdc_plane_atomic_check()