From 27445011767feb42a5ac4379af1ec76fd74fdc25 Mon Sep 17 00:00:00 2001 From: Zbigniew Zdanowicz Date: Fri, 17 Feb 2023 18:35:05 +0000 Subject: [PATCH] Inline base address transition function into flush task method Related-To: NEO-5055 Signed-off-by: Zbigniew Zdanowicz --- .../source/command_stream/command_stream_receiver_hw_base.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/source/command_stream/command_stream_receiver_hw_base.inl b/shared/source/command_stream/command_stream_receiver_hw_base.inl index 887cc8cc43..296325938e 100644 --- a/shared/source/command_stream/command_stream_receiver_hw_base.inl +++ b/shared/source/command_stream/command_stream_receiver_hw_base.inl @@ -1653,7 +1653,7 @@ bool CommandStreamReceiverHw::directSubmissionRelaxedOrderingEnabled( } template -void CommandStreamReceiverHw::handleStateBaseAddressStateTransition(const DispatchFlags &dispatchFlags, bool &isStateBaseAddressDirty) { +inline void CommandStreamReceiverHw::handleStateBaseAddressStateTransition(const DispatchFlags &dispatchFlags, bool &isStateBaseAddressDirty) { auto &rootDeviceEnvironment = this->peekRootDeviceEnvironment(); if (this->streamProperties.stateBaseAddress.statelessMocs.value != -1) {