Lines Matching refs:phase
273 u32 phase; in malidp_crtc_atomic_check_scaling() local
304 phase = s->input_w; in malidp_crtc_atomic_check_scaling()
306 ((phase << SE_N_PHASE) / s->output_w + 1) / 2; in malidp_crtc_atomic_check_scaling()
308 phase = s->input_w; in malidp_crtc_atomic_check_scaling()
309 phase <<= (SE_SHIFT_N_PHASE + SE_N_PHASE); in malidp_crtc_atomic_check_scaling()
310 s->h_delta_phase = phase / s->output_w; in malidp_crtc_atomic_check_scaling()
313 phase = s->input_h; in malidp_crtc_atomic_check_scaling()
315 ((phase << SE_N_PHASE) / s->output_h + 1) / 2; in malidp_crtc_atomic_check_scaling()
317 phase = s->input_h; in malidp_crtc_atomic_check_scaling()
318 phase <<= (SE_SHIFT_N_PHASE + SE_N_PHASE); in malidp_crtc_atomic_check_scaling()
319 s->v_delta_phase = phase / s->output_h; in malidp_crtc_atomic_check_scaling()