Lines Matching refs:crtc_x
43 int crtc_x; member
283 state->crtc_x | in atmel_hlcdc_plane_update_pos_and_size()
482 disc_x = ovl_state->crtc_x; in atmel_hlcdc_plane_prepare_disc_area()
568 state->crtc_x = s->crtc_x; in atmel_hlcdc_plane_atomic_check()
597 if (state->crtc_x + state->crtc_w > mode->hdisplay) in atmel_hlcdc_plane_atomic_check()
598 patched_crtc_w = mode->hdisplay - state->crtc_x; in atmel_hlcdc_plane_atomic_check()
602 if (state->crtc_x < 0) { in atmel_hlcdc_plane_atomic_check()
603 patched_crtc_w += state->crtc_x; in atmel_hlcdc_plane_atomic_check()
604 x_offset = -state->crtc_x; in atmel_hlcdc_plane_atomic_check()
605 state->crtc_x = 0; in atmel_hlcdc_plane_atomic_check()
704 if (state->crtc_x < 0 || state->crtc_y < 0) in atmel_hlcdc_plane_atomic_check()
707 if (state->crtc_w + state->crtc_x > mode->hdisplay || in atmel_hlcdc_plane_atomic_check()