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

/linux-master/tools/include/uapi/drm/
H A Di915_drm.h1230 __u64 cliprects_ptr; member in struct:drm_i915_gem_execbuffer
1405 /** @num_cliprects: See @cliprects_ptr */
1409 * @cliprects_ptr: Kernel clipping was a DRI1 misfeature.
1421 __u64 cliprects_ptr; member in struct:drm_i915_gem_execbuffer2
1521 /* Setting I915_FENCE_ARRAY implies that num_cliprects and cliprects_ptr
1538 * drm_i915_gem_execbuffer2.cliprects_ptr is treated as a pointer to an linked
/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/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2204 if (exec->num_cliprects || exec->cliprects_ptr)
2937 user = u64_to_user_ptr(args->cliprects_ptr);
3142 /* The execbuf2 extension mechanism reuses cliprects_ptr. So we cannot
3151 return i915_user_extensions(u64_to_user_ptr(args->cliprects_ptr),

Completed in 378 milliseconds