mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
refactor: rename register offsets and constants
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4fca0e16b6
commit
c48e57e2de
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user