Home
last modified time | relevance | path

Searched refs:tmpcount (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/
H A Dmgag200_g200wb.c102 int i, j, tmpcount, vcount; in mgag200_g200wb_pixpllc_atomic_update() local
196 tmpcount = RREG8(MGAREG_VCOUNT); in mgag200_g200wb_pixpllc_atomic_update()
197 if (tmpcount < vcount) in mgag200_g200wb_pixpllc_atomic_update()
199 if ((tmpcount - vcount) > 2) in mgag200_g200wb_pixpllc_atomic_update()
H A Dmgag200_g200eh.c102 int i, j, tmpcount, vcount; in mgag200_g200eh_pixpllc_atomic_update() local
154 tmpcount = RREG8(MGAREG_VCOUNT); in mgag200_g200eh_pixpllc_atomic_update()
155 if (tmpcount < vcount) in mgag200_g200eh_pixpllc_atomic_update()
157 if ((tmpcount - vcount) > 2) in mgag200_g200eh_pixpllc_atomic_update()
/kernel/linux/linux-5.10/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c315 int i, j, tmpcount, vcount; in mga_g200wb_set_plls() local
473 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200wb_set_plls()
474 if (tmpcount < vcount) in mga_g200wb_set_plls()
476 if ((tmpcount - vcount) > 2) in mga_g200wb_set_plls()
591 int i, j, tmpcount, vcount; in mga_g200eh_set_plls() local
704 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200eh_set_plls()
705 if (tmpcount < vcount) in mga_g200eh_set_plls()
707 if ((tmpcount - vcount) > 2) in mga_g200eh_set_plls()

Completed in 4 milliseconds