Searched refs:hsyncstart (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/video/fbdev/geode/ |
A D | display_gx.c | 61 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()
|
A D | display_gx1.c | 81 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()
|
A D | lxfb_ops.c | 349 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()
|
/linux/Documentation/admin-guide/ |
A D | edid.rst | 46 hdisp hsyncstart hsyncend htotal 54 #define XOFFSET hsyncstart-hdisp 55 #define XPULSE hsyncend-hsyncstart
|
/linux/drivers/gpu/drm/tiny/ |
A D | cirrus.c | 189 int hsyncstart, hsyncend, htotal, hdispend; in cirrus_mode_set() local 199 hsyncstart = mode->hsync_start / 8; in cirrus_mode_set() 210 hsyncstart += 1; in cirrus_mode_set() 216 wreg_crt(cirrus, VGA_CRTC_H_SYNC_START, hsyncstart); in cirrus_mode_set()
|
/linux/drivers/video/fbdev/ |
A D | cirrusfb.c | 666 int hdispend, hsyncstart, hsyncend, htotal; in cirrusfb_set_par_foo() local 699 hsyncstart = var->xres + var->right_margin; in cirrusfb_set_par_foo() 700 hsyncend = hsyncstart + var->hsync_len; in cirrusfb_set_par_foo() 703 hsyncstart = hsyncstart / 8; in cirrusfb_set_par_foo() 737 hsyncstart /= 2; in cirrusfb_set_par_foo() 744 hsyncstart += 1; in cirrusfb_set_par_foo() 765 dev_dbg(info->device, "CRT4: %d\n", hsyncstart); in cirrusfb_set_par_foo() 766 vga_wcrt(regbase, VGA_CRTC_H_SYNC_START, hsyncstart); in cirrusfb_set_par_foo() 1223 if (hsyncstart & 256) in cirrusfb_set_par_foo()
|
A D | tridentfb.c | 1136 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()
|
/linux/drivers/gpu/drm/mgag200/ |
A D | mgag200_mode.c | 356 unsigned int hdisplay, hsyncstart, hsyncend, htotal; in mgag200_set_mode_regs() local 361 hsyncstart = mode->hsync_start / 8 - 1; in mgag200_set_mode_regs() 388 ((hsyncstart & 0x100) >> 6) | in mgag200_set_mode_regs() 405 WREG_CRT(4, hsyncstart); in mgag200_set_mode_regs()
|
Completed in 20 milliseconds