From 8ac794db04cade1a938fd0c49cd2158d6c84ed6d Mon Sep 17 00:00:00 2001 From: Grzegorz Choinski Date: Fri, 25 Nov 2022 13:44:55 +0000 Subject: [PATCH] lint revision update Signed-off-by: Grzegorz Choinski --- .lint-revision | 2 +- shared/source/aub/aub_center.cpp | 8 ++++---- shared/test/common/mock_gdi/mock_gdi.h | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.lint-revision b/.lint-revision index 852ed67cfd..4e036596e2 100644 --- a/.lint-revision +++ b/.lint-revision @@ -1 +1 @@ -1.1.18 +1.1.19 diff --git a/shared/source/aub/aub_center.cpp b/shared/source/aub/aub_center.cpp index ad798ebc1b..3a079a0145 100644 --- a/shared/source/aub/aub_center.cpp +++ b/shared/source/aub/aub_center.cpp @@ -7,9 +7,9 @@ #include "shared/source/aub/aub_center.h" -#include "shared/source/execution_environment/root_device_environment.h" #include "shared/source/aub/aub_helper.h" #include "shared/source/debug_settings/debug_settings_manager.h" +#include "shared/source/execution_environment/root_device_environment.h" #include "shared/source/helpers/hw_helper.h" #include "shared/source/helpers/hw_info.h" #include "shared/source/os_interface/hw_info_config.h" @@ -23,7 +23,7 @@ extern aub_stream::AubManager *createAubManager(const aub_stream::AubManagerOpti AubCenter::AubCenter(const RootDeviceEnvironment &rootDeviceEnvironment, bool localMemoryEnabled, const std::string &aubFileName, CommandStreamReceiverType csrType) { if (DebugManager.flags.UseAubStream.get()) { - auto hwInfo = rootDeviceEnvironment.getHardwareInfo(); + auto hwInfo = rootDeviceEnvironment.getHardwareInfo(); auto devicesCount = HwHelper::getSubDevicesCount(hwInfo); auto memoryBankSize = AubHelper::getPerTileLocalMemorySize(hwInfo); CommandStreamReceiverType type = csrType; @@ -34,13 +34,13 @@ AubCenter::AubCenter(const RootDeviceEnvironment &rootDeviceEnvironment, bool lo aubStreamMode = getAubStreamMode(aubFileName, type); auto &coreHelper = rootDeviceEnvironment.getHelper(); - const auto &productHelper = rootDeviceEnvironment.getHelper(); + const auto &productHelper = rootDeviceEnvironment.getHelper(); auto aubStreamProductFamily = productHelper.getAubStreamProductFamily(); stepping = productHelper.getAubStreamSteppingFromHwRevId(*hwInfo); - auto gmmHelper = rootDeviceEnvironment.getGmmHelper(); + auto gmmHelper = rootDeviceEnvironment.getGmmHelper(); aub_stream::MMIOList extraMmioList = coreHelper.getExtraMmioList(*hwInfo, *gmmHelper); aub_stream::MMIOList debugMmioList = AubHelper::getAdditionalMmioList(); diff --git a/shared/test/common/mock_gdi/mock_gdi.h b/shared/test/common/mock_gdi/mock_gdi.h index 8c30f66358..ededb29cfa 100644 --- a/shared/test/common/mock_gdi/mock_gdi.h +++ b/shared/test/common/mock_gdi/mock_gdi.h @@ -9,7 +9,6 @@ #include "shared/source/gmm_helper/gmm_lib.h" #include "shared/source/os_interface/windows/device_time_wddm.h" - #include "shared/source/os_interface/windows/sharedata_wrapper.h" #include "shared/source/os_interface/windows/windows_wrapper.h"