| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628.c | 283 src_vtotal = src->vsync_len + src->vback_porch + src->vactive + in calc_dsp_frm_hst_vst() 297 v_scale_ratio = src->vactive / dst->vactive; in calc_dsp_frm_hst_vst() 328 dsp_vtotal = dst->vsync_len + dst->vback_porch + dst->vactive + in rk628_post_process_scaler_init() 334 dsp_vbor_end = dst->vsync_len + dst->vback_porch + dst->vactive; in rk628_post_process_scaler_init() 373 if (src->vactive > dst->vactive) { in rk628_post_process_scaler_init() 377 if ((src->vactive - 1) / (dst->vactive - 1) > 2) in rk628_post_process_scaler_init() 378 scl_v_factor = ((src->vactive - 1) << 14) / in rk628_post_process_scaler_init() 379 (dst->vactive - 1); in rk628_post_process_scaler_init() 381 scl_v_factor = ((src->vactive - 2) << 14) / in rk628_post_process_scaler_init() 382 (dst->vactive - 1); in rk628_post_process_scaler_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/ |
| H A D | rk618_scaler.c | 98 src_vtotal = src->vsync_len + src->vback_porch + src->vactive + in calc_dsp_frm_hst_vst() 112 v_scale_ratio = src->vactive / dst->vactive; in calc_dsp_frm_hst_vst() 147 dsp_vtotal = dst.vsync_len + dst.vback_porch + dst.vactive + in rk618_scaler_init() 153 dsp_vbor_end = dst.vsync_len + dst.vback_porch + dst.vactive; in rk618_scaler_init() 192 if (src.vactive > dst.vactive) { in rk618_scaler_init() 196 if ((src.vactive - 1) / (dst.vactive - 1) > 2) in rk618_scaler_init() 197 scl_v_factor = ((src.vactive - 1) << 14) / in rk618_scaler_init() 198 (dst.vactive - 1); in rk618_scaler_init() 200 scl_v_factor = ((src.vactive - 2) << 14) / in rk618_scaler_init() 201 (dst.vactive - 1); in rk618_scaler_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk628/ |
| H A D | rk628_post_process.c | 62 src_vtotal = src->vsync_len + src->vback_porch + src->vactive + in calc_dsp_frm_hst_vst() 76 v_scale_ratio = src->vactive / dst->vactive; in calc_dsp_frm_hst_vst() 111 dsp_vtotal = dst.vsync_len + dst.vback_porch + dst.vactive + in rk628_post_process_scaler_init() 117 dsp_vbor_end = dst.vsync_len + dst.vback_porch + dst.vactive; in rk628_post_process_scaler_init() 156 if (src.vactive > dst.vactive) { in rk628_post_process_scaler_init() 160 if ((src.vactive - 1) / (dst.vactive - 1) > 2) in rk628_post_process_scaler_init() 161 scl_v_factor = ((src.vactive - 1) << 14) / in rk628_post_process_scaler_init() 162 (dst.vactive - 1); in rk628_post_process_scaler_init() 164 scl_v_factor = ((src.vactive - 2) << 14) / in rk628_post_process_scaler_init() 165 (dst.vactive - 1); in rk628_post_process_scaler_init() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/rockchip/ |
| H A D | rk_vop.c | 43 u32 vactive = edid->vactive.typ; in rkvop_enable() local 45 writel(V_ACT_WIDTH(hactive - 1) | V_ACT_HEIGHT(vactive - 1), in rkvop_enable() 53 V_DSP_HEIGHT(vactive - 1), in rkvop_enable() 147 u32 vactive = edid->vactive.typ; in rkvop_mode_set() local 183 V_VERPRD(vsync_len + vback_porch + vactive + vfront_porch), in rkvop_mode_set() 186 writel(V_VAEP(vsync_len + vback_porch + vactive)| in rkvop_mode_set() 194 writel(V_VAEP(vsync_len + vback_porch + vactive)| in rkvop_mode_set() 310 uc_priv->ysize = timing.vactive.typ; in rk_display_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6qdl-tx6-lcd.dtsi | 116 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 D | imx6qdl-tx6-lvds.dtsi | 134 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 D | imx53-tx53-x03x.dts | 73 vactive = <480>; 89 vactive = <480>; 105 vactive = <240>; 121 vactive = <272>; 137 vactive = <480>; 153 vactive = <480>; 169 vactive = <240>;
|
| H A D | imx6ul-tx6ul.dtsi | 437 vactive = <480>; 453 vactive = <480>; 469 vactive = <240>; 485 vactive = <272>; 501 vactive = <480>; 517 vactive = <480>; 533 vactive = <240>;
|
| /OK3568_Linux_fs/u-boot/drivers/video/tegra124/ |
| H A D | display.c | 35 v_total = timing->vactive.typ + timing->vfront_porch.typ + in tegra_dc_calc_refresh() 51 timing->hactive.typ, timing->vactive.typ, refresh / 1000, in print_mode() 75 writel(timing->hactive.typ | (timing->vactive.typ << 16), in update_display_mode() 140 .vactive = { .typ = 16 }, 182 writel(min_mode.hactive.typ | (min_mode.vactive.typ << 16), in tegra_dc_sor_disable_win_short_raster() 236 writel(((timing->vactive.typ << 16) | timing->hactive.typ), in update_window() 238 writel(((timing->vactive.typ << 16) | in update_window() 310 printf("timing->vactive.typ = %d\n", timing->vactive.typ); in dump_config() 456 uc_priv->ysize = timing.vactive.typ; in tegra124_lcd_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | panel-olimex-lcd-olinuxino.c | 33 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 D | panel-simple.c | 323 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes() 758 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vactive) || in panel_simple_parse_panel_timing_node() 1081 .vactive = { 480, 480, 480 }, 1132 .vactive = { 800, 800, 800 }, 1283 .vactive = { 480, 480, 480 }, 1381 .vactive = { 1080, 1080, 1080 }, 1435 .vactive = { 1080, 1080, 1080 }, 1465 .vactive = { 1024, 1024, 1024 }, 1495 .vactive = { 1080, 1080, 1080 }, 1842 .vactive = { 800, 800, 800 }, [all …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/video/ |
| H A D | display-timing.txt | 18 - hactive, vactive: display resolution 62 | # |vactive # | | 83 vactive = <1080>; 103 vactive = <1080>;
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/ |
| H A D | display_gx.c | 62 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 D | display_gx1.c | 82 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()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk1808-evb-x4.dts | 80 vactive = <720>; 95 vactive = <2160>; 110 vactive = <2048>; 125 vactive = <1080>;
|
| H A D | rk1808-evb-x4-second.dts | 81 vactive = <720>; 96 vactive = <2160>; 111 vactive = <2048>; 126 vactive = <1080>;
|
| H A D | rk3588-vehicle-maxim-serdes.dtsi | 289 vactive = <1080>; 387 vactive = <1080>; 484 vactive = <1080>; 583 vactive = <1080>; 681 vactive = <1080>; 779 vactive = <1080>;
|
| /OK3568_Linux_fs/u-boot/drivers/video/sunxi/ |
| H A D | lcdc.c | 91 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()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | am335x-fb.c | 64 #define FBSIZE(x) ((x->hactive * x->vactive * x->bpp) >> 3) 136 panel->hactive, panel->vactive, panel->bpp, in am335xfb_init() 172 LCD_VERLSB(panel->vactive); in am335xfb_init() 174 LCD_VERMSB(panel->vactive) | in am335xfb_init()
|
| H A D | atmel_lcdfb.c | 135 value = (timing->hactive.typ * timing->vactive.typ * in atmel_fb_init() 180 value |= timing->vactive.typ - 1; in atmel_fb_init() 226 timing.vactive.typ = panel_info.vl_row; in lcd_ctrl_init() 259 uc_priv->ysize = timing->vactive.typ; in atmel_fb_lcd_probe()
|
| /OK3568_Linux_fs/kernel/drivers/video/ |
| H A D | videomode.c | 22 vm->vactive = dt->vactive.typ; in videomode_from_timing()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-av-core.c | 285 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 …]
|
| /OK3568_Linux_fs/u-boot/board/BuR/common/ |
| H A D | common.c | 132 pnltmp.vactive = FDTPROP(PATHTIM, "vactive"); in load_lcdtiming() 190 pnltmp.vactive = env_get_ulong("ds1_vactive", 10, ~0UL); in load_lcdtiming() 206 ~0UL == (pnltmp.vactive) || in load_lcdtiming() 223 "vactive: %d\n" in load_lcdtiming() 234 pnltmp.hactive, pnltmp.vactive, pnltmp.bpp, in load_lcdtiming() 501 panel_info.vl_row = lcd_panel.vactive; in lcd_ctrl_init()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/ |
| H A D | display-timings.yaml | 53 vactive = <1080>; 65 vactive = <1080>;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front_conn.c | 75 videomode.vactive = pipeline->height; in connector_get_modes() 78 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
|