aboutsummaryrefslogtreecommitdiff
path: root/xbmc/windowing/gbm/drm/DRMConnector.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/windowing/gbm/drm/DRMConnector.h')
-rw-r--r--xbmc/windowing/gbm/drm/DRMConnector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/windowing/gbm/drm/DRMConnector.h b/xbmc/windowing/gbm/drm/DRMConnector.h
index 5a29222f12..cde242d49f 100644
--- a/xbmc/windowing/gbm/drm/DRMConnector.h
+++ b/xbmc/windowing/gbm/drm/DRMConnector.h
@@ -39,6 +39,8 @@ public:
bool IsConnected() { return m_connector->connection == DRM_MODE_CONNECTED; }
bool CheckConnector();
+ std::vector<uint8_t> GetEDID() const;
+
private:
struct DrmModeConnectorDeleter
{