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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c6922 int htot = I915_READ(HTOTAL(cpu_transcoder)); local
6932 mode->hdisplay = (htot & 0xffff) + 1;
6933 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;

Completed in 83 milliseconds