summaryrefslogtreecommitdiff
path: root/merrifield/include/PhysicalDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'merrifield/include/PhysicalDevice.h')
-rw-r--r--merrifield/include/PhysicalDevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/merrifield/include/PhysicalDevice.h b/merrifield/include/PhysicalDevice.h
index 9bbb90d..9a1fd52 100644
--- a/merrifield/include/PhysicalDevice.h
+++ b/merrifield/include/PhysicalDevice.h
@@ -76,6 +76,7 @@ public:
virtual bool isConnected() const;
virtual const char* getName() const;
virtual int getType() const;
+ virtual uint32_t getFpsDivider();
//events
virtual void onVsync(int64_t timestamp);
@@ -115,6 +116,7 @@ protected:
// DPMS on (1) or off (0)
int mDisplayState;
bool mInitialized;
+ uint32_t mFpsDivider;
};