commit | 2d66a7d88306a23b305ca90023c9498be450ee4c | [log] [tgz] |
---|---|---|
author | Fabien Dessenne <fabien.dessenne@st.com> | Tue Jan 17 17:17:21 2017 +0100 |
committer | Daniel Stone <daniels@collabora.com> | Tue Jan 17 16:38:43 2017 +0000 |
tree | 0f153410a3ecf38858af745ee3848c00ca167ae6 | |
parent | 82681571cf2407ed61bd1d29065583ddd4c2e525 [diff] |
compositor-drm: allow mode frequency selection As an option, allow to specify a mode (from the configuration file) by its refresh rate. Example of valid syntax: - "mode=1920x1080" Select a 1920x1080 mode, refresh rate undefined. - "mode=1920x1080@60" Select the (or one of the) 1920x1080 60 Hz mode. Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Reviewed-by: Daniel Stone <daniels@collabora.com>