clips_ptr 577 drivers/gpu/drm/drm_framebuffer.c struct drm_clip_rect __user *clips_ptr; clips_ptr 593 drivers/gpu/drm/drm_framebuffer.c clips_ptr = (struct drm_clip_rect __user *)(unsigned long)r->clips_ptr; clips_ptr 595 drivers/gpu/drm/drm_framebuffer.c if (!num_clips != !clips_ptr) { clips_ptr 608 drivers/gpu/drm/drm_framebuffer.c if (num_clips && clips_ptr) { clips_ptr 619 drivers/gpu/drm/drm_framebuffer.c ret = copy_from_user(clips, clips_ptr, clips_ptr 135 drivers/gpu/drm/qxl/qxl_draw.c struct drm_clip_rect *clips_ptr; clips_ptr 164 drivers/gpu/drm/qxl/qxl_draw.c for (i = 1, clips_ptr = clips + inc; clips_ptr 165 drivers/gpu/drm/qxl/qxl_draw.c i < num_clips; i++, clips_ptr += inc) { clips_ptr 166 drivers/gpu/drm/qxl/qxl_draw.c left = min_t(int, left, (int)clips_ptr->x1); clips_ptr 167 drivers/gpu/drm/qxl/qxl_draw.c right = max_t(int, right, (int)clips_ptr->x2); clips_ptr 168 drivers/gpu/drm/qxl/qxl_draw.c top = min_t(int, top, (int)clips_ptr->y1); clips_ptr 169 drivers/gpu/drm/qxl/qxl_draw.c bottom = max_t(int, bottom, (int)clips_ptr->y2); clips_ptr 237 drivers/gpu/drm/qxl/qxl_draw.c clips_ptr = clips; clips_ptr 238 drivers/gpu/drm/qxl/qxl_draw.c for (i = 0; i < num_clips; i++, clips_ptr += inc) { clips_ptr 239 drivers/gpu/drm/qxl/qxl_draw.c rects[i].left = clips_ptr->x1; clips_ptr 240 drivers/gpu/drm/qxl/qxl_draw.c rects[i].right = clips_ptr->x2; clips_ptr 241 drivers/gpu/drm/qxl/qxl_draw.c rects[i].top = clips_ptr->y1; clips_ptr 242 drivers/gpu/drm/qxl/qxl_draw.c rects[i].bottom = clips_ptr->y2; clips_ptr 256 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c struct drm_vmw_rect __user *clips_ptr; clips_ptr 265 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c clips_ptr = (struct drm_vmw_rect __user *)(unsigned long)arg->clips_ptr; clips_ptr 270 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c if (clips_ptr == NULL) { clips_ptr 283 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c ret = copy_from_user(clips, clips_ptr, num_clips * sizeof(*clips)); clips_ptr 340 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c struct drm_vmw_rect __user *clips_ptr; clips_ptr 348 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c clips_ptr = (struct drm_vmw_rect __user *)(unsigned long)arg->clips_ptr; clips_ptr 353 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c if (clips_ptr == NULL) { clips_ptr 366 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c ret = copy_from_user(clips, clips_ptr, num_clips * sizeof(*clips)); clips_ptr 2473 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c const struct drm_clip_rect *clips_ptr = clips; clips_ptr 2486 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c for (i = 0; i < num_clips; i++, clips_ptr += increment, clips_ptr 2497 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c dirty->fb_x = (s32) clips_ptr->x1; clips_ptr 2498 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c dirty->fb_y = (s32) clips_ptr->y1; clips_ptr 2499 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c dirty->unit_x2 = (s32) clips_ptr->x2 + dest_x - clips_ptr 2501 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c dirty->unit_y2 = (s32) clips_ptr->y2 + dest_y - clips_ptr 564 include/uapi/drm/drm_mode.h __u64 clips_ptr; clips_ptr 762 include/uapi/drm/vmwgfx_drm.h __u64 clips_ptr; clips_ptr 790 include/uapi/drm/vmwgfx_drm.h __u64 clips_ptr;