mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
refactor: correct naming of enum class constants 8/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
269009c299
commit
dd1b9d6abc
@@ -113,7 +113,7 @@ ze_result_t LinuxSysmanImp::initLocalDeviceAndDrmHandles() {
|
||||
pDevice = Device::fromHandle(pParentSysmanDeviceImp->hCoreDevice);
|
||||
DEBUG_BREAK_IF(nullptr == pDevice);
|
||||
NEO::OSInterface &osInterface = pDevice->getOsInterface();
|
||||
if (osInterface.getDriverModel()->getDriverModelType() != NEO::DriverModelType::DRM) {
|
||||
if (osInterface.getDriverModel()->getDriverModelType() != NEO::DriverModelType::drm) {
|
||||
return ZE_RESULT_ERROR_UNSUPPORTED_FEATURE;
|
||||
}
|
||||
pDrm = osInterface.getDriverModel()->as<NEO::Drm>();
|
||||
|
||||
Reference in New Issue
Block a user