Home
last modified time | relevance | path

Searched refs:hactive (Results 1 – 14 of 14) sorted by relevance

/drivers/video/geode/
Ddisplay_gx.c65 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local
133 hactive = info->var.xres; in gx_set_mode()
134 hblankstart = hactive; in gx_set_mode()
147 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | in gx_set_mode()
Ddisplay_gx1.c85 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local
151 hactive = info->var.xres; in gx1_set_mode()
152 hblankstart = hactive; in gx1_set_mode()
165 val = (hactive - 1) | ((htotal - 1) << 16); in gx1_set_mode()
Dlxfb_ops.c353 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in lx_set_mode() local
468 hactive = info->var.xres; in lx_set_mode()
469 hblankstart = hactive; in lx_set_mode()
482 write_dc(par, DC_H_ACTIVE_TIMING, (hactive - 1) | ((htotal - 1) << 16)); in lx_set_mode()
/drivers/video/
Dvideomode.c18 vm->hactive = dt->hactive.typ; in videomode_from_timing()
Dfbmon.c1088 u32 hactive; member
1223 timings->hactive); in fb_timings_vfreq()
1224 timings->htotal = timings->hactive + timings->hblank; in fb_timings_vfreq()
1234 timings->hactive); in fb_timings_hfreq()
1235 timings->htotal = timings->hactive + timings->hblank; in fb_timings_hfreq()
1242 timings->hactive); in fb_timings_dclk()
1243 timings->htotal = timings->hactive + timings->hblank; in fb_timings_dclk()
1317 timings->hactive = var->xres; in fb_get_mode()
1385 fbmode->xres = vm->hactive; in fb_videomode_from_videomode()
1411 htotal = vm->hactive + vm->hfront_porch + vm->hback_porch + in fb_videomode_from_videomode()
[all …]
Dof_display_timing.c74 ret |= parse_timing_property(np, "hactive", &dt->hactive); in of_get_display_timing()
/drivers/media/i2c/
Dbt819.c76 int hactive; member
196 ((timing->hactive >> 8) & 0x03); in bt819_init()
200 init[0x07 * 2 - 1] = timing->hactive & 0xff; in bt819_init()
285 ((timing->hactive >> 8) & 0x03)); in bt819_s_std()
289 bt819_write(decoder, 0x07, timing->hactive & 0xff); in bt819_s_std()
/drivers/media/pci/cx18/
Dcx18-av-core.c300 int hblank, hactive, burst, vblank, vactive, sc; in cx18_av_std_setup() local
363 hactive = 720; in cx18_av_std_setup()
422 hactive = 720; in cx18_av_std_setup()
487 hblank, hactive, vblank, vactive, vblank656, in cx18_av_std_setup()
495 (hactive << 4))); in cx18_av_std_setup()
496 cx18_av_write(cx, 0x472, hactive >> 4); in cx18_av_std_setup()
/drivers/video/intelfb/
Dintelfbhw.c1050 u32 hsync_start, hsync_end, hblank_start, hblank_end, htotal, hactive; in intelfbhw_mode_to_hw() local
1176 hactive = var->xres; in intelfbhw_mode_to_hw()
1177 hsync_start = hactive + var->right_margin; in intelfbhw_mode_to_hw()
1180 hblank_start = hactive; in intelfbhw_mode_to_hw()
1184 hactive, hsync_start, hsync_end, htotal, hblank_start, in intelfbhw_mode_to_hw()
1202 hactive--; in intelfbhw_mode_to_hw()
1203 if (check_overflow(hactive, HACTIVE_MASK, "CRTC hactive")) in intelfbhw_mode_to_hw()
1240 *ht = (htotal << HTOTAL_SHIFT) | (hactive << HACTIVE_SHIFT); in intelfbhw_mode_to_hw()
1249 *ss = (hactive << SRC_SIZE_HORIZ_SHIFT) | in intelfbhw_mode_to_hw()
/drivers/video/vermilion/
Dvermilion.c783 u32 htotal, hactive, hblank_start, hblank_end, hsync_start, hsync_end; in vmlfb_set_par_locked() local
797 hactive = var->xres; in vmlfb_set_par_locked()
800 hsync_start = hactive + var->right_margin; in vmlfb_set_par_locked()
845 VML_WRITE32(par, VML_HTOTAL_A, ((htotal - 1) << 16) | (hactive - 1)); in vmlfb_set_par_locked()
/drivers/gpu/drm/
Ddrm_modes.c513 dmode->hdisplay = vm->hactive; in drm_display_mode_from_videomode()
568 of_node_full_name(np), vm.hactive, vm.vactive, np->name); in of_get_drm_display_mode()
Ddrm_edid.c1695 unsigned hactive = (pt->hactive_hblank_hi & 0xf0) << 4 | pt->hactive_lo; in drm_mode_detailed() local
1705 if (hactive < 64 || vactive < 64) in drm_mode_detailed()
1724 mode = drm_cvt_mode(dev, hactive, vactive, 60, true, false, false); in drm_mode_detailed()
1740 mode->hdisplay = hactive; in drm_mode_detailed()
/drivers/gpu/drm/nouveau/
Dnv50_display.c1065 u32 hactive, hsynce, hbackp, hfrontp, hblanke, hblanks; in nv50_crtc_mode_set() local
1071 hactive = mode->htotal; in nv50_crtc_mode_set()
1102 evo_data(push, (vactive << 16) | hactive); in nv50_crtc_mode_set()
1115 evo_data(push, (vactive << 16) | hactive); in nv50_crtc_mode_set()
/drivers/media/i2c/cx25840/
Dcx25840-core.c778 int hblank, hactive, burst, vblank, vactive, sc; in cx25840_std_setup() local
791 hactive = 720; in cx25840_std_setup()
813 hactive = 720; in cx25840_std_setup()
875 hblank, hactive, vblank, vactive, vblank656, in cx25840_std_setup()
883 0xff & (((hblank >> 8) & 0x3) | (hactive << 4))); in cx25840_std_setup()
884 cx25840_write(client, 0x472, hactive >> 4); in cx25840_std_setup()