Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_overlay.c227 alloc_request(struct intel_overlay *overlay, void (*fn)(struct intel_overlay *)) in alloc_request()
248 static int intel_overlay_on(struct intel_overlay *overlay) in intel_overlay_on()
282 static void intel_overlay_flip_prepare(struct intel_overlay *overlay, in intel_overlay_flip_prepare()
311 static int intel_overlay_continue(struct intel_overlay *overlay, in intel_overlay_continue()
350 static void intel_overlay_release_old_vma(struct intel_overlay *overlay) in intel_overlay_release_old_vma()
366 intel_overlay_release_old_vid_tail(struct intel_overlay *overlay) in intel_overlay_release_old_vid_tail()
371 static void intel_overlay_off_tail(struct intel_overlay *overlay) in intel_overlay_off_tail()
388 struct intel_overlay *overlay = in intel_overlay_last_flip_retire() local
396 static int intel_overlay_off(struct intel_overlay *overlay) in intel_overlay_off()
439 static int intel_overlay_recover_from_interrupt(struct intel_overlay *overlay) in intel_overlay_recover_from_interrupt()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c256 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_stop() local
304 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_update_stream() local
367 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_stop_all() local
398 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_resume_all() local
432 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_pause_all() local
466 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_ioctl() local
512 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_num_free_overlays() local
531 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_claim() local
556 struct vmw_overlay *overlay = dev_priv->overlay_priv; in vmw_overlay_unref() local
575 struct vmw_overlay *overlay; in vmw_overlay_init() local
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/i915/
Dintel_overlay.c214 static void intel_overlay_submit_request(struct intel_overlay *overlay, in intel_overlay_submit_request()
226 static int intel_overlay_do_wait_request(struct intel_overlay *overlay, in intel_overlay_do_wait_request()
235 static struct i915_request *alloc_request(struct intel_overlay *overlay) in alloc_request()
244 static int intel_overlay_on(struct intel_overlay *overlay) in intel_overlay_on()
276 static void intel_overlay_flip_prepare(struct intel_overlay *overlay, in intel_overlay_flip_prepare()
298 static int intel_overlay_continue(struct intel_overlay *overlay, in intel_overlay_continue()
338 static void intel_overlay_release_old_vma(struct intel_overlay *overlay) in intel_overlay_release_old_vma()
356 struct intel_overlay *overlay = in intel_overlay_release_old_vid_tail() local
365 struct intel_overlay *overlay = in intel_overlay_off_tail() local
380 static int intel_overlay_off(struct intel_overlay *overlay) in intel_overlay_off()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c254 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
/kernel/linux/linux-4.19/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.c61 static u32 fmt_to_reg(struct mmp_overlay *overlay, int pix_fmt) in fmt_to_reg()
132 static void dmafetch_set_fmt(struct mmp_overlay *overlay) in dmafetch_set_fmt()
142 static void overlay_set_win(struct mmp_overlay *overlay, struct mmp_win *win) in overlay_set_win()
171 static void dmafetch_onoff(struct mmp_overlay *overlay, int on) in dmafetch_onoff()
222 static void overlay_set_onoff(struct mmp_overlay *overlay, int on) in overlay_set_onoff()
236 static void overlay_set_fetch(struct mmp_overlay *overlay, int fetch_id) in overlay_set_fetch()
241 static int overlay_set_addr(struct mmp_overlay *overlay, struct mmp_addr *addr) in overlay_set_addr()
/kernel/linux/linux-5.10/drivers/video/fbdev/mmp/hw/
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()
/kernel/linux/linux-5.10/drivers/of/
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()
/kernel/linux/linux-4.19/drivers/of/
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()
257 int of_resolve_phandles(struct device_node *overlay) in of_resolve_phandles()
/kernel/linux/linux-4.19/drivers/gpu/drm/sun4i/
Dsun8i_ui_layer.c30 int overlay, bool enable, unsigned int zpos, in sun8i_ui_layer_enable()
75 int overlay, struct drm_plane *plane, in sun8i_ui_layer_update_coord()
169 int overlay, struct drm_plane *plane) in sun8i_ui_layer_update_formats()
190 int overlay, struct drm_plane *plane) in sun8i_ui_layer_update_buffer()
Dsun8i_vi_layer.c24 int overlay, bool enable, unsigned int zpos, in sun8i_vi_layer_enable()
69 int overlay, struct drm_plane *plane, in sun8i_vi_layer_update_coord()
162 int overlay, struct drm_plane *plane) in sun8i_vi_layer_update_formats()
199 int overlay, struct drm_plane *plane) in sun8i_vi_layer_update_buffer()
Dsun8i_vi_layer.h39 int overlay; member
Dsun8i_ui_layer.h51 int overlay; member
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun8i_ui_layer.c27 int overlay, bool enable, unsigned int zpos, in sun8i_ui_layer_enable()
76 int overlay, struct drm_plane *plane, in sun8i_ui_layer_update_coord()
174 int overlay, struct drm_plane *plane) in sun8i_ui_layer_update_formats()
199 int overlay, struct drm_plane *plane) in sun8i_ui_layer_update_buffer()
Dsun8i_vi_layer.c21 int overlay, bool enable, unsigned int zpos, in sun8i_vi_layer_enable()
70 int overlay, struct drm_plane *plane, in sun8i_vi_layer_update_coord()
231 int overlay, struct drm_plane *plane) in sun8i_vi_layer_update_formats()
283 int overlay, struct drm_plane *plane) in sun8i_vi_layer_update_buffer()
/kernel/linux/linux-5.10/drivers/fpga/
Dof-fpga-region.c150 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()
/kernel/linux/linux-4.19/drivers/fpga/
Dof-fpga-region.c155 static int child_regions_with_firmware(struct device_node *overlay) in child_regions_with_firmware()
199 struct device_node *overlay) in of_fpga_region_parse_ov()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Ddev-overlay.rst3 .. _overlay: target
/kernel/linux/linux-4.19/Documentation/media/uapi/v4l/
Ddev-overlay.rst3 .. _overlay: target
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/
Dmmap_test_008.cpp47 void *overlay = NULL; in Testcase() local
/kernel/linux/linux-4.19/drivers/video/fbdev/mmp/fb/
Dmmpfb.h44 struct mmp_overlay *overlay; member
/kernel/linux/linux-5.10/drivers/video/fbdev/mmp/fb/
Dmmpfb.h31 struct mmp_overlay *overlay; member
/kernel/linux/linux-5.10/include/video/
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()
/kernel/linux/linux-4.19/include/video/
Dmmp_disp.h276 static inline void mmp_overlay_set_fetch(struct mmp_overlay *overlay, in mmp_overlay_set_fetch()
282 static inline void mmp_overlay_set_onoff(struct mmp_overlay *overlay, in mmp_overlay_set_onoff()
288 static inline void mmp_overlay_set_win(struct mmp_overlay *overlay, in mmp_overlay_set_win()
294 static inline int mmp_overlay_set_addr(struct mmp_overlay *overlay, in mmp_overlay_set_addr()
/kernel/linux/linux-4.19/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay-sysfs.c408 struct omap_overlay *overlay; in overlay_attr_show() local
423 struct omap_overlay *overlay; in overlay_attr_store() local
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay-sysfs.c397 struct omap_overlay *overlay; in overlay_attr_show() local
412 struct omap_overlay *overlay; in overlay_attr_store() local

123