mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
fix: don't use fake userptr flag in ioctl helper xe
Related-To: NEO-10496 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5a6d0b21ac
commit
d3ab256f55
@@ -137,7 +137,7 @@ static_assert(offsetof(Query, numItems) == offsetof(struct drm_i915_query, num_i
|
||||
static_assert(offsetof(Query, flags) == offsetof(struct drm_i915_query, flags));
|
||||
static_assert(offsetof(Query, itemsPtr) == offsetof(struct drm_i915_query, items_ptr));
|
||||
|
||||
static_assert(sizeof(GemClose) == sizeof(drm_gem_close));
|
||||
static_assert(sizeof(GemClose) >= sizeof(drm_gem_close));
|
||||
static_assert(offsetof(GemClose, handle) == offsetof(drm_gem_close, handle));
|
||||
static_assert(offsetof(GemClose, reserved) == offsetof(drm_gem_close, pad));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user