From 8d72090afef998f96f243ac83e23b1bdc30667d1 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 28 Jun 2018 12:35:55 +0200 Subject: drm: Allow to add additional modes This allows to add additional modes to the list of available video modes using VESA Coordinated Video Timing information. Closes #1080 --- include/backend/drm/drm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/backend/drm/drm.h') diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 5d6ff231..416507ea 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -143,5 +143,9 @@ void restore_drm_outputs(struct wlr_drm_backend *drm); void scan_drm_connectors(struct wlr_drm_backend *state); int handle_drm_event(int fd, uint32_t mask, void *data); void enable_drm_connector(struct wlr_output *output, bool enable); +/** + * Add mode to the list of available modes + */ +bool wlr_drm_connector_add_mode(struct wlr_output *output, const drmModeModeInfo *mode); #endif -- cgit v1.2.3