mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
remove magic numbers + add reg_global_timestamp to helper
Change-Id: I8a42139ef73586edc7f826750f7d6582e1750cad Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:
@@ -74,3 +74,6 @@ enum class AluRegisters : uint32_t {
|
||||
};
|
||||
|
||||
constexpr uint32_t GP_THREAD_TIME_REG_ADDRESS_OFFSET_LOW = 0x23A8;
|
||||
|
||||
constexpr uint32_t REG_GLOBAL_TIMESTAMP_LDW = 0x2358;
|
||||
constexpr uint32_t REG_GLOBAL_TIMESTAMP_UN = 0x235c;
|
||||
|
||||
Reference in New Issue
Block a user