mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 18:44:06 +08:00
refactor: Improving information transfer about the copy engine
Related-To: NEO-11934 Signed-off-by: Andrzej Koska <andrzej.koska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bf5953c091
commit
b0e7a11e9a
@@ -214,7 +214,7 @@ inline void ImplicitScalingDispatch<GfxFamily>::dispatchRegisterConfiguration(Li
|
||||
bool isBcs) {
|
||||
EncodeSetMMIO<GfxFamily>::encodeMEM(commandStream,
|
||||
PartitionRegisters<GfxFamily>::wparidCCSOffset,
|
||||
workPartitionSurfaceAddress);
|
||||
workPartitionSurfaceAddress, isBcs);
|
||||
dispatchOffsetRegister(commandStream, addressOffset, isBcs);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user