| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_draw.c | 130 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 D | qxl_drv.h | 395 struct drm_clip_rect *clips,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_kms.h | 377 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 D | drm_atomic.c | 679 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 D | msm_fb.c | 38 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 D | drm_framebuffer.h | 100 unsigned color, struct drm_clip_rect *clips,
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-overlay.rst | 171 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 D | v4l2.rst | 345 Corrected the description of struct v4l2_window clips. New V4L2_STD\_
|
| H A D | diff-v4l.rst | 436 :c:type:`v4l2_window`. The ``chromakey``, ``clips``, and 448 In V4L, storing a bitmap pointer in ``clips`` and setting ``clipcount``
|
| H A D | hist-v4l2.rst | 769 1. The ``clips`` field in struct v4l2_window
|
| /linux/drivers/media/platform/ti/omap/ |
| H A D | omap_voutlib.c | 99 new_win->clips = NULL; in omap_vout_try_window()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 6307 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 D | ivtv-ioctl.c | 448 winfmt->clips = NULL; in ivtv_g_fmt_vid_out_overlay()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_fb.c | 2156 struct drm_clip_rect *clips, in intel_user_framebuffer_dirty() argument
|