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

/drivers/video/
H A Dgxt4500.c374 unsigned int prefetch_pix, htot; local
420 htot = var->xres + var->left_margin + var->right_margin +
422 writereg(par, DTG_HORIZ_EXTENT, htot - 1);
437 if (prefetch_pix >= htot)
438 prefetch_pix = htot - 1;
439 writereg(par, DTG_VERT_SHORT, htot - prefetch_pix - 1);
/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c1386 int htot; local
1393 htot = REG_READ((pipe == 0) ? HTOTAL_A : HTOTAL_B);
1399 htot = (pipe == 0) ?
1418 mode->hdisplay = (htot & 0xffff) + 1;
1419 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
H A Dpsb_intel_display.c1200 int htot; local
1207 htot = REG_READ((pipe == 0) ? HTOTAL_A : HTOTAL_B);
1213 htot = (pipe == 0) ?
1232 mode->hdisplay = (htot & 0xffff) + 1;
1233 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;
/drivers/gpu/drm/i915/
H A Dintel_display.c6970 int htot = I915_READ(HTOTAL(pipe)); local
6980 mode->hdisplay = (htot & 0xffff) + 1;
6981 mode->htotal = ((htot & 0xffff0000) >> 16) + 1;

Completed in 142 milliseconds