mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Revert "Coherency patch cleanup"
This reverts commit 8d7e175b12.
Change-Id: Ia5e2d3dd6f622859320e57e659c677c53b775d2a
This commit is contained in:
@@ -80,6 +80,7 @@ class DrmMockCustom : public Drm {
|
||||
|
||||
IoctlResExt(int32_t no, int32_t res) : no(no), res(res) {}
|
||||
};
|
||||
void overideCoherencyPatchActive(bool newCoherencyPatchActiveValue) { coherencyDisablePatchActive = newCoherencyPatchActiveValue; }
|
||||
|
||||
class Ioctls {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user