Searched refs:cliprects_ptr (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/drm/
H A Di915_drm.h1236 __u64 cliprects_ptr; member in struct:drm_i915_gem_execbuffer
1411 /** @num_cliprects: See @cliprects_ptr */
1415 * @cliprects_ptr: Kernel clipping was a DRI1 misfeature.
1427 __u64 cliprects_ptr; member in struct:drm_i915_gem_execbuffer2
1527 /* Setting I915_FENCE_ARRAY implies that num_cliprects and cliprects_ptr
1544 * drm_i915_gem_execbuffer2.cliprects_ptr is treated as a pointer to an linked
/linux-master/tools/include/uapi/drm/
H A Di915_drm.h1236 __u64 cliprects_ptr; member in struct:drm_i915_gem_execbuffer
1411 /** @num_cliprects: See @cliprects_ptr */
1415 * @cliprects_ptr: Kernel clipping was a DRI1 misfeature.
1427 __u64 cliprects_ptr; member in struct:drm_i915_gem_execbuffer2
1527 /* Setting I915_FENCE_ARRAY implies that num_cliprects and cliprects_ptr
1544 * drm_i915_gem_execbuffer2.cliprects_ptr is treated as a pointer to an linked
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2205 if (exec->num_cliprects || exec->cliprects_ptr)
2955 user = u64_to_user_ptr(args->cliprects_ptr);
3160 /* The execbuf2 extension mechanism reuses cliprects_ptr. So we cannot
3169 return i915_user_extensions(u64_to_user_ptr(args->cliprects_ptr),

Completed in 315 milliseconds