Lines Matching refs:crtc_w
49 unsigned int crtc_w, unsigned int crtc_h,
123 state->crtc_w, state->crtc_h, in mdp4_plane_atomic_update()
195 unsigned int crtc_w, unsigned int crtc_h, in mdp4_plane_mode_set() argument
224 crtc->base.id, crtc_x, crtc_y, crtc_w, crtc_h); in mdp4_plane_mode_set()
228 if (src_w > (crtc_w * DOWN_SCALE_MAX)) { in mdp4_plane_mode_set()
238 if (crtc_w > (src_w * UP_SCALE_MAX)) { in mdp4_plane_mode_set()
248 if (src_w != crtc_w) { in mdp4_plane_mode_set()
253 if (crtc_w > src_w) in mdp4_plane_mode_set()
255 else if (crtc_w <= (src_w / 4)) in mdp4_plane_mode_set()
260 src_w, crtc_w); in mdp4_plane_mode_set()
290 MDP4_PIPE_DST_SIZE_WIDTH(crtc_w) | in mdp4_plane_mode_set()