refactor: rename register offsets and constants

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-12-04 13:53:09 +00:00
committed by Compute-Runtime-Automation
parent 4fca0e16b6
commit c48e57e2de
51 changed files with 467 additions and 463 deletions

View File

@@ -34,7 +34,7 @@ void PreambleHelper<GfxFamily>::programSemaphoreDelay(LinearStream *pCommandStre
if (debugManager.flags.ForceSemaphoreDelayBetweenWaits.get() > -1) {
uint32_t valueOfNewSemaphoreDelay = debugManager.flags.ForceSemaphoreDelayBetweenWaits.get();
LriHelper<GfxFamily>::program(pCommandStream,
SEMA_WAIT_POLL,
RegisterOffsets::semaWaitPoll,
valueOfNewSemaphoreDelay,
true);
};