mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:20:26 +08:00
Unify shared code between ioctl helpers upstream and prelim
Related-To: NEO-7028 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fe475efb3f
commit
9f89a91671
@@ -67,7 +67,7 @@ std::vector<MemoryRegion> IoctlHelperImpl<gfxProduct>::translateToMemoryRegions(
|
||||
}
|
||||
|
||||
template <>
|
||||
unsigned int IoctlHelperImpl<gfxProduct>::getIoctlRequestValue(DrmIoctl ioctlRequest) {
|
||||
unsigned int IoctlHelperImpl<gfxProduct>::getIoctlRequestValue(DrmIoctl ioctlRequest) const {
|
||||
switch (ioctlRequest) {
|
||||
case DrmIoctl::DG1GemCreateExt:
|
||||
return DRM_IOCTL_I915_GEM_CREATE_EXT;
|
||||
|
||||
Reference in New Issue
Block a user