Skip to content

backend/drm: add support for custom modes

Simon Ser requested to merge github/fork/emersion/drm-custom-mode into master

Use the CVT algorithm to create a drmModeModeInfo.


Breaking change: wlr_drm_connector_add_mode now returns the new mode instead of a bool.

Merge request reports