Lines Matching refs:crtc_x
108 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in ipu_plane_mode_set() argument
121 if (crtc_x < 0) { in ipu_plane_mode_set()
122 if (-crtc_x > crtc_w) in ipu_plane_mode_set()
124 src_x += -crtc_x; in ipu_plane_mode_set()
125 src_w -= -crtc_x; in ipu_plane_mode_set()
126 crtc_w -= -crtc_x; in ipu_plane_mode_set()
127 crtc_x = 0; in ipu_plane_mode_set()
137 if (crtc_x + crtc_w > mode->hdisplay) { in ipu_plane_mode_set()
138 if (crtc_x > mode->hdisplay) in ipu_plane_mode_set()
140 crtc_w = mode->hdisplay - crtc_x; in ipu_plane_mode_set()
184 ipu_dp_set_window_pos(ipu_plane->dp, crtc_x, crtc_y); in ipu_plane_mode_set()
316 struct drm_framebuffer *fb, int crtc_x, int crtc_y, in ipu_update_plane() argument
332 crtc_x, crtc_y, crtc_w, crtc_h, in ipu_update_plane()