Home
last modified time | relevance | path

Searched refs:vdisp (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dilitek,ili9322.yaml56 vcc-supply = <&vdisp>;
57 iovcc-supply = <&vdisp>;
58 vci-supply = <&vdisp>;
/openbmc/linux/Documentation/admin-guide/
H A Dedid.rst48 vdisp vsyncstart vsyncend vtotal
57 #define YPIX vdisp
58 #define YBLANK vtotal-vdisp
59 #define YOFFSET vsyncstart-vdisp
/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini-dlink-dir-685.dts48 vdisp: regulator { label
75 vcc-supply = <&vdisp>;
76 iovcc-supply = <&vdisp>;
77 vci-supply = <&vdisp>;
/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c55 #define CRTC_V_TOTAL_DISP_VAL(vtotal, vdisp) \ argument
56 ((((vtotal) - 1) & 0xffff) | (((vdisp) - 1) << 16))
/openbmc/linux/drivers/video/fbdev/omap/
H A Dhwa742.c790 int hdisp, vdisp; in setup_tearsync() local
806 vdisp = hwa742_read_reg(HWA742_V_DISP_1_REG) + in setup_tearsync()