Fix makeNonResident for csr residency allocations

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2021-06-09 12:02:35 +00:00
committed by Compute-Runtime-Automation
parent b363a4f765
commit e1bcad51f0
13 changed files with 72 additions and 40 deletions

View File

@@ -42,7 +42,7 @@ class ScratchSpaceControllerBase : public ScratchSpaceController {
OsContext &osContext,
bool &stateBaseAddressDirty,
bool &vfeStateDirty,
ResidencyContainer &residency) override;
NEO::CommandStreamReceiver *csr) override;
protected:
void createScratchSpaceAllocation();