Home
last modified time | relevance | path

Searched refs:tmpcount (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/mgag200/
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()
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()

Completed in 5 milliseconds