Searched refs:phasey_step (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_plane.c | 206 uint32_t phasey_step = MDP4_VG_PHASE_STEP_DEFAULT; in mdp4_plane_mode_set() local 276 phasey_step = mult_frac(MDP4_VG_PHASE_STEP_DEFAULT, in mdp4_plane_mode_set() 328 mdp4_write(mdp4_kms, REG_MDP4_PIPE_PHASEY_STEP(pipe), phasey_step); in mdp4_plane_mode_set()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_plane.c | 224 uint32_t phasey_step = MDP4_VG_PHASE_STEP_DEFAULT; in mdp4_plane_mode_set() local 294 phasey_step = mult_frac(MDP4_VG_PHASE_STEP_DEFAULT, in mdp4_plane_mode_set() 346 mdp4_write(mdp4_kms, REG_MDP4_PIPE_PHASEY_STEP(pipe), phasey_step); in mdp4_plane_mode_set()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 689 uint32_t phasey_step; in calc_scaley_steps() local 692 ret = calc_phase_step(src, dest, &phasey_step); in calc_scaley_steps() 698 phasey_steps[COMP_0] = phasey_step; in calc_scaley_steps() 699 phasey_steps[COMP_3] = phasey_step; in calc_scaley_steps() 700 phasey_steps[COMP_1_2] = phasey_step / info->vsub; in calc_scaley_steps()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 620 uint32_t phasey_step; in calc_scaley_steps() local 623 ret = calc_phase_step(src, dest, &phasey_step); in calc_scaley_steps() 629 phasey_steps[COMP_0] = phasey_step; in calc_scaley_steps() 630 phasey_steps[COMP_3] = phasey_step; in calc_scaley_steps() 631 phasey_steps[COMP_1_2] = phasey_step / info->vsub; in calc_scaley_steps()
|
Completed in 5 milliseconds