Searched refs:clips (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ioctl.c | 180 struct drm_vmw_rect *clips = NULL; in vmw_present_ioctl() local 199 clips = kzalloc_objs(*clips, num_clips); in vmw_present_ioctl() 200 if (clips == NULL) { in vmw_present_ioctl() 206 ret = copy_from_user(clips, clips_ptr, num_clips * sizeof(*clips)); in vmw_present_ioctl() 233 clips, num_clips); in vmw_present_ioctl() 243 kfree(clips); in vmw_present_ioctl() 258 struct drm_vmw_rect *clips = NULL; in vmw_present_readback_ioctl() local 276 clips = kzalloc_objs(*clips, num_clips); in vmw_present_readback_ioctl() 277 if (clips == NULL) { in vmw_present_readback_ioctl() 283 ret = copy_from_user(clips, clips_ptr, num_clips * sizeof(*clips)); in vmw_present_readback_ioctl() [all …]
|
| /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/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/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 3161 struct drm_mode_rect *clips = NULL; in fill_dc_dirty_rects() local 3179 clips = drm_plane_get_damage_clips(new_plane_state); in fill_dc_dirty_rects() 3190 for (; flip_addrs->dirty_rect_count < num_clips; clips++) in fill_dc_dirty_rects() 3193 clips->x1, clips->y1, in fill_dc_dirty_rects() 3194 clips->x2 - clips->x1, clips->y2 - clips->y1, in fill_dc_dirty_rects() 3240 for (; i < num_clips; clips++) in fill_dc_dirty_rects() 3242 &dirty_rects[i], clips->x1, in fill_dc_dirty_rects() 3243 clips->y1, clips->x2 - clips->x1, in fill_dc_dirty_rects() 3244 clips->y2 - clips->y1, &i, false); in fill_dc_dirty_rects()
|
| /linux/drivers/media/platform/ti/omap/ |
| H A D | omap_voutlib.c | 99 new_win->clips = NULL; in omap_vout_try_window()
|
| H A D | omap_vout.c | 784 win->clips = NULL; in vidioc_g_fmt_vid_overlay()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_fb.c | 65 struct drm_clip_rect *clips, in omap_framebuffer_dirty() argument
|