/linux-6.1.9/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.1.9/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.1.9/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()
|
/linux-6.1.9/drivers/gpu/drm/kmb/ |
D | kmb_crtc.c | 195 int vfp = mode->vsync_start - mode->vdisplay; in kmb_crtc_mode_valid() local 214 if (vfp < KMB_CRTC_MIN_VFP) { in kmb_crtc_mode_valid() 215 drm_dbg(dev, "vfp = %d less than %d", vfp, KMB_CRTC_MIN_VFP); in kmb_crtc_mode_valid()
|
/linux-6.1.9/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.1.9/drivers/gpu/drm/bridge/ |
D | lontium-lt8912b.c | 277 u32 vactive, v_total, vpw, vfp, vbp; in lt8912_video_setup() local 292 vfp = lt->mode.vfront_porch; in lt8912_video_setup() 295 v_total = vactive + vfp + vpw + vbp; in lt8912_video_setup() 321 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3a, vfp & 0xff); in lt8912_video_setup() 322 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3b, vfp >> 8); in lt8912_video_setup()
|
/linux-6.1.9/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 | 99 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show() 124 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
|
/linux-6.1.9/arch/arm/kernel/ |
D | ptrace.c | 618 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get() local 623 membuf_write(&to, vfp->fpregs, sizeof(vfp->fpregs)); in vfp_get() 624 membuf_zero(&to, user_fpscr_offset - sizeof(vfp->fpregs)); in vfp_get() 625 return membuf_store(&to, vfp->fpscr); in vfp_get()
|
/linux-6.1.9/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.1.9/drivers/video/fbdev/omap/ |
D | lcd_htcherald.c | 38 .vfp = 2,
|
D | lcd_palmte.c | 30 .vfp = 8,
|
D | lcd_palmtt.c | 41 .vfp = 8,
|
D | lcd_palmz71.c | 35 .vfp = 8,
|
D | lcd_osk.c | 61 .vfp = 1,
|
D | lcd_inn1510.c | 43 .vfp = 1,
|
D | lcd_h3.c | 57 .vfp = 1,
|
D | lcd_inn1610.c | 72 .vfp = 1,
|
D | lcd_ams_delta.c | 116 .vfp = 0,
|
/linux-6.1.9/arch/arm/ |
D | Kbuild | 5 obj-$(CONFIG_VFP) += vfp/
|
/linux-6.1.9/arch/arm/include/asm/ |
D | ucontext.h | 88 struct vfp_sigframe vfp; member
|
/linux-6.1.9/Documentation/arm/ |
D | index.rst | 79 vfp/release-notes
|
/linux-6.1.9/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.1.9/drivers/gpu/drm/arm/display/komeda/d71/ |
D | d71_regs.h | 418 #define BS_V_INTVALS(vfp, vbp) (((vfp) & 0x3FFF) + (((vbp) & 0xFF) << 16)) argument
|