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

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp7395 bool throttleEnable = (gIOFBVBLThrottle && clock && actual && shmem); local
7396 DEBG1(thisName, " vblthrottle(%d) clk %qd act %qd\n", throttleEnable, clock, actual);
7397 if (throttleEnable)
7401 if (shmem && throttleEnable)
7408 __private->vblThrottle = throttleEnable;

Completed in 88 milliseconds