mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Handle prefetching properly
Resolves: NEO-4338 Change-Id: I909e655efed22560049ed8eb7e9c41054824751c Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
@@ -92,6 +92,12 @@ class DirectSubmissionHw {
|
||||
void *dispatchWorkloadSection(BatchBuffer &batchBuffer);
|
||||
size_t getSizeDispatch();
|
||||
|
||||
void dispatchPrefetchMitigation();
|
||||
size_t getSizePrefetchMitigation();
|
||||
|
||||
void dispatchDisablePrefetcher(bool disable);
|
||||
size_t getSizeDisablePrefetcher();
|
||||
|
||||
size_t getSizeEnd();
|
||||
|
||||
uint64_t getCommandBufferPositionGpuAddress(void *position);
|
||||
|
||||
Reference in New Issue
Block a user