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

/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c716 unsigned int hblank_percentage; local
749 hblank_percentage = CVT_C_PRIME * HV_FACTOR - CVT_M_PRIME *
752 if (hblank_percentage < 20 * HV_FACTOR)
753 hblank_percentage = 20 * HV_FACTOR;
754 hblank = drm_mode->hdisplay * hblank_percentage /
755 (100 * HV_FACTOR - hblank_percentage);

Completed in 117 milliseconds