Searched refs:active_percent (Results 1 – 1 of 1) sorted by relevance
109 float a_active, a_total, active_percent, pixels_per_second; in xf86ModeBandwidth() local117 active_percent = a_active / a_total; in xf86ModeBandwidth()118 pixels_per_second = active_percent * mode->Clock * 1000.0; in xf86ModeBandwidth()