Refactor hardware context programming

- expose programHardwareContext in CSR

Change-Id: I05caa352e3b7268c3e07edd6043316ecbb24f815
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-05-27 15:30:31 +02:00
committed by sys_ocldev
parent 639a5a64cd
commit 23ad10731b
5 changed files with 28 additions and 4 deletions

View File

@@ -75,4 +75,9 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
void downloadAllocations() override {
downloadAllocationsCalled = true;
}
void programHardwareContext() override {}
size_t getCmdsSizeForHardwareContext() const override {
return 0;
}
};