On Mi, 2016-11-02 at 18:00 +0100, Christophe Fergeau wrote:
The use of drm_cvt_mode() in qxl_add_monitors_config_modes() means that the resolutions we are going to present to user-space are going to be rounded down to a multiple of 8. In the QXL arbitrary resolution case, this is not useful. This commit forces the actual width/height that was requested by the client in the drm_display_mode structure rather than keeping the rounded version.
Hmm, not sure this is a good idea. There are probably reasons why drm_cvt_mode is rounding down ...
cheers, Gerd