/linux-6.1.9/drivers/gpu/drm/omapdrm/ |
D | omap_overlay.c | 69 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
|
D | omap_plane.c | 27 struct omap_hw_overlay *overlay; member
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_overlay.c | 231 alloc_request(struct intel_overlay *overlay, void (*fn)(struct intel_overlay *)) in alloc_request() 252 static int intel_overlay_on(struct intel_overlay *overlay) in intel_overlay_on() 286 static void intel_overlay_flip_prepare(struct intel_overlay *overlay, in intel_overlay_flip_prepare() 315 static int intel_overlay_continue(struct intel_overlay *overlay, in intel_overlay_continue() 354 static void intel_overlay_release_old_vma(struct intel_overlay *overlay) in intel_overlay_release_old_vma() 370 intel_overlay_release_old_vid_tail(struct intel_overlay *overlay) in intel_overlay_release_old_vid_tail() 375 static void intel_overlay_off_tail(struct intel_overlay *overlay) in intel_overlay_off_tail() 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() 442 static int intel_overlay_recover_from_interrupt(struct intel_overlay *overlay) in intel_overlay_recover_from_interrupt() [all …]
|
/linux-6.1.9/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 254 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_stop() local 302 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_update_stream() local 365 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_resume_all() local 399 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_pause_all() local 433 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_ioctl() local 479 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_num_free_overlays() local 498 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_claim() local 523 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_unref() local 542 struct vmw_overlay *overlay; in vmw_overlay_init() local 566 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_close() local
|
/linux-6.1.9/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.c | 48 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()
|
/linux-6.1.9/drivers/of/ |
D | resolver.c | 40 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()
|
/linux-6.1.9/drivers/gpu/drm/sun4i/ |
D | sun8i_ui_layer.c | 28 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()
|
D | sun8i_vi_layer.c | 22 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()
|
D | sun8i_ui_layer.h | 55 int overlay; member
|
D | sun8i_vi_layer.h | 60 int overlay; member
|
/linux-6.1.9/drivers/fpga/ |
D | of-fpga-region.c | 150 static int child_regions_with_firmware(struct device_node *overlay) in child_regions_with_firmware() 194 struct device_node *overlay) in of_fpga_region_parse_ov()
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | dev-overlay.rst | 3 .. _overlay: target
|
/linux-6.1.9/include/video/ |
D | mmp_disp.h | 263 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()
|
/linux-6.1.9/drivers/gpu/drm/vkms/ |
D | vkms_output.c | 39 struct vkms_plane *overlay; in vkms_add_overlay_plane() local
|
D | vkms_drv.h | 115 bool overlay; member
|
/linux-6.1.9/drivers/video/fbdev/mmp/fb/ |
D | mmpfb.h | 31 struct mmp_overlay *overlay; member
|
/linux-6.1.9/scripts/dtc/ |
D | fdtoverlay.c | 45 static void *apply_one(char *base, const char *overlay, size_t *buf_len, in apply_one()
|
/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/ |
D | overlay-sysfs.c | 398 struct omap_overlay *overlay; in overlay_attr_show() local 413 struct omap_overlay *overlay; in overlay_attr_store() local
|
/linux-6.1.9/drivers/gpu/drm/mxsfb/ |
D | mxsfb_drv.h | 42 struct drm_plane overlay; member
|
/linux-6.1.9/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga_overlay.h | 83 uint32 overlay; member
|
/linux-6.1.9/include/linux/fpga/ |
D | fpga-mgr.h | 113 struct device_node *overlay; member
|
/linux-6.1.9/drivers/gpu/drm/armada/ |
D | armada_overlay.c | 543 struct drm_plane *overlay; in armada_overlay_plane_create() local
|
/linux-6.1.9/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_crtc.c | 523 struct atmel_hlcdc_plane *overlay; in atmel_hlcdc_crtc_create() local
|
/linux-6.1.9/drivers/staging/vc04_services/bcm2835-camera/ |
D | bcm2835-camera.h | 65 struct v4l2_window overlay; member
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv04/ |
D | overlay.c | 376 uint32_t overlay = 1; in nv04_update_plane() local
|