mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
[WSL2] Avoid gdi calls while process exit
Related-To: NEO-7380 Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9b26e96b11
commit
380e2dcc35
@@ -132,7 +132,7 @@ struct WddmFixtureWithMockGdiDll : public GdiDllFixture, public MockExecutionEnv
|
||||
|
||||
struct NoCleanupWddmMock : WddmMock {
|
||||
using WddmMock::WddmMock;
|
||||
bool isDriverAvaliable() override {
|
||||
bool isDriverAvailable() override {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user