Home
last modified time | relevance | path

Searched refs:vfp (Results 1 – 25 of 67) sorted by relevance

123

/linux/arch/arm/vfp/
A Dvfpmodule.c92 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/drivers/gpu/drm/bridge/adv7511/
A Dadv7533.c31 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/drivers/gpu/drm/panel/
A Dpanel-olimex-lcd-olinuxino.c34 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/drivers/gpu/drm/kmb/
A Dkmb_crtc.c195 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/drivers/gpu/drm/bridge/
A Dlontium-lt8912b.c267 u32 vactive, v_total, vpw, vfp, vbp; in lt8912_video_setup() local
281 vfp = lt->mode.vfront_porch; in lt8912_video_setup()
284 v_total = vactive + vfp + vpw + vbp; in lt8912_video_setup()
309 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3a, vfp & 0xff); in lt8912_video_setup()
310 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3b, vfp >> 8); in lt8912_video_setup()
/linux/drivers/gpu/drm/tilcdc/
A Dtilcdc_crtc.c278 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local
318 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_set_mode()
322 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode()
352 ((vfp & 0xff) << 16) | in tilcdc_crtc_set_mode()
775 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local
799 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_mode_valid()
822 if (vfp & ~0xff) { in tilcdc_crtc_mode_valid()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Dhdmi_wp.c176 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()
A Ddisplay.c271 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings()
304 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
A Ddisplay-sysfs.c99 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()
A Dhdmi5_core.c296 video_cfg->v_fc_config.timings.vfp = cfg->timings.vfp; in hdmi_core_init()
300 cfg->timings.vfp + cfg->timings.vbp; in hdmi_core_init()
354 cfg->v_fc_config.timings.vfp, 7, 0); in hdmi_core_video_config()
/linux/arch/arm/kernel/
A Dptrace.c619 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get() local
624 membuf_write(&to, vfp->fpregs, sizeof(vfp->fpregs)); in vfp_get()
625 membuf_zero(&to, user_fpscr_offset - sizeof(vfp->fpregs)); in vfp_get()
626 return membuf_store(&to, vfp->fpscr); in vfp_get()
/linux/drivers/video/fbdev/omap/
A Dlcd_htcherald.c38 .vfp = 2,
A Dlcd_palmte.c30 .vfp = 8,
A Dlcd_palmtt.c41 .vfp = 8,
A Dlcd_palmz71.c35 .vfp = 8,
A Dlcd_inn1510.c41 .vfp = 1,
A Dlcd_osk.c61 .vfp = 1,
A Dlcd_h3.c57 .vfp = 1,
A Dlcd_inn1610.c72 .vfp = 1,
/linux/arch/arm/
A DKbuild5 obj-$(CONFIG_VFP) += vfp/
/linux/arch/arm/include/asm/
A Ducontext.h88 struct vfp_sigframe vfp; member
/linux/Documentation/arm/
A Dindex.rst76 vfp/release-notes
/linux/drivers/gpu/drm/pl111/
A Dpl111_display.c132 u32 lpp, vsw, vfp, vbp; in pl111_display_enable() local
152 vfp = mode->vsync_start - mode->vdisplay; in pl111_display_enable()
164 (vfp << 16) | in pl111_display_enable()
/linux/drivers/gpu/drm/hisilicon/kirin/
A Ddw_drm_dsi.c452 u32 hfp, hbp, hsw, vfp, vbp, vsw; in dsi_set_mode_timing() local
481 vfp = mode->vsync_start - mode->vdisplay; in dsi_set_mode_timing()
501 writel(vfp, base + VID_VFP_LINES); in dsi_set_mode_timing()
508 vtot, vfp, vbp, vsw); in dsi_set_mode_timing()
/linux/drivers/gpu/drm/arm/display/komeda/d71/
A Dd71_regs.h418 #define BS_V_INTVALS(vfp, vbp) (((vfp) & 0x3FFF) + (((vbp) & 0xFF) << 16)) argument

Completed in 46 milliseconds

123