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

/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c629 #define CVT_H_GRANULARITY 8
663 hdisplay_rnd = hdisplay - (hdisplay % CVT_H_GRANULARITY);
669 hmargin -= hmargin % CVT_H_GRANULARITY;
756 hblank -= hblank % (2 * CVT_H_GRANULARITY);
762 drm_mode->hsync_start += CVT_H_GRANULARITY -
763 drm_mode->hsync_start % CVT_H_GRANULARITY;
628 #define CVT_H_GRANULARITY macro

Completed in 121 milliseconds