Revert "Coherency patch cleanup"

This reverts commit 8d7e175b12.

Change-Id: Ia5e2d3dd6f622859320e57e659c677c53b775d2a
This commit is contained in:
Dunajski, Bartosz
2018-03-29 10:58:54 +02:00
parent 8d7e175b12
commit 2b6fc61e7b
11 changed files with 164 additions and 8 deletions

View File

@@ -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: