/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfpmodule.c | 3 * linux/arch/arm/vfp/vfpmodule.c 27 #include <asm/vfp.h> 30 #include "vfp.h" 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 in vfp_thread_exit() local [all...] |
/kernel/linux/linux-6.6/arch/arm/vfp/ |
H A D | vfpmodule.c | 3 * linux/arch/arm/vfp/vfpmodule.c 28 #include <asm/vfp.h> 32 #include "vfp.h" 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 in vfp_thread_exit() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/adv7511/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/adv7511/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_crtc.c | 280 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local 320 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_set_mode() 323 DBG("%dx%d, hbp=%u, hfp=%u, hsw=%u, vbp=%u, vfp=%u, vsw=%u", in tilcdc_crtc_set_mode() 324 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode() 354 ((vfp & 0xff) << 16) | in tilcdc_crtc_set_mode() 756 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 780 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_mode_valid() 803 if (vfp & ~0xff) { in tilcdc_crtc_mode_valid()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tilcdc/ |
H A 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() 322 DBG("%dx%d, hbp=%u, hfp=%u, hsw=%u, vbp=%u, vfp=%u, vsw=%u", 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()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/kmb/ |
H A D | kmb_crtc.c | 80 "vfp= %d vbp= %d vsync_len=%d hfp=%d hbp=%d hsync_len=%d\n", in kmb_crtc_set_mode() 97 drm_dbg(dev, "%s : %dactive height= %d vbp=%d vfp=%d vsync-w=%d h-active=%d h-bp=%d h-fp=%d hsync-l=%d", in kmb_crtc_set_mode() 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()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | ptrace.c | 644 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get() local 649 membuf_write(&to, vfp->fpregs, sizeof(vfp->fpregs)); in vfp_get() 650 membuf_zero(&to, user_fpscr_offset - sizeof(vfp->fpregs)); in vfp_get() 651 return membuf_store(&to, vfp->fpscr); in vfp_get()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | ucontext.h | 88 struct vfp_sigframe vfp; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
H A D | lcd_inn1510.c | 41 .vfp = 1,
|
H A D | lcd_palmtt.c | 41 .vfp = 8,
|
H A D | lcd_palmz71.c | 35 .vfp = 8,
|
H A D | lcd_palmte.c | 30 .vfp = 8,
|
H A D | lcd_htcherald.c | 38 .vfp = 2,
|
H A D | lcd_osk.c | 61 .vfp = 1,
|
H A D | lcd_h3.c | 57 .vfp = 1,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap/ |
H A D | lcd_palmte.c | 30 .vfp = 8,
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | ucontext.h | 102 struct vfp_sigframe vfp; member
|