mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
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:

committed by
sys_ocldev

parent
2e6fc92372
commit
5eafc349c9
@ -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;
|
||||
|
Reference in New Issue
Block a user