/src/sys/arch/arm/sunxi/ |
sunxi_tcon.c | 731 const u_int interlace_p = !!(mode->flags & VID_INTERLACE); local in function:sunxi_tcon1_set_videomode 739 ((mode->vtotal << interlace_p) >> 1) - mode->vdisplay - 2; 749 if (interlace_p) 779 if (interlace_p) {
|
sunxi_hdmi.c | 838 const u_int interlace_p = !!(mode->flags & VID_INTERLACE); local in function:sunxi_hdmi_set_videomode 855 dblscan_p, interlace_p, phsync_p, pvsync_p); 948 if (interlace_p) {
|
sunxi_lcdc.c | 220 const u_int interlace_p = (mode->flags & DRM_MODE_FLAG_INTERLACE) != 0; local in function:sunxi_lcdc_tcon0_commit 225 const u_int vblank_len = (mode->crtc_vtotal - mode->crtc_vdisplay) >> interlace_p; 273 const u_int interlace_p = (mode->flags & DRM_MODE_FLAG_INTERLACE) != 0; local in function:sunxi_lcdc_tcon1_commit 278 const u_int vblank_len = ((mode->crtc_vtotal - mode->crtc_vdisplay) >> interlace_p) - 2;
|
sunxi_debe.c | 359 const u_int interlace_p = !!(mode->flags & VID_INTERLACE); local in function:sunxi_debe_setup_fbdev 361 const u_int fb_height = (mode->vdisplay << interlace_p); 578 const u_int interlace_p = !!(mode->flags & VID_INTERLACE); local in function:sunxi_debe_set_videomode 580 const u_int height = (mode->vdisplay << interlace_p); 637 if (interlace_p) {
|
/src/sys/arch/arm/amlogic/ |
meson_genfb.c | 334 bool interlace_p; local in function:meson_genfb_osd_config 339 prop_dictionary_get_bool(cfg, "interlace", &interlace_p); 385 if (interlace_p) { 413 bool interlace_p; local in function:meson_genfb_scaler_config 417 prop_dictionary_get_bool(cfg, "interlace", &interlace_p); 437 __SHIFTIN((height >> interlace_p) - 1, VPP_OSD_SCI_WH_M1_HEIGHT); 440 sco_v = __SHIFTIN(margin_h >> interlace_p, VPP_OSD_SCO_V_START) | 441 __SHIFTIN(((height - margin_h) >> interlace_p) - 1, 475 if (interlace_p) { 492 interlace_p ? ((vf_phase_step / 2) >> 8) : 0 [all...] |