Remove mock function to check for page fault support

Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
Milczarek, Slawomir
2021-12-08 16:02:07 +00:00
committed by Compute-Runtime-Automation
parent 513ea8379e
commit 21f6e7e17c
3 changed files with 2 additions and 6 deletions

View File

@@ -176,7 +176,7 @@ class Drm : public DriverModel {
MOCKABLE_VIRTUAL bool registerResourceClasses();
MOCKABLE_VIRTUAL void queryPageFaultSupport();
MOCKABLE_VIRTUAL bool hasPageFaultSupport() const;
bool hasPageFaultSupport() const;
MOCKABLE_VIRTUAL uint32_t registerResource(ResourceClass classType, const void *data, size_t size);
MOCKABLE_VIRTUAL void unregisterResource(uint32_t handle);