Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sun4i/
A Dsun4i_rgb.c60 #define SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE 5 macro
125 lowest = rate * (1000 - SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid()
130 highest = rate * (1000 + SUN4I_RGB_DOTCLOCK_TOLERANCE_PER_MILLE); in sun4i_rgb_mode_valid()

Completed in 4 milliseconds