mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Test prelim buffer object ext
Signed-off-by: Daniel Chabrowski daniel.chabrowski@intel.com Related-To: NEO-6591
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3e8a6680e2
commit
10e7b9d5be
@@ -151,7 +151,7 @@ class DrmMockCustom : public Drm {
|
||||
ioctl_res_ext = &NONE;
|
||||
}
|
||||
|
||||
virtual void execBufferExtensions(drm_i915_gem_execbuffer2 *execbuf) {
|
||||
virtual void execBufferExtensions(void *execbuf) {
|
||||
}
|
||||
|
||||
Ioctls ioctl_cnt;
|
||||
|
||||
Reference in New Issue
Block a user