Lines Matching refs:crtc_x
99 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in ipu_plane_mode_set() argument
112 if (crtc_x < 0) { in ipu_plane_mode_set()
113 if (-crtc_x > crtc_w) in ipu_plane_mode_set()
115 src_x += -crtc_x; in ipu_plane_mode_set()
116 src_w -= -crtc_x; in ipu_plane_mode_set()
117 crtc_w -= -crtc_x; in ipu_plane_mode_set()
118 crtc_x = 0; in ipu_plane_mode_set()
128 if (crtc_x + crtc_w > mode->hdisplay) { in ipu_plane_mode_set()
129 if (crtc_x > mode->hdisplay) in ipu_plane_mode_set()
131 crtc_w = mode->hdisplay - crtc_x; in ipu_plane_mode_set()
175 ipu_dp_set_window_pos(ipu_plane->dp, crtc_x, crtc_y); in ipu_plane_mode_set()
300 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in ipu_update_plane() argument
316 crtc_x, crtc_y, crtc_w, crtc_h, in ipu_update_plane()