Searched refs:hsyncstart (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | display_gx.c | 65 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local 135 hsyncstart = hblankstart + info->var.right_margin; in gx_set_mode() 136 hsyncend = hsyncstart + info->var.hsync_len; in gx_set_mode() 151 write_dc(par, DC_H_SYNC_TIMING, (hsyncstart - 1) | in gx_set_mode()
|
D | display_gx1.c | 85 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local 153 hsyncstart = hblankstart + info->var.right_margin; in gx1_set_mode() 154 hsyncend = hsyncstart + info->var.hsync_len; in gx1_set_mode() 169 val = (hsyncstart - 1) | ((hsyncend - 1) << 16); in gx1_set_mode()
|
D | lxfb_ops.c | 353 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in lx_set_mode() local 470 hsyncstart = hblankstart + info->var.right_margin; in lx_set_mode() 471 hsyncend = hsyncstart + info->var.hsync_len; in lx_set_mode() 486 (hsyncstart - 1) | ((hsyncend - 1) << 16)); in lx_set_mode()
|
/linux-4.4.14/Documentation/EDID/ |
D | HOWTO.txt | 37 HTimings: hdisp hsyncstart hsyncend htotal 43 #define XOFFSET hsyncstart-hdisp 44 #define XPULSE hsyncend-hsyncstart
|
/linux-4.4.14/drivers/gpu/drm/cirrus/ |
D | cirrus_mode.c | 200 int hsyncstart, hsyncend, htotal, hdispend; in cirrus_crtc_mode_set() local 207 hsyncstart = mode->hsync_start / 8; in cirrus_crtc_mode_set() 218 hsyncstart += 1; in cirrus_crtc_mode_set() 224 WREG_CRT(VGA_CRTC_H_SYNC_START, hsyncstart); in cirrus_crtc_mode_set()
|
/linux-4.4.14/drivers/video/fbdev/ |
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()
|
D | tridentfb.c | 1138 u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend; in tridentfb_set_par() local 1147 hsyncstart = (var->xres + var->right_margin) / 8; in tridentfb_set_par() 1210 write3X4(par, VGA_CRTC_H_SYNC_START, hsyncstart & 0xFF); in tridentfb_set_par() 1238 tmp |= (hsyncstart >> 5) & 0x08; in tridentfb_set_par()
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 887 int hdisplay, hsyncstart, hsyncend, htotal; in mga_crtc_mode_set() local 1011 hsyncstart = mode->hsync_start / 8 - 1; in mga_crtc_mode_set() 1038 WREG_CRT(4, hsyncstart); in mga_crtc_mode_set() 1075 ((hsyncstart & 0x100) >> 6) | in mga_crtc_mode_set()
|