/linux-4.4.14/arch/arm/vfp/ |
D | Makefile | 10 KBUILD_AFLAGS :=$(KBUILD_AFLAGS:-msoft-float=-Wa,-mfpu=softvfp+vfp -mfloat-abi=soft) 13 obj-y += vfp.o 15 vfp-$(CONFIG_VFP) += vfpmodule.o entry.o vfphw.o vfpsingle.o vfpdouble.o
|
D | vfpmodule.c | 95 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_flush() local 107 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_flush() 112 memset(vfp, 0, sizeof(union vfp_state)); in vfp_thread_flush() 114 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush() 115 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; in vfp_thread_flush() 117 vfp->hard.cpu = NR_CPUS; in vfp_thread_flush() 124 union vfp_state *vfp = &thread->vfpstate; in vfp_thread_exit() local 127 if (vfp_current_hw_state[cpu] == vfp) in vfp_thread_exit()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 265 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_set() local 306 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_mode_set() 310 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_mode_set() 340 ((vfp & 0xff) << 16) | in tilcdc_crtc_mode_set() 471 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 495 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_mode_valid() 518 if (vfp & ~0xff) { in tilcdc_crtc_mode_valid()
|
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_crtc.c | 87 unsigned int hbp, hfp, hsw, vbp, vfp, vsw, div, index; in fsl_dcu_drm_crtc_mode_set_nofb() local 100 vfp = mode->vsync_start - mode->vdisplay; in fsl_dcu_drm_crtc_mode_set_nofb() 112 DCU_VSYN_PARA_FP(vfp)); in fsl_dcu_drm_crtc_mode_set_nofb()
|
/linux-4.4.14/arch/arm/kernel/ |
D | ptrace.c | 672 struct vfp_hard_struct const *vfp = &thread->vfpstate.hard; in vfp_get() local 679 &vfp->fpregs, in vfp_get() 681 user_fpregs_offset + sizeof(vfp->fpregs)); in vfp_get() 686 user_fpregs_offset + sizeof(vfp->fpregs), in vfp_get() 692 &vfp->fpscr, in vfp_get() 694 user_fpscr_offset + sizeof(vfp->fpscr)); in vfp_get()
|
D | signal.c | 183 err |= restore_vfp_context(&aux->vfp); in restore_sigframe() 294 err |= preserve_vfp_context(&aux->vfp); in setup_sigframe()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi_wp.c | 177 timing_v |= FLD_VAL(timings->vfp, 19, 8); in hdmi_wp_video_config_timing() 197 timings->vfp = param->timings.vfp; in hdmi_wp_init_vid_fmt_timings()
|
D | display.c | 282 ovt->vfp = vm->vfront_porch; in videomode_to_omap_video_timings() 315 vm->vfront_porch = ovt->vfp; in omap_video_timings_to_videomode()
|
D | display-sysfs.c | 110 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show() 135 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
|
D | hdmi5_core.c | 307 video_cfg->v_fc_config.timings.vfp = cfg->timings.vfp; in hdmi_core_init() 311 cfg->timings.vfp + cfg->timings.vbp; in hdmi_core_init() 365 cfg->v_fc_config.timings.vfp, 7, 0); in hdmi_core_video_config()
|
D | venc.c | 274 .vfp = 5, 295 .vfp = 6,
|
D | dispc.c | 3035 int vsw, int vfp, int vbp) in _dispc_lcd_timings_ok() argument 3041 vfp < 0 || vfp > dispc.feat->vp_max || in _dispc_lcd_timings_ok() 3071 timings->hbp, timings->vsw, timings->vfp, in dispc_mgr_timings_ok() 3080 int hfp, int hbp, int vsw, int vfp, int vbp, in _dispc_mgr_set_lcd_timings() argument 3095 FLD_VAL(vfp, dispc.feat->fp_start, 8) | in _dispc_mgr_set_lcd_timings() 3205 t.vfp, t.vbp, t.vsync_level, t.hsync_level, in dispc_mgr_set_timings() 3209 ytot = t.y_res + t.vfp + t.vsw + t.vbp; in dispc_mgr_set_timings() 3216 t.hsw, t.hfp, t.hbp, t.vsw, t.vfp, t.vbp); in dispc_mgr_set_timings()
|
D | dsi.c | 3715 int vfp = dsi->vm_timings.vfp; in dsi_proto_timings() local 3735 DSSDBG("VBP: %d, VFP: %d, VSA: %d, VACT: %d lines\n", vbp, vfp, in dsi_proto_timings() 3746 r = FLD_MOD(r, vfp, 15, 8); /* VFP */ in dsi_proto_timings() 4438 t->vfp = t->vbp = 0; in dsi_cm_calc_dispc_cb() 4650 dsi_vm->vfp = req_vm->vfp; in dsi_vm_calc_blanking()
|
D | rfbi.c | 865 rfbi.timings.vfp = 0; in rfbi_config_lcd_manager()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | ucontext.h | 94 struct vfp_sigframe vfp; member
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | lcd_inn1510.c | 69 .vfp = 1,
|
D | lcd_htcherald.c | 75 .vfp = 2,
|
D | lcd_palmz71.c | 68 .vfp = 8,
|
D | lcd_palmtt.c | 73 .vfp = 8,
|
D | lcd_palmte.c | 67 .vfp = 8,
|
D | lcd_osk.c | 90 .vfp = 1,
|
D | lcd_inn1610.c | 90 .vfp = 1,
|
D | lcd_h3.c | 84 .vfp = 1,
|
D | lcd_ams_delta.c | 157 .vfp = 0,
|
D | omapfb.h | 85 int vfp; /* Vertical front porch */ member
|
D | lcd_mipid.c | 517 .vfp = 1,
|
D | lcdc.c | 501 l |= panel->vfp << 16; in setup_regs()
|
D | omapfb_main.c | 584 var->upper_margin = panel->vfp; in set_fb_var() 1776 vhz = hhz / (panel->vfp + panel->y_res + panel->vbp + panel->vsw); in omapfb_do_probe()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_dsi_pll.c | 81 u32 hactive, vactive, hfp, hsync, hbp, vfp, vsync, vbp; in dsi_rr_formula() local 97 vfp = mode->vsync_start - mode->vdisplay; in dsi_rr_formula() 121 vactive * bytes_per_line + vfp * bytes_per_line; in dsi_rr_formula()
|
D | intel_dsi.c | 779 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local 795 vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; in set_dsi_timings() 832 I915_WRITE(MIPI_VFP_COUNT(port), vfp); in set_dsi_timings()
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_connector.c | 57 mode->vsync_start = mode->vdisplay + timings->vfp; in copy_timings_omap_to_drm() 88 timings->vfp = mode->vsync_start - mode->vdisplay; in copy_timings_drm_to_omap()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | signal32.c | 88 struct compat_vfp_sigframe vfp; member 363 err |= compat_restore_vfp_context(&aux->vfp); in compat_restore_sigframe() 540 err |= compat_preserve_vfp_context(&aux->vfp); in compat_setup_sigframe()
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-reg.h | 49 u32 vfp; member
|
D | bdisp-hw.c | 663 node->vfp = bdisp_hw_get_vf_addr(v_inc); in bdisp_hw_build_node()
|
D | bdisp-debug.c | 369 seq_printf(s, "VFP\t0x%08X\n", node->vfp); in bdisp_dbg_last_nodes()
|
/linux-4.4.14/arch/arm/ |
D | Makefile | 109 CFLAGS_ABI :=-mabi=aapcs-linux -mno-thumb-interwork -mfpu=vfp 279 core-$(CONFIG_VFP) += arch/arm/vfp/
|
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
D | connector-analog-tv.c | 40 .vfp = 5,
|
D | connector-hdmi.c | 31 .vfp = 11,
|
D | connector-dvi.c | 32 .vfp = 3,
|
D | panel-nec-nl8048hl11.c | 77 .vfp = 3,
|
D | panel-lgphilips-lb035q02.c | 33 .vfp = 4,
|
D | panel-sharp-ls037v7dw01.c | 50 .vfp = 1,
|
D | panel-tpo-td028ttec1.c | 52 .vfp = 4,
|
D | panel-tpo-td043mtea1.c | 87 .vfp = 39,
|
D | panel-sony-acx565akm.c | 102 .vfp = 3,
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_drv.h | 287 u32 vfp; member
|
D | ast_mode.c | 192 vbios_mode->enh_table->vfp; in ast_get_vbios_mode_info() 194 vbios_mode->enh_table->vfp + in ast_get_vbios_mode_info()
|
/linux-4.4.14/include/video/ |
D | omapdss.h | 277 u16 vfp; member 352 u16 vfp; /* Vertical front porch */ member
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 732 var->lower_margin = timings.vfp; in check_fb_var() 2083 timings->vfp = var->lower_margin; in omapfb_mode_to_timings() 2236 t->vfp = m->lower_margin; in fb_videomode_to_omap_timings()
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | DSS | 199 timings Display timings (pixclock,xres/hfp/hbp/hsw,yres/vfp/vbp/vsw)
|
/linux-4.4.14/ |
D | MAINTAINERS | 1695 F: arch/arm/vfp/
|