Home
last modified time | relevance | path

Searched refs:vactive (Results 1 - 25 of 119) sorted by relevance

12345

/kernel/linux/linux-6.6/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
[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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-simple.c138 dt->hactive.typ, dt->vactive.typ); in panel_simple_get_timings_modes()
483 !PANEL_SIMPLE_BOUNDS_CHECK(ot, dt, vactive) || in panel_simple_parse_panel_timing_node()
743 .vactive = { 480, 480, 480 },
794 .vactive = { 800, 800, 800 },
945 .vactive = { 480, 480, 480 },
1019 .vactive = { 800, 800, 800 },
1043 .vactive = { 1080, 1080, 1080 },
1097 .vactive = { 1080, 1080, 1080 },
1127 .vactive = { 1024, 1024, 1024 },
1157 .vactive
[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()
/kernel/linux/linux-5.10/drivers/video/
H A Dvideomode.c22 vm->vactive = dt->vactive.typ; in videomode_from_timing()
/kernel/linux/linux-6.6/drivers/video/
H A Dvideomode.c22 vm->vactive = dt->vactive.typ; in videomode_from_timing()
/kernel/linux/linux-5.10/drivers/gpu/drm/xen/
H A Dxen_drm_front_conn.c75 videomode.vactive = pipeline->height; in connector_get_modes()
78 height = videomode.vactive + videomode.vfront_porch + in connector_get_modes()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbmon.c1020 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 in fb_videomode_from_videomode()
[all...]
/kernel/linux/linux-6.6/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 in fb_videomode_from_videomode()
[all...]
/kernel/linux/linux-5.10/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()
335 .repeat_count = sig->mode.vactive, in ipu_di_sync_config_noninterlaced()
565 di->id, sig->mode.hactive, sig->mode.vactive); in ipu_di_init_sync_panel()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
292 pr_debug("%s: hactive=%d, hdelay=%d, hscale=%d; vactive=%d, vdelay=%d, vscale=%d\n", 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()
/kernel/linux/linux-6.6/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()
292 pr_debug("%s: hactive=%d, hdelay=%d, hscale=%d; vactive=%d, vdelay=%d, vscale=%d\n", 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()
/kernel/linux/linux-5.10/include/video/
H A Dvideomode.h26 u32 vactive; member
/kernel/linux/linux-6.6/include/video/
H A Dvideomode.h26 u32 vactive; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 20 milliseconds

12345