Lines Matching refs:crtc_x
47 int crtc_x; member
351 ATMEL_HLCDC_LAYER_POS(state->crtc_x, in atmel_hlcdc_plane_update_pos_and_size()
561 disc_x = ovl_state->crtc_x; in atmel_hlcdc_plane_prepare_disc_area()
625 state->crtc_x = s->crtc_x; in atmel_hlcdc_plane_atomic_check()
654 if (state->crtc_x + state->crtc_w > mode->hdisplay) in atmel_hlcdc_plane_atomic_check()
655 patched_crtc_w = mode->hdisplay - state->crtc_x; in atmel_hlcdc_plane_atomic_check()
659 if (state->crtc_x < 0) { in atmel_hlcdc_plane_atomic_check()
660 patched_crtc_w += state->crtc_x; in atmel_hlcdc_plane_atomic_check()
661 x_offset = -state->crtc_x; in atmel_hlcdc_plane_atomic_check()
662 state->crtc_x = 0; in atmel_hlcdc_plane_atomic_check()
759 if (state->crtc_x < 0 || state->crtc_y < 0) in atmel_hlcdc_plane_atomic_check()
762 if (state->crtc_w + state->crtc_x > mode->hdisplay || in atmel_hlcdc_plane_atomic_check()