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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c7038 int htot = I915_READ(HTOTAL(cpu_transcoder)); local
7048 mode->hdisplay = (htot & 0xffff) + 1;
7049 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;

Completed in 76 milliseconds