mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
style: configure readability-identifier-naming.LocalVariableCase
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
24669e0219
commit
819e0f5515
@@ -107,11 +107,11 @@ SysfsAccess &LinuxSysmanImp::getSysfsAccess() {
|
||||
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) {
|
||||
NEO::OSInterface &osInterface = pDevice->getOsInterface();
|
||||
if (osInterface.getDriverModel()->getDriverModelType() != NEO::DriverModelType::DRM) {
|
||||
return ZE_RESULT_ERROR_UNSUPPORTED_FEATURE;
|
||||
}
|
||||
pDrm = OsInterface.getDriverModel()->as<NEO::Drm>();
|
||||
pDrm = osInterface.getDriverModel()->as<NEO::Drm>();
|
||||
return ZE_RESULT_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user