Home
last modified time | relevance | path

Searched refs:hdisp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/admin-guide/
H A Dedid.rst46 hdisp hsyncstart hsyncend htotal
52 #define XPIX hdisp
53 #define XBLANK htotal-hdisp
54 #define XOFFSET hsyncstart-hdisp
/openbmc/linux/drivers/video/fbdev/omap/
H A Dhwa742.c790 int hdisp, vdisp; in setup_tearsync() local
805 hdisp = (hwa742_read_reg(HWA742_H_DISP_REG) & 0x7f) * 8; in setup_tearsync()
830 hwa742.line_upd_time = (hdisp + hndp) * 1000000 / (pix_clk / 1000); in setup_tearsync()
832 if (hdisp * hwa742.pix_tx_time > hwa742.line_upd_time) in setup_tearsync()
869 vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync()
/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c51 #define CRTC_H_TOTAL_DISP_VAL(htotal, hdisp) \ argument
52 (((((htotal) / 8) - 1) & 0x3ff) | (((((hdisp) / 8) - 1) & 0x1ff) << 16))