Home
last modified time | relevance | path

Searched refs:vactive (Results 1 – 25 of 175) sorted by relevance

1234567

/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-tx6-lvds.dtsi97 vactive = <768>;
111 vactive = <480>;
127 vactive = <800>;
143 vactive = <480>;
159 vactive = <480>;
190 vactive = <768>;
204 vactive = <480>;
220 vactive = <800>;
H A Dimx6qdl-tx6-lcd.dtsi79 vactive = <480>;
95 vactive = <480>;
111 vactive = <240>;
127 vactive = <272>;
143 vactive = <480>;
159 vactive = <480>;
175 vactive = <240>;
191 vactive = <480>;
H A Dimx53-tx53-x03x.dts37 vactive = <480>;
53 vactive = <480>;
69 vactive = <240>;
85 vactive = <272>;
101 vactive = <480>;
117 vactive = <480>;
133 vactive = <240>;
H A Dimx53-tx53-x13x.dts153 vactive = <768>;
169 vactive = <800>;
195 vactive = <768>;
H A Dimx6ul-tx6ul.dtsi381 vactive = <480>;
397 vactive = <480>;
413 vactive = <240>;
429 vactive = <272>;
445 vactive = <480>;
461 vactive = <480>;
477 vactive = <240>;
H A Dimx6q-var-mx6customboard.dts30 vactive = <480>;
55 vactive = <600>;
/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c186 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes()
512 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vactive) || in panel_simple_parse_panel_timing_node()
866 .vactive = { 480, 480, 480 },
907 .vactive = { 600, 600, 600 },
937 .vactive = { 480, 480, 480 },
1043 .vactive = { 480, 480, 480 },
1071 .vactive = { 800, 800, 800 },
1144 .vactive = { 800, 800, 800 },
1168 .vactive = { 1080, 1080, 1080 },
1198 .vactive = { 1080, 1080, 1080 },
[all …]
H A Dpanel-olimex-lcd-olinuxino.c33 u32 vactive; member
119 lcd_mode->vactive, in lcd_olinuxino_get_modes()
131 mode->vdisplay = lcd_mode->vactive; in lcd_olinuxino_get_modes()
132 mode->vsync_start = lcd_mode->vactive + lcd_mode->vfp; in lcd_olinuxino_get_modes()
133 mode->vsync_end = lcd_mode->vactive + lcd_mode->vfp + in lcd_olinuxino_get_modes()
135 mode->vtotal = lcd_mode->vactive + lcd_mode->vfp + in lcd_olinuxino_get_modes()
H A Dpanel-seiko-43wvf1g.c75 dt->hactive.typ, dt->vactive.typ); in seiko_panel_get_fixed_modes()
253 .vactive = { 480, 480, 480 },
/linux/drivers/video/fbdev/geode/
H A Ddisplay_gx.c63 int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal; in gx_set_mode() local
137 vactive = info->var.yres; in gx_set_mode()
138 vblankstart = vactive; in gx_set_mode()
151 write_dc(par, DC_V_ACTIVE_TIMING, (vactive - 1) | in gx_set_mode()
H A Ddisplay_gx1.c82 int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal; in gx1_set_mode() local
154 vactive = info->var.yres; in gx1_set_mode()
155 vblankstart = vactive; in gx1_set_mode()
168 val = (vactive - 1) | ((vtotal - 1) << 16); in gx1_set_mode()
/linux/drivers/media/i2c/
H A Dbt819.c63 int vactive; member
179 (((timing->vactive >> 8) & 0x03) << 4) | in bt819_init()
183 init[0x05 * 2 - 1] = timing->vactive & 0xff; in bt819_init()
270 (((timing->vactive >> 8) & 0x03) << 4) | in bt819_s_std()
274 bt819_write(decoder, 0x05, timing->vactive & 0xff); in bt819_s_std()
/linux/drivers/video/
H A Dvideomode.c22 vm->vactive = dt->vactive.typ; in videomode_from_timing()
/linux/drivers/video/fbdev/core/
H A Dfbmon.c1026 u32 vactive; member
1155 timings->hfreq = fb_get_hfreq(timings->vfreq, timings->vactive); in fb_timings_vfreq()
1157 timings->vtotal = timings->vactive + timings->vblank; in fb_timings_vfreq()
1167 timings->vtotal = timings->vactive + timings->vblank; in fb_timings_hfreq()
1182 timings->vtotal = timings->vactive + timings->vblank; in fb_timings_dclk()
1254 timings->vactive = var->yres; in fb_get_mode()
1256 timings->vactive /= 2; in fb_get_mode()
1260 timings->vactive *= 2; in fb_get_mode()
1326 fbmode->yres = vm->vactive; in fb_videomode_from_videomode()
1349 vtotal = vm->vactive + vm->vfront_porch + vm->vback_porch + in fb_videomode_from_videomode()
[all …]
/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c76 videomode.vactive = pipeline->height; in connector_get_modes()
79 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
/linux/drivers/gpu/ipu-v3/
H A Dipu-di.c207 u32 v_total = sig->mode.vactive + sig->mode.vsync_len + in ipu_di_sync_config_interlaced()
243 .repeat_count = sig->mode.vactive / 2, in ipu_di_sync_config_interlaced()
270 u32 v_total = sig->mode.vactive + sig->mode.vsync_len + in ipu_di_sync_config_noninterlaced()
299 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced()
331 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced()
568 di->id, sig->mode.hactive, sig->mode.vactive); in ipu_di_init_sync_panel()
/linux/drivers/gpu/drm/
H A Ddrm_displayid_internal.h122 __le16 vactive; member
136 __le16 vactive; member
/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-tx28.dts328 vactive = <480>;
344 vactive = <480>;
360 vactive = <240>;
376 vactive = <272>;
392 vactive = <480>;
408 vactive = <240>;
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_mic.c161 MIC_V_PERIOD_LINE(vm.vsync_len + vm.vactive + in mic_set_porch_timing()
185 MIC_IMG_V_SIZE(vm->vactive); in mic_set_img_size()
195 DRM_DEV_DEBUG(mic->dev, "w: %u, h: %u\n", vm.hactive, vm.vactive); in mic_set_output_timing()
196 bs_size_2d = ((vm.hactive >> 2) << 1) + (vm.vactive % 4); in mic_set_output_timing()
/linux/drivers/media/pci/tw68/
H A Dtw68-video.c256 int vactive, vdelay, vscale; in tw68_set_scale() local
284 vactive = ((norm->id & V4L2_STD_525_60) ? 524 : 624) / 2 - norm->video_v_start; in tw68_set_scale()
285 vscale = (vactive * 256) / height; in tw68_set_scale()
294 hactive, hdelay, hscale, vactive, vdelay, vscale); in tw68_set_scale()
297 ((vactive & 0x300) >> 4) | in tw68_set_scale()
301 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale()
304 tw_writeb(TW68_VACTIVE_LO, vactive & 0xff); in tw68_set_scale()
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-ss.c132 vm->vactive - 1; in dcss_ss_sync_set()
159 vm->vactive - 1; in dcss_ss_sync_set()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_crt.c701 u32 vtotal, vactive; in intel_crt_load_detect() local
718 vactive = REG_FIELD_GET(VACTIVE_MASK, save_vtotal) + 1; in intel_crt_load_detect()
754 if (vblank_start <= vactive && vblank_end >= vtotal) { in intel_crt_load_detect()
767 if (vblank_start - vactive >= vtotal - vblank_end) in intel_crt_load_detect()
768 vsample = (vblank_start + vactive) >> 1; in intel_crt_load_detect()
775 while (intel_de_read(display, PIPEDSL(display, pipe)) >= vactive) in intel_crt_load_detect()
/linux/include/video/
H A Dvideomode.h26 u32 vactive; member
/linux/drivers/media/pci/cx18/
H A Dcx18-av-core.c285 int hblank, hactive, burst, vblank, vactive, sc; in cx18_av_std_setup() local
338 vactive = 579; /* lines 24 - 313 & 337 - 626 */ in cx18_av_std_setup()
398 vactive = 481; /* lines 23 - 263 & 285 - 525 */ in cx18_av_std_setup()
470 hblank, hactive, vblank, vactive, vblank656, in cx18_av_std_setup()
487 (((vblank >> 8) & 0x3) | (vactive << 4)) & 0xff); in cx18_av_std_setup()
488 cx18_av_write(cx, 0x476, vactive >> 4); in cx18_av_std_setup()
/linux/arch/arm64/boot/dts/renesas/
H A Dpanel-aa104xd12.dtsi19 vactive = <768>;

1234567