Searched refs:replication (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/mips/sgi-ip27/
H A Dip27-klnuma.c38 #error Kernel replication works with mapped kernel support. No calias support.
51 /* Set up a GDA pointer to the replication mask. */
/linux-master/arch/alpha/lib/
H A Dstrrchr.S35 or t5, a1, a1 # .. e1 : character replication complete
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dapply.c618 bool replication; local
631 replication = dss_ovl_use_replication(mp->lcd_config, oi->color_mode);
633 r = dispc_ovl_setup(ovl->id, oi, replication, &mp->timings, false);
H A Ddss.h430 bool replication, const struct omap_video_timings *mgr_timings,
H A Ddispc.c2558 bool replication, const struct omap_video_timings *mgr_timings,
2742 dispc_ovl_enable_replication(plane, caps, replication);
2748 bool replication, const struct omap_video_timings *mgr_timings,
2761 oi->color_mode, oi->rotation, oi->mirror, channel, replication);
2767 oi->rotation_type, replication, mgr_timings, mem_to_mem);
2552 dispc_ovl_setup_common(enum omap_plane plane, enum omap_overlay_caps caps, u32 paddr, u32 p_uv_addr, u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, u8 rotation, bool mirror, u8 zorder, u8 pre_mult_alpha, u8 global_alpha, enum omap_dss_rotation_type rotation_type, bool replication, const struct omap_video_timings *mgr_timings, bool mem_to_mem) argument
2747 dispc_ovl_setup(enum omap_plane plane, const struct omap_overlay_info *oi, bool replication, const struct omap_video_timings *mgr_timings, bool mem_to_mem) argument
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c2620 bool replication, const struct videomode *vm,
2784 dispc_ovl_enable_replication(dispc, plane, caps, replication);
2797 const bool replication = true; local
2803 oi->fourcc, oi->rotation, channel, replication);
2811 oi->rotation_type, replication, vm, mem_to_mem,
2827 const bool replication = true; local
2845 replication, vm, mem_to_mem, DRM_COLOR_YCBCR_BT601,
2610 dispc_ovl_setup_common(struct dispc_device *dispc, enum omap_plane_id plane, enum omap_overlay_caps caps, u32 paddr, u32 p_uv_addr, u16 screen_width, int pos_x, int pos_y, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, u8 rotation, u8 zorder, u8 pre_mult_alpha, u8 global_alpha, enum omap_dss_rotation_type rotation_type, bool replication, const struct videomode *vm, bool mem_to_mem, enum drm_color_encoding color_encoding, enum drm_color_range color_range) argument

Completed in 155 milliseconds