/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-tx6-lcd.dtsi | 116 vactive = <480>; 132 vactive = <480>; 148 vactive = <240>; 164 vactive = <272>; 180 vactive = <480>; 196 vactive = <480>; 212 vactive = <240>; 228 vactive = <480>;
|
D | imx6qdl-tx6-lvds.dtsi | 133 vactive = <768>; 147 vactive = <480>; 163 vactive = <800>; 179 vactive = <480>; 195 vactive = <480>; 226 vactive = <768>; 240 vactive = <480>; 256 vactive = <800>;
|
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>;
|
D | imx6ul-tx6ul.dtsi | 411 vactive = <480>; 427 vactive = <480>; 443 vactive = <240>; 459 vactive = <272>; 475 vactive = <480>; 491 vactive = <480>; 507 vactive = <240>;
|
D | imx53-tx53-x13x.dts | 197 vactive = <768>; 213 vactive = <800>; 239 vactive = <768>;
|
D | imx6q-var-mx6customboard.dts | 29 vactive = <480>; 54 vactive = <600>;
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-olimex-lcd-olinuxino.c | 33 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()
|
D | panel-simple.c | 177 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes() 508 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vactive) || in panel_simple_parse_panel_timing_node() 831 .vactive = { 480, 480, 480 }, 872 .vactive = { 600, 600, 600 }, 902 .vactive = { 480, 480, 480 }, 1008 .vactive = { 480, 480, 480 }, 1108 .vactive = { 800, 800, 800 }, 1132 .vactive = { 1080, 1080, 1080 }, 1162 .vactive = { 1080, 1080, 1080 }, 1217 .vactive = { 1080, 1080, 1080 }, [all …]
|
/linux-6.12.1/drivers/video/fbdev/geode/ |
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()
|
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()
|
/linux-6.12.1/drivers/video/ |
D | videomode.c | 22 vm->vactive = dt->vactive.typ; in videomode_from_timing()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | dml2_mall_phantom.c | 210 * and regular P-State switching (i.e. VACTIVE/VBLANK) is not supported, or if 251 * - Not able to switch in vactive naturally (switching in active means the in assign_subvp_pipe() 481 * for VBLANK: (VACTIVE region of the SubVP pipe can fit the MALL prefetch, VBLANK frame time, in dml2_svp_drr_schedulable() 560 // Prefetch time is equal to VACTIVE + BP + VSYNC of the phantom pipe in subvp_vblank_schedulable() 576 // Schedulable if VACTIVE region of the SubVP pipe can fit the MALL prefetch, VBLANK frame time, in subvp_vblank_schedulable() 592 * 3. SubVP + VACTIVE (currently unsupported) 620 // Count how many planes that aren't SubVP/phantom are capable of VACTIVE in dml2_svp_validate_static_schedulability() 621 // switching (SubVP + VACTIVE unsupported). In situations where we force in dml2_svp_validate_static_schedulability() 622 // SubVP for a VACTIVE plane, we don't want to increment the vactive_count. in dml2_svp_validate_static_schedulability() 635 // DML outputs SubVP + VBLANK + VACTIVE (DML will report as SubVP + VBLANK) in dml2_svp_validate_static_schedulability() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/ |
D | display-timings.yaml | 52 vactive = <1080>; 64 vactive = <1080>;
|
D | panel-timing.yaml | 35 | | # |vactive # | 68 vactive: 204 - vactive
|
D | panel-mipi-dbi-spi.yaml | 60 hactive (width) and vactive (height). The other mandatory panel-timing 159 vactive = <128>;
|
/linux-6.12.1/drivers/gpu/drm/xen/ |
D | xen_drm_front_conn.c | 76 videomode.vactive = pipeline->height; in connector_get_modes() 79 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
|
/linux-6.12.1/arch/arm/boot/dts/nxp/mxs/ |
D | imx28-tx28.dts | 328 vactive = <480>; 344 vactive = <480>; 360 vactive = <240>; 376 vactive = <272>; 392 vactive = <480>; 408 vactive = <240>;
|
/linux-6.12.1/drivers/media/pci/cx18/ |
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 …]
|
/linux-6.12.1/drivers/gpu/drm/bridge/ |
D | lontium-lt9611.c | 132 u32 v_total, vactive, vsync_len, vfront_porch, vsync_porch; in lt9611_mipi_video_setup() local 142 vactive = mode->vdisplay; in lt9611_mipi_video_setup() 150 regmap_write(lt9611->regmap, 0x830f, (u8)(vactive / 256)); in lt9611_mipi_video_setup() 151 regmap_write(lt9611->regmap, 0x8310, (u8)(vactive % 256)); in lt9611_mipi_video_setup() 290 u32 v_total, vactive, hactive_a, hactive_b, h_total_sysclk; in lt9611_video_check() local 295 /* vactive */ in lt9611_video_check() 299 vactive = temp; in lt9611_video_check() 326 "video check: hactive_a=%d, hactive_b=%d, vactive=%d, v_total=%d, h_total_sysclk=%d\n", in lt9611_video_check() 327 hactive_a, hactive_b, vactive, v_total, h_total_sysclk); in lt9611_video_check()
|
D | lontium-lt8912b.c | 287 u32 vactive, v_total, vpw, vfp, vbp; in lt8912_video_setup() local 301 vactive = lt->mode.vactive; in lt8912_video_setup() 305 v_total = vactive + vfp + vpw + vbp; in lt8912_video_setup() 308 if (vactive <= 600) in lt8912_video_setup() 310 else if (vactive == 1080) in lt8912_video_setup()
|
/linux-6.12.1/drivers/gpu/drm/exynos/ |
D | exynos_drm_mic.c | 161 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-6.12.1/drivers/gpu/ipu-v3/ |
D | ipu-di.c | 207 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-6.12.1/drivers/media/i2c/ |
D | bt819.c | 63 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-6.12.1/drivers/gpu/drm/imx/dcss/ |
D | dcss-ss.c | 132 vm->vactive - 1; in dcss_ss_sync_set() 159 vm->vactive - 1; in dcss_ss_sync_set()
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | am335x-sbc-t335.dts | 38 vactive = <480>; 54 vactive = <768>;
|