mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
refactor: include reg_configs_common using full path
add missing register offset value Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bb21d25ed0
commit
f171a22c0a
@@ -9,13 +9,12 @@
|
||||
#include "shared/source/command_stream/preemption.h"
|
||||
#include "shared/source/device/device.h"
|
||||
#include "shared/source/execution_environment/root_device_environment.h"
|
||||
#include "shared/source/gen_common/reg_configs_common.h"
|
||||
#include "shared/source/helpers/aligned_memory.h"
|
||||
#include "shared/source/helpers/gfx_core_helper.h"
|
||||
#include "shared/source/helpers/preamble.h"
|
||||
#include "shared/source/helpers/register_offsets.h"
|
||||
|
||||
#include "reg_configs_common.h"
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -8,13 +8,12 @@
|
||||
#include "shared/source/command_stream/csr_definitions.h"
|
||||
#include "shared/source/command_stream/stream_properties.h"
|
||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||
#include "shared/source/gen_common/reg_configs_common.h"
|
||||
#include "shared/source/helpers/gfx_core_helper.h"
|
||||
#include "shared/source/helpers/pipe_control_args.h"
|
||||
#include "shared/source/helpers/pipeline_select_helper.h"
|
||||
#include "shared/source/helpers/preamble_base.inl"
|
||||
|
||||
#include "reg_configs_common.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
template <typename GfxFamily>
|
||||
|
||||
@@ -48,6 +48,7 @@ inline constexpr uint32_t csPredicateResult2 = 0x23BC;
|
||||
inline constexpr uint32_t semaWaitPoll = 0x0224c;
|
||||
|
||||
inline constexpr uint32_t gpThreadTimeRegAddressOffsetLow = 0x23A8;
|
||||
inline constexpr uint32_t gpThreadTimeRegAddressOffsetHigh = 0x23AC;
|
||||
|
||||
inline constexpr uint32_t globalTimestampLdw = 0x2358;
|
||||
inline constexpr uint32_t globalTimestampUn = 0x235c;
|
||||
|
||||
Reference in New Issue
Block a user