| /linux/arch/arm/vfp/ |
| H A D | vfpmodule.c | 120 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush() local 132 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_flush() 137 memset(vfp, 0, sizeof(union vfp_state)); in vfp_thread_flush() 139 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush() 140 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; in vfp_thread_flush() 142 vfp->hard.cpu = NR_CPUS; in vfp_thread_flush() 149 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit() local 152 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
|
| /linux/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()
|
| /linux/drivers/gpu/drm/kmb/ |
| H A 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/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()
|
| H A 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()
|
| /linux/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() 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() 769 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 793 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_mode_valid() 816 if (vfp & ~0xff) { in tilcdc_crtc_mode_valid()
|
| /linux/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()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | lontium-lt8912b.c | 287 u32 vactive, v_total, vpw, vfp, vbp; in lt8912_video_setup() local 302 vfp = lt->mode.vfront_porch; in lt8912_video_setup() 305 v_total = vactive + vfp + vpw + vbp; in lt8912_video_setup() 331 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3a, vfp & 0xff); in lt8912_video_setup() 332 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3b, vfp >> 8); in lt8912_video_setup()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_palmte.c | 30 .vfp = 8,
|
| H A D | lcd_ams_delta.c | 116 .vfp = 0,
|
| H A D | omapfb.h | 72 int vfp; /* Vertical front porch */ member
|
| /linux/arch/arm/ |
| H A D | Kbuild | 5 obj-$(CONFIG_VFP) += vfp/
|
| /linux/arch/arm/include/asm/ |
| H A D | ucontext.h | 88 struct vfp_sigframe vfp; member
|
| /linux/Documentation/arch/arm/ |
| H A D | index.rst | 77 vfp/release-notes
|
| /linux/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_regs.h | 418 #define BS_V_INTVALS(vfp, vbp) (((vfp) & 0x3FFF) + (((vbp) & 0xFF) << 16)) argument
|
| /linux/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-reg.h | 49 u32 vfp; member
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 341 unsigned int vfp, vfp_min; in fill_analog_mode() local 491 vfp = vfp_min + (porches_rem / 2); in fill_analog_mode() 492 drm_dbg_kms(dev, "Vertical Front Porch: %u\n", vfp); in fill_analog_mode() 494 vbp = porches - vfp; in fill_analog_mode() 497 vtotal = vactive + vfp + vslen + vbp; in fill_analog_mode() 505 mode->vsync_start = mode->vdisplay + vfp; in fill_analog_mode()
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-analog-tv.c | 35 .vfp = 5,
|
| H A D | connector-hdmi.c | 28 .vfp = 11,
|
| H A D | panel-lgphilips-lb035q02.c | 29 .vfp = 4,
|
| H A D | panel-nec-nl8048hl11.c | 71 .vfp = 3,
|
| H A D | connector-dvi.c | 28 .vfp = 3,
|
| H A D | panel-sharp-ls037v7dw01.c | 45 .vfp = 1,
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dsi.h | 204 u16 vfp; member
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_plane.c | 127 int vbp, vpw, vfp; in _dpu_plane_calc_bw() local 135 vfp = mode->vsync_start - mode->vdisplay; in _dpu_plane_calc_bw() 149 else if ((vbp+vpw+vfp) < hw_latency_lines) in _dpu_plane_calc_bw() 150 do_div(plane_prefill_bw, (vbp+vpw+vfp)); in _dpu_plane_calc_bw()
|