Home
last modified time | relevance | path

Searched defs:overlay (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_overlay.c69 u32 caps, u32 fourcc, struct omap_hw_overlay **overlay, in omap_overlay_assign()
113 void omap_overlay_release(struct drm_atomic_state *s, struct omap_hw_overlay *overlay) in omap_overlay_release()
137 struct omap_hw_overlay *overlay) in omap_overlay_update_state()
151 static void omap_overlay_destroy(struct omap_hw_overlay *overlay) in omap_overlay_destroy()
159 struct omap_hw_overlay *overlay; in omap_overlay_init() local
183 struct omap_hw_overlay *overlay; in omap_hwoverlays_init() local
H A Domap_plane.c27 struct omap_hw_overlay *overlay; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_overlay.c252 static int intel_overlay_on(struct intel_overlay *overlay) in intel_overlay_on()
391 struct intel_overlay *overlay = in intel_overlay_last_flip_retire() local
399 static int intel_overlay_off(struct intel_overlay *overlay) in intel_overlay_off()
490 struct intel_overlay *overlay = dev_priv->display.overlay; in intel_overlay_reset() local
673 static void update_colorkey(struct intel_overlay *overlay, in update_colorkey()
898 int intel_overlay_switch_off(struct intel_overlay *overlay) in intel_overlay_switch_off()
962 static int check_overlay_dst(struct intel_overlay *overlay, in check_overlay_dst()
1114 struct intel_overlay *overlay; in intel_overlay_put_image_ioctl() local
1277 struct intel_overlay *overlay; in intel_overlay_attrs_ioctl() local
1390 struct intel_overlay *overlay; in intel_overlay_setup() local
[all …]
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c248 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_stop() local
296 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_update_stream() local
359 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_resume_all() local
393 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_pause_all() local
427 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_ioctl() local
473 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_num_free_overlays() local
492 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_claim() local
517 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_unref() local
536 struct vmw_overlay *overlay; in vmw_overlay_init() local
560 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_close() local
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c48 static u32 fmt_to_reg(struct mmp_overlay *overlay, int pix_fmt) in fmt_to_reg()
119 static void dmafetch_set_fmt(struct mmp_overlay *overlay) in dmafetch_set_fmt()
129 static void overlay_set_win(struct mmp_overlay *overlay, struct mmp_win *win) in overlay_set_win()
165 static void dmafetch_onoff(struct mmp_overlay *overlay, int on) in dmafetch_onoff()
216 static void overlay_set_onoff(struct mmp_overlay *overlay, int on) in overlay_set_onoff()
230 static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id) in overlay_set_fetch()
235 static int overlay_set_addr(struct mmp_overlay *overlay, struct mmp_addr *addr) in overlay_set_addr()
/openbmc/linux/drivers/of/
H A Dresolver.c40 static void adjust_overlay_phandles(struct device_node *overlay, in adjust_overlay_phandles()
72 static int update_usages_of_a_phandle_reference(struct device_node *overlay, in update_usages_of_a_phandle_reference()
160 struct device_node *overlay, int phandle_delta) in adjust_local_phandle_references()
263 int of_resolve_phandles(struct device_node *overlay) in of_resolve_phandles()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_layer.c28 int overlay, bool enable, unsigned int zpos, in sun8i_ui_layer_enable()
77 int overlay, struct drm_plane *plane) in sun8i_ui_layer_update_alpha()
98 int overlay, struct drm_plane *plane, in sun8i_ui_layer_update_coord()
166 int overlay, struct drm_plane *plane) in sun8i_ui_layer_update_formats()
191 int overlay, struct drm_plane *plane) in sun8i_ui_layer_update_buffer()
H A Dsun8i_vi_layer.c22 int overlay, bool enable, unsigned int zpos, in sun8i_vi_layer_enable()
71 int overlay, struct drm_plane *plane) in sun8i_vi_layer_update_alpha()
101 int overlay, struct drm_plane *plane, in sun8i_vi_layer_update_coord()
262 int overlay, struct drm_plane *plane) in sun8i_vi_layer_update_formats()
306 int overlay, struct drm_plane *plane) in sun8i_vi_layer_update_buffer()
H A Dsun8i_ui_layer.h55 int overlay; member
H A Dsun8i_vi_layer.h60 int overlay; member
/openbmc/linux/drivers/fpga/
H A Dof-fpga-region.c152 static int child_regions_with_firmware(struct device_node *overlay) in child_regions_with_firmware()
196 struct device_node *overlay) in of_fpga_region_parse_ov()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-overlay.rst3 .. _overlay: target
/openbmc/qemu/tests/qemu-iotests/
H A D139129 def createSnapshotSync(self, node, overlay): argument
141 def createSnapshot(self, node, overlay): argument
H A D29826 overlay = os.path.join(iotests.test_dir, 'overlay') variable
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_output.c37 struct vkms_plane *overlay; in vkms_add_overlay_plane() local
/openbmc/linux/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.h31 struct mmp_overlay *overlay; member
/openbmc/linux/include/video/
H A Dmmp_disp.h263 static inline void mmp_overlay_set_fetch(struct mmp_overlay *overlay, in mmp_overlay_set_fetch()
269 static inline void mmp_overlay_set_onoff(struct mmp_overlay *overlay, in mmp_overlay_set_onoff()
275 static inline void mmp_overlay_set_win(struct mmp_overlay *overlay, in mmp_overlay_set_win()
281 static inline int mmp_overlay_set_addr(struct mmp_overlay *overlay, in mmp_overlay_set_addr()
/openbmc/linux/scripts/dtc/
H A Dfdtoverlay.c45 static void *apply_one(char *base, const char *overlay, size_t *buf_len, in apply_one()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay-sysfs.c399 struct omap_overlay *overlay; in overlay_attr_show() local
414 struct omap_overlay *overlay; in overlay_attr_store() local
/openbmc/linux/drivers/gpu/drm/mxsfb/
H A Dmxsfb_drv.h42 struct drm_plane overlay; member
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_overlay.h83 uint32 overlay; member
/openbmc/u-boot/drivers/video/
H A Dmxc_ipuv3_fb.c66 unsigned char overlay; member
/openbmc/linux/include/linux/fpga/
H A Dfpga-mgr.h113 struct device_node *overlay; member
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_overlay.c545 struct drm_plane *overlay; in armada_overlay_plane_create() local
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.h65 struct v4l2_window overlay; member

12