Home
last modified time | relevance | path

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

12345678910

/openbmc/u-boot/drivers/video/rockchip/
H A Drk_vop.c42 u32 vactive = edid->vactive.typ; in rkvop_enable() local
44 writel(V_ACT_WIDTH(hactive - 1) | V_ACT_HEIGHT(vactive - 1), in rkvop_enable()
52 V_DSP_HEIGHT(vactive - 1), in rkvop_enable()
146 u32 vactive = edid->vactive.typ; in rkvop_mode_set() local
182 V_VERPRD(vsync_len + vback_porch + vactive + vfront_porch), in rkvop_mode_set()
185 writel(V_VAEP(vsync_len + vback_porch + vactive)| in rkvop_mode_set()
193 writel(V_VAEP(vsync_len + vback_porch + vactive)| in rkvop_mode_set()
335 uc_priv->ysize = timing.vactive.typ; in rk_display_init()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-tx6-lcd.dtsi116 vactive = <480>;
133 vactive = <480>;
150 vactive = <240>;
167 vactive = <272>;
183 vactive = <480>;
200 vactive = <480>;
216 vactive = <240>;
233 vactive = <480>;
H A Dimx6qdl-tx6-lvds.dtsi134 vactive = <768>;
148 vactive = <480>;
165 vactive = <800>;
182 vactive = <480>;
199 vactive = <480>;
230 vactive = <768>;
244 vactive = <480>;
260 vactive = <800>;
H A Dimx53-tx53-x03x.dts73 vactive = <480>;
89 vactive = <480>;
105 vactive = <240>;
121 vactive = <272>;
137 vactive = <480>;
153 vactive = <480>;
169 vactive = <240>;
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-simple.c179 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes()
532 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vactive) || in panel_simple_parse_panel_timing_node()
783 .vactive = { 480, 480, 480 },
824 .vactive = { 600, 600, 600 },
854 .vactive = { 480, 480, 480 },
960 .vactive = { 480, 480, 480 },
1036 .vactive = { 800, 800, 800 },
1060 .vactive = { 1080, 1080, 1080 },
1114 .vactive = { 1080, 1080, 1080 },
1144 .vactive = { 1024, 1024, 1024 },
[all …]
H A Dpanel-olimex-lcd-olinuxino.c33 u32 vactive; member
155 lcd_mode->vactive, in lcd_olinuxino_get_modes()
167 mode->vdisplay = lcd_mode->vactive; in lcd_olinuxino_get_modes()
168 mode->vsync_start = lcd_mode->vactive + lcd_mode->vfp; in lcd_olinuxino_get_modes()
169 mode->vsync_end = lcd_mode->vactive + lcd_mode->vfp + in lcd_olinuxino_get_modes()
171 mode->vtotal = lcd_mode->vactive + lcd_mode->vfp + in lcd_olinuxino_get_modes()
/openbmc/linux/drivers/video/fbdev/geode/
H A Ddisplay_gx.c62 int vactive, vblankstart, vsyncstart, vsyncend, vblankend, vtotal; in gx_set_mode() local
136 vactive = info->var.yres; in gx_set_mode()
137 vblankstart = vactive; in gx_set_mode()
150 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()
/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c32 v_total = timing->vactive.typ + timing->vfront_porch.typ + in tegra_dc_calc_refresh()
48 timing->hactive.typ, timing->vactive.typ, refresh / 1000, in print_mode()
72 writel(timing->hactive.typ | (timing->vactive.typ << 16), in update_display_mode()
137 .vactive = { .typ = 16 },
179 writel(min_mode.hactive.typ | (min_mode.vactive.typ << 16), in tegra_dc_sor_disable_win_short_raster()
233 writel(((timing->vactive.typ << 16) | timing->hactive.typ), in update_window()
235 writel(((timing->vactive.typ << 16) | in update_window()
307 printf("timing->vactive.typ = %d\n", timing->vactive.typ); in dump_config()
453 uc_priv->ysize = timing.vactive.typ; in tegra124_lcd_init()
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Ddisplay-timing.txt18 - hactive, vactive: display resolution
62 | # |vactive # | |
83 vactive = <1080>;
103 vactive = <1080>;
/openbmc/u-boot/drivers/video/
H A Dam335x-fb.c68 #define FBSIZE(x) ((x->hactive * x->vactive * x->bpp) >> 3)
153 panel->hactive, panel->vactive, panel->bpp, in am335xfb_init()
219 LCD_VERLSB(panel->vactive); in am335xfb_init()
221 LCD_VERMSB(panel->vactive) | in am335xfb_init()
H A Datmel_lcdfb.c134 value = (timing->hactive.typ * timing->vactive.typ * in atmel_fb_init()
179 value |= timing->vactive.typ - 1; in atmel_fb_init()
225 timing.vactive.typ = panel_info.vl_row; in lcd_ctrl_init()
258 uc_priv->ysize = timing->vactive.typ; in atmel_fb_lcd_probe()
H A Dihs_video_out.c261 timing.vactive.typ = 768; in ihs_video_out_probe()
267 timing.vactive.typ = 400; in ihs_video_out_probe()
273 timing.vactive.typ = 480; in ihs_video_out_probe()
/openbmc/linux/drivers/video/
H A Dvideomode.c22 vm->vactive = dt->vactive.typ; in videomode_from_timing()
/openbmc/u-boot/board/BuR/common/
H A Dcommon.c96 pnltmp.vactive = env_get_ulong("ds1_vactive", 10, ~0UL); in load_lcdtiming()
112 ~0UL == (pnltmp.vactive) || in load_lcdtiming()
140 pnltmp.hactive, pnltmp.vactive, pnltmp.bpp, in load_lcdtiming()
240 panel_info.vl_row = lcd_panel.vactive; in lcd_ctrl_init()
/openbmc/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()
/openbmc/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()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_venc.c699 if (mode->vactive.typ < 480 || mode->vactive.typ > 1200) in meson_venc_hdmi_supported_mode()
728 mode->vactive.typ - 1; in meson_venc_hdmi_get_dmt_vmode()
740 dmt_mode->encp.max_lncnt = mode->vactive.typ + in meson_venc_hdmi_get_dmt_vmode()
933 lines_f0 = mode->vback_porch.typ + mode->vactive.typ + in meson_venc_hdmi_mode_set()
952 de_v_end_even = de_v_begin_even + mode->vactive.typ; in meson_venc_hdmi_mode_set()
955 de_v_end_odd = de_v_begin_odd + mode->vactive.typ; in meson_venc_hdmi_mode_set()
1201 (mode->vactive.typ / 2); in meson_venc_hdmi_mode_set()
1203 de_v_end_even = de_v_begin_even + mode->vactive.typ; in meson_venc_hdmi_mode_set()
1218 mode->vactive.typ + in meson_venc_hdmi_mode_set()
1220 de_v_end_odd = de_v_begin_odd + (mode->vactive.typ / 2); in meson_venc_hdmi_mode_set()
[all …]
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c91 SUNXI_LCDC_Y(mode->vactive.typ), &lcdc->tcon0_timing_active); in lcdc_tcon0_mode_set()
99 total = mode->vactive.typ + mode->vfront_porch.typ + bp; in lcdc_tcon0_mode_set()
166 yres = mode->vactive.typ; in lcdc_tcon1_mode_set()
182 total = mode->vactive.typ + mode->vfront_porch.typ + bp; in lcdc_tcon1_mode_set()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbmon.c1021 u32 vactive; member
1150 timings->hfreq = fb_get_hfreq(timings->vfreq, timings->vactive); in fb_timings_vfreq()
1152 timings->vtotal = timings->vactive + timings->vblank; in fb_timings_vfreq()
1162 timings->vtotal = timings->vactive + timings->vblank; in fb_timings_hfreq()
1177 timings->vtotal = timings->vactive + timings->vblank; in fb_timings_dclk()
1249 timings->vactive = var->yres; in fb_get_mode()
1251 timings->vactive /= 2; in fb_get_mode()
1255 timings->vactive *= 2; in fb_get_mode()
1321 fbmode->yres = vm->vactive; in fb_videomode_from_videomode()
1344 vtotal = vm->vactive + vm->vfront_porch + vm->vback_porch + in fb_videomode_from_videomode()
[all …]
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dlontium-lt8912b.c276 u32 vactive, v_total, vpw, vfp, vbp; in lt8912_video_setup() local
290 vactive = lt->mode.vactive; in lt8912_video_setup()
294 v_total = vactive + vfp + vpw + vbp; in lt8912_video_setup()
297 if (vactive <= 600) in lt8912_video_setup()
299 else if (vactive == 1080) in lt8912_video_setup()
/openbmc/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()
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-tx28.dts328 vactive = <480>;
345 vactive = <480>;
362 vactive = <240>;
379 vactive = <272>;
396 vactive = <480>;
413 vactive = <240>;
/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c226 acc_act_h = acc_vbp + timing->vactive.typ; in stm32_ltdc_set_mode()
404 priv->crop_h = priv->timing.vactive.typ; in stm32_ltdc_probe()
408 priv->timing.hactive.typ, priv->timing.vactive.typ, in stm32_ltdc_probe()
420 uc_priv->ysize = priv->timing.vactive.typ; in stm32_ltdc_probe()
/openbmc/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()

12345678910