/linux-6.6.21/drivers/gpu/drm/bridge/adv7511/ |
D | adv7533.c | 31 unsigned int hsw, hfp, hbp, vsw, vfp, vbp; in adv7511_dsi_config_timing_gen() local 38 vfp = mode->vsync_start - mode->vdisplay; in adv7511_dsi_config_timing_gen() 60 regmap_write(adv->regmap_cec, 0x34, vfp >> 4); in adv7511_dsi_config_timing_gen() 61 regmap_write(adv->regmap_cec, 0x35, (vfp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
|
/linux-6.6.21/arch/arm/vfp/ |
D | vfpmodule.c | 92 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush() local 104 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_flush() 109 memset(vfp, 0, sizeof(union vfp_state)); in vfp_thread_flush() 111 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush() 112 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; in vfp_thread_flush() 114 vfp->hard.cpu = NR_CPUS; in vfp_thread_flush() 121 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit() local 124 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
|
/linux-6.6.21/drivers/gpu/drm/panel/ |
D | panel-olimex-lcd-olinuxino.c | 34 u32 vfp; member 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()
|
D | panel-novatek-nt35510.c | 305 u8 vfp; member 614 dpfrctr[3] = conf->vfp; in nt35510_setup_display() 1062 .vfp = 50,
|
/linux-6.6.21/drivers/gpu/drm/kmb/ |
D | kmb_crtc.c | 194 int vfp = mode->vsync_start - mode->vdisplay; in kmb_crtc_mode_valid() local 213 if (vfp < KMB_CRTC_MIN_VFP) { in kmb_crtc_mode_valid() 214 drm_dbg(dev, "vfp = %d less than %d", vfp, KMB_CRTC_MIN_VFP); in kmb_crtc_mode_valid()
|
/linux-6.6.21/drivers/gpu/drm/logicvc/ |
D | logicvc_crtc.c | 75 unsigned int vact, vfp, vsl, vbp; in logicvc_crtc_atomic_enable() local 87 vfp = mode->vsync_start - mode->vdisplay; in logicvc_crtc_atomic_enable() 96 regmap_write(logicvc->regmap, LOGICVC_VSYNC_FRONT_PORCH_REG, vfp - 1); in logicvc_crtc_atomic_enable()
|
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/ |
D | hdmi_wp.c | 176 timing_v |= FLD_VAL(timings->vfp, 19, 8); in hdmi_wp_video_config_timing() 196 timings->vfp = param->timings.vfp; in hdmi_wp_init_vid_fmt_timings()
|
D | display.c | 271 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings() 304 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
|
D | display-sysfs.c | 100 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show() 125 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
|
D | hdmi5_core.c | 294 video_cfg->v_fc_config.timings.vfp = cfg->timings.vfp; in hdmi_core_init() 298 cfg->timings.vfp + cfg->timings.vbp; in hdmi_core_init() 352 cfg->v_fc_config.timings.vfp, 7, 0); in hdmi_core_video_config()
|
/linux-6.6.21/arch/arm/kernel/ |
D | ptrace.c | 616 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get() local 621 membuf_write(&to, vfp->fpregs, sizeof(vfp->fpregs)); in vfp_get() 622 membuf_zero(&to, user_fpscr_offset - sizeof(vfp->fpregs)); in vfp_get() 623 return membuf_store(&to, vfp->fpscr); in vfp_get()
|
/linux-6.6.21/drivers/gpu/drm/bridge/ |
D | lontium-lt8912b.c | 276 u32 vactive, v_total, vpw, vfp, vbp; in lt8912_video_setup() local 291 vfp = lt->mode.vfront_porch; in lt8912_video_setup() 294 v_total = vactive + vfp + vpw + vbp; in lt8912_video_setup() 320 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3a, vfp & 0xff); in lt8912_video_setup() 321 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3b, vfp >> 8); in lt8912_video_setup()
|
/linux-6.6.21/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 279 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local 319 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_set_mode() 323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode() 353 ((vfp & 0xff) << 16) | in tilcdc_crtc_set_mode() 776 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 800 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_mode_valid() 823 if (vfp & ~0xff) { in tilcdc_crtc_mode_valid()
|
/linux-6.6.21/drivers/video/fbdev/omap/ |
D | lcd_palmte.c | 30 .vfp = 8,
|
D | lcd_ams_delta.c | 116 .vfp = 0,
|
D | omapfb.h | 72 int vfp; /* Vertical front porch */ member
|
/linux-6.6.21/arch/arm/ |
D | Kbuild | 5 obj-$(CONFIG_VFP) += vfp/
|
/linux-6.6.21/arch/arm/include/asm/ |
D | ucontext.h | 88 struct vfp_sigframe vfp; member
|
/linux-6.6.21/Documentation/arch/arm/ |
D | index.rst | 77 vfp/release-notes
|
/linux-6.6.21/drivers/gpu/drm/pl111/ |
D | pl111_display.c | 134 u32 lpp, vsw, vfp, vbp; in pl111_display_enable() local 154 vfp = mode->vsync_start - mode->vdisplay; in pl111_display_enable() 166 (vfp << 16) | in pl111_display_enable()
|
/linux-6.6.21/drivers/gpu/drm/arm/display/komeda/d71/ |
D | d71_regs.h | 418 #define BS_V_INTVALS(vfp, vbp) (((vfp) & 0x3FFF) + (((vbp) & 0xFF) << 16)) argument
|
/linux-6.6.21/drivers/gpu/drm/hisilicon/kirin/ |
D | dw_drm_dsi.c | 453 u32 hfp, hbp, hsw, vfp, vbp, vsw; in dsi_set_mode_timing() local 482 vfp = mode->vsync_start - mode->vdisplay; in dsi_set_mode_timing() 502 writel(vfp, base + VID_VFP_LINES); in dsi_set_mode_timing() 509 vtot, vfp, vbp, vsw); in dsi_set_mode_timing()
|
/linux-6.6.21/arch/arm64/kernel/ |
D | signal32.c | 43 struct compat_vfp_sigframe vfp; member 223 err |= compat_restore_vfp_context(&aux->vfp); in compat_restore_sigframe() 394 err |= compat_preserve_vfp_context(&aux->vfp); in compat_setup_sigframe()
|
/linux-6.6.21/drivers/media/platform/st/sti/bdisp/ |
D | bdisp-reg.h | 49 u32 vfp; member
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | vlv_dsi.c | 1019 u16 hactive, hfp, hsync, hbp, vfp, vsync; in bxt_dsi_get_pipe_config() local 1082 vfp = intel_de_read(dev_priv, MIPI_VFP_COUNT(port)); in bxt_dsi_get_pipe_config() 1091 adjusted_mode->crtc_vsync_start = vfp + adjusted_mode->crtc_vdisplay; in bxt_dsi_get_pipe_config() 1219 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local 1235 vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; in set_dsi_timings() 1274 intel_de_write(dev_priv, MIPI_VFP_COUNT(port), vfp); in set_dsi_timings()
|