Test prelim buffer object ext

Signed-off-by: Daniel Chabrowski daniel.chabrowski@intel.com
Related-To: NEO-6591
This commit is contained in:
Daniel Chabrowski
2022-03-07 17:29:10 +00:00
committed by Compute-Runtime-Automation
parent 3e8a6680e2
commit 10e7b9d5be
6 changed files with 167 additions and 1 deletions

View File

@@ -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;