mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Revert "Unify query ioctls"
This reverts commit 571199d048.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
65ca31d817
commit
ce7de9d66e
@@ -67,7 +67,7 @@ std::vector<MemoryRegion> IoctlHelperImpl<gfxProduct>::translateToMemoryRegions(
|
||||
}
|
||||
|
||||
template <>
|
||||
unsigned int IoctlHelperImpl<gfxProduct>::getIoctlRequestValue(DrmIoctl ioctlRequest) const {
|
||||
unsigned int IoctlHelperImpl<gfxProduct>::getIoctlRequestValue(DrmIoctl ioctlRequest) {
|
||||
switch (ioctlRequest) {
|
||||
case DrmIoctl::DG1GemCreateExt:
|
||||
return DRM_IOCTL_I915_GEM_CREATE_EXT;
|
||||
|
||||
Reference in New Issue
Block a user