Home
last modified time | relevance | path

Searched refs:hsyncstart (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dvidmode.c260 rep.hsyncstart = VidModeGetModeValue(mode, VIDMODE_H_SYNCSTART); in ProcVidModeGetModeLine()
273 rep.hdisplay, rep.hsyncstart, rep.hsyncend, rep.htotal); in ProcVidModeGetModeLine()
290 swaps(&rep.hsyncstart); in ProcVidModeGetModeLine()
308 .hsyncstart = rep.hsyncstart, in ProcVidModeGetModeLine()
379 .hsyncstart = VidModeGetModeValue(mode, VIDMODE_H_SYNCSTART), in ProcVidModeGetAllModeLines()
393 swaps(&mdinf.hsyncstart); in ProcVidModeGetAllModeLines()
408 .hsyncstart = mdinf.hsyncstart, in ProcVidModeGetAllModeLines()
431 && VidModeGetModeValue(mode, VIDMODE_H_SYNCSTART) == stuff->hsyncstart \
478 stuff->hsyncstart = oldstuff->hsyncstart; in ProcVidModeAddModeLine()
503 stuff->hdisplay, stuff->hsyncstart, in ProcVidModeAddModeLine()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/
H A Ddisplay_gx.c61 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local
131 hsyncstart = hblankstart + info->var.right_margin; in gx_set_mode()
132 hsyncend = hsyncstart + info->var.hsync_len; in gx_set_mode()
147 write_dc(par, DC_H_SYNC_TIMING, (hsyncstart - 1) | in gx_set_mode()
H A Ddisplay_gx1.c81 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local
149 hsyncstart = hblankstart + info->var.right_margin; in gx1_set_mode()
150 hsyncend = hsyncstart + info->var.hsync_len; in gx1_set_mode()
165 val = (hsyncstart - 1) | ((hsyncend - 1) << 16); in gx1_set_mode()
H A Dlxfb_ops.c349 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in lx_set_mode() local
466 hsyncstart = hblankstart + info->var.right_margin; in lx_set_mode()
467 hsyncend = hsyncstart + info->var.hsync_len; in lx_set_mode()
482 (hsyncstart - 1) | ((hsyncend - 1) << 16)); in lx_set_mode()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dedid.rst46 hdisp hsyncstart hsyncend htotal
54 #define XOFFSET hsyncstart-hdisp
55 #define XPULSE hsyncend-hsyncstart
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dcirrus.c186 int hsyncstart, hsyncend, htotal, hdispend; in cirrus_mode_set() local
196 hsyncstart = mode->hsync_start / 8; in cirrus_mode_set()
207 hsyncstart += 1; in cirrus_mode_set()
213 wreg_crt(cirrus, VGA_CRTC_H_SYNC_START, hsyncstart); in cirrus_mode_set()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dcirrusfb.c665 int hdispend, hsyncstart, hsyncend, htotal; in cirrusfb_set_par_foo() local
698 hsyncstart = var->xres + var->right_margin; in cirrusfb_set_par_foo()
699 hsyncend = hsyncstart + var->hsync_len; in cirrusfb_set_par_foo()
702 hsyncstart = hsyncstart / 8; in cirrusfb_set_par_foo()
736 hsyncstart /= 2; in cirrusfb_set_par_foo()
743 hsyncstart += 1; in cirrusfb_set_par_foo()
764 dev_dbg(info->device, "CRT4: %d\n", hsyncstart); in cirrusfb_set_par_foo()
765 vga_wcrt(regbase, VGA_CRTC_H_SYNC_START, hsyncstart); in cirrusfb_set_par_foo()
1222 if (hsyncstart & 256) in cirrusfb_set_par_foo()
H A Dtridentfb.c1136 u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend; in tridentfb_set_par() local
1145 hsyncstart = (var->xres + var->right_margin) / 8; in tridentfb_set_par()
1208 write3X4(par, VGA_CRTC_H_SYNC_START, hsyncstart & 0xFF); in tridentfb_set_par()
1236 tmp |= (hsyncstart >> 5) & 0x08; in tridentfb_set_par()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c1071 unsigned int hdisplay, hsyncstart, hsyncend, htotal; in mgag200_set_mode_regs() local
1076 hsyncstart = mode->hsync_start / 8 - 1; in mgag200_set_mode_regs()
1103 ((hsyncstart & 0x100) >> 6) | in mgag200_set_mode_regs()
1120 WREG_CRT(4, hsyncstart); in mgag200_set_mode_regs()