Searched refs:phasey_step (Results 1 – 2 of 2) sorted by relevance
202 uint32_t phasey_step = MDP4_VG_PHASE_STEP_DEFAULT; in mdp4_plane_mode_set() local272 phasey_step = mult_frac(MDP4_VG_PHASE_STEP_DEFAULT, in mdp4_plane_mode_set()325 mdp4_write(mdp4_kms, REG_MDP4_PIPE_PHASEY_STEP(pipe), phasey_step); in mdp4_plane_mode_set()
601 uint32_t phasey_step; in calc_scaley_steps() local604 ret = calc_phase_step(src, dest, &phasey_step); in calc_scaley_steps()610 phasey_steps[COMP_0] = phasey_step; in calc_scaley_steps()611 phasey_steps[COMP_3] = phasey_step; in calc_scaley_steps()612 phasey_steps[COMP_1_2] = phasey_step / info->vsub; in calc_scaley_steps()
Completed in 9 milliseconds