Lines Matching refs:phase
274 u32 phase; in malidp_crtc_atomic_check_scaling() local
305 phase = s->input_w; in malidp_crtc_atomic_check_scaling()
307 ((phase << SE_N_PHASE) / s->output_w + 1) / 2; in malidp_crtc_atomic_check_scaling()
309 phase = s->input_w; in malidp_crtc_atomic_check_scaling()
310 phase <<= (SE_SHIFT_N_PHASE + SE_N_PHASE); in malidp_crtc_atomic_check_scaling()
311 s->h_delta_phase = phase / s->output_w; in malidp_crtc_atomic_check_scaling()
314 phase = s->input_h; in malidp_crtc_atomic_check_scaling()
316 ((phase << SE_N_PHASE) / s->output_h + 1) / 2; in malidp_crtc_atomic_check_scaling()
318 phase = s->input_h; in malidp_crtc_atomic_check_scaling()
319 phase <<= (SE_SHIFT_N_PHASE + SE_N_PHASE); in malidp_crtc_atomic_check_scaling()
320 s->v_delta_phase = phase / s->output_h; in malidp_crtc_atomic_check_scaling()