Home
last modified time | relevance | path

Searched refs:clips (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/qxl/
H A Dqxl_draw.c130 struct drm_clip_rect *clips, in qxl_draw_dirty_fb() argument
161 clips->x1 += dumb_shadow_offset; in qxl_draw_dirty_fb()
162 clips->x2 += dumb_shadow_offset; in qxl_draw_dirty_fb()
164 left = clips->x1; in qxl_draw_dirty_fb()
165 right = clips->x2; in qxl_draw_dirty_fb()
166 top = clips->y1; in qxl_draw_dirty_fb()
167 bottom = clips->y2; in qxl_draw_dirty_fb()
170 for (i = 1, clips_ptr = clips + inc; in qxl_draw_dirty_fb()
244 clips_ptr = clips; in qxl_draw_dirty_fb()
H A Dqxl_drv.h395 struct drm_clip_rect *clips,
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h377 const struct drm_clip_rect *clips,
443 const struct drm_clip_rect *clips,
453 struct drm_clip_rect *clips,
463 struct drm_clip_rect *clips,
483 struct drm_clip_rect *clips,
495 struct drm_clip_rect *clips,
/linux/drivers/gpu/drm/
H A Ddrm_atomic.c679 struct drm_mode_rect *clips; in drm_atomic_plane_check() local
752 clips = __drm_plane_get_damage_clips(new_plane_state); in drm_atomic_plane_check()
757 if (clips->x1 >= clips->x2 || in drm_atomic_plane_check()
758 clips->y1 >= clips->y2 || in drm_atomic_plane_check()
759 clips->x1 < 0 || in drm_atomic_plane_check()
760 clips->y1 < 0 || in drm_atomic_plane_check()
761 clips->x2 > fb_width || in drm_atomic_plane_check()
762 clips->y2 > fb_height) { in drm_atomic_plane_check()
765 plane->base.id, plane->name, clips->x1, in drm_atomic_plane_check()
766 clips->y1, clips->x2, clips->y2); in drm_atomic_plane_check()
[all …]
/linux/drivers/gpu/drm/msm/
H A Dmsm_fb.c38 unsigned int color, struct drm_clip_rect *clips, in msm_framebuffer_dirtyfb() argument
50 clips, num_clips); in msm_framebuffer_dirtyfb()
/linux/include/drm/
H A Ddrm_framebuffer.h100 unsigned color, struct drm_clip_rect *clips,
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-overlay.rst171 driver clips the window accordingly, or if that is not possible,
191 ``struct v4l2_clip * clips``
210 When the application set the ``clips`` field, this field must
319 undesirable if the driver clips out less pixels than expected,
H A Dv4l2.rst345 Corrected the description of struct v4l2_window clips. New V4L2_STD\_
H A Ddiff-v4l.rst436 :c:type:`v4l2_window`. The ``chromakey``, ``clips``, and
448 In V4L, storing a bitmap pointer in ``clips`` and setting ``clipcount``
H A Dhist-v4l2.rst769 1. The ``clips`` field in struct v4l2_window
/linux/drivers/media/platform/ti/omap/
H A Domap_voutlib.c99 new_win->clips = NULL; in omap_vout_try_window()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6307 struct drm_mode_rect *clips; in fill_dc_dirty_rects() local
6324 clips = drm_plane_get_damage_clips(new_plane_state); in fill_dc_dirty_rects()
6334 for (; flip_addrs->dirty_rect_count < num_clips; clips++) in fill_dc_dirty_rects()
6337 clips->x1, clips->y1, in fill_dc_dirty_rects()
6338 clips->x2 - clips->x1, clips->y2 - clips->y1, in fill_dc_dirty_rects()
6384 for (; i < num_clips; clips++) in fill_dc_dirty_rects()
6386 &dirty_rects[i], clips->x1, in fill_dc_dirty_rects()
6387 clips->y1, clips->x2 - clips->x1, in fill_dc_dirty_rects()
6388 clips->y2 - clips->y1, &i, false); in fill_dc_dirty_rects()
/linux/drivers/media/pci/ivtv/
H A Divtv-ioctl.c448 winfmt->clips = NULL; in ivtv_g_fmt_vid_out_overlay()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb.c2156 struct drm_clip_rect *clips, in intel_user_framebuffer_dirty() argument