Home
last modified time | relevance | path

Searched full:vactive (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/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>;
H A Dimx6ul-tx6ul.dtsi413 vactive = <480>;
429 vactive = <480>;
445 vactive = <240>;
461 vactive = <272>;
477 vactive = <480>;
493 vactive = <480>;
509 vactive = <240>;
H A Dimx53-tx53-x13x.dts197 vactive = <768>;
213 vactive = <800>;
239 vactive = <768>;
/openbmc/linux/drivers/gpu/drm/panel/
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()
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 …]
/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/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/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()
129 "vactive: %d\n" 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/Documentation/devicetree/bindings/display/panel/
H A Ddisplay-timings.yaml52 vactive = <1080>;
64 vactive = <1080>;
/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/
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 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()
/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/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/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/linux/drivers/media/pci/cx18/
H A Dcx18-av-core.c285 int hblank, hactive, burst, vblank, vactive, sc; in cx18_av_std_setup() local
307 * 625 = vblank656 + vactive in cx18_av_std_setup()
312 * vactive: half lines of active video + in cx18_av_std_setup()
331 * video must be included in vactive (579 instead of 574), in cx18_av_std_setup()
338 vactive = 579; /* lines 24 - 313 & 337 - 626 */ in cx18_av_std_setup()
379 * 525 = prevsync + vblank656 + vactive in cx18_av_std_setup()
385 * vactive: half lines of active video in cx18_av_std_setup()
398 vactive = 481; /* lines 23 - 263 & 285 - 525 */ in cx18_av_std_setup()
469 …"hblank %i, hactive %i, vblank %i, vactive %i, vblank656 %i, src_dec %i, burst 0x%02x, luma_lpf %i… in cx18_av_std_setup()
470 hblank, hactive, vblank, vactive, vblank656, in cx18_av_std_setup()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dat91sam9g45-gurnard.dts44 vactive = <272>;
58 vactive = <272>;
/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()
H A Dlontium-lt9611.c131 u32 v_total, vactive, vsync_len, vfront_porch, vsync_porch; in lt9611_mipi_video_setup() local
141 vactive = mode->vdisplay; in lt9611_mipi_video_setup()
149 regmap_write(lt9611->regmap, 0x830f, (u8)(vactive / 256)); in lt9611_mipi_video_setup()
150 regmap_write(lt9611->regmap, 0x8310, (u8)(vactive % 256)); in lt9611_mipi_video_setup()
289 u32 v_total, vactive, hactive_a, hactive_b, h_total_sysclk; in lt9611_video_check() local
294 /* vactive */ in lt9611_video_check()
298 vactive = temp; in lt9611_video_check()
325 "video check: hactive_a=%d, hactive_b=%d, vactive=%d, v_total=%d, h_total_sysclk=%d\n", in lt9611_video_check()
326 hactive_a, hactive_b, vactive, v_total, h_total_sysclk); in lt9611_video_check()

12345678910>>...12