Introduce SBA tracking buffer allocation

Related-To: NEO-4637

- allocate sbaAllocation in L0 debugger

Change-Id: Ia1be1ad637bbdd6e7f12ca6fdfb0c486ba23a040
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-06-29 16:30:34 +02:00
committed by sys_ocldev
parent 2e6fc92372
commit 5eafc349c9
9 changed files with 72 additions and 6 deletions

View File

@ -84,7 +84,8 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
WRITE_COMBINED,
RING_BUFFER,
SEMAPHORE_BUFFER,
DEBUG_CONTEXT_SAVE_AREA
DEBUG_CONTEXT_SAVE_AREA,
DEBUG_SBA_TRACKING_BUFFER
};
~GraphicsAllocation() override;