drm: qxl: Drop misleading comment
authorGabriel Krisman Bertazi <[email protected]>
Fri, 27 Jan 2017 01:05:45 +0000 (23:05 -0200)
committerGerd Hoffmann <[email protected]>
Thu, 2 Feb 2017 09:02:33 +0000 (10:02 +0100)
No longer true since commit 07f8d9bdb235 ("drm/qxl: add support for > 1
output").  qxl_num_crtc defaults to 4 and is configurable as a module
parameter.

Signed-off-by: Gabriel Krisman Bertazi <[email protected]>
Acked-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
drivers/gpu/drm/qxl/qxl_fb.c

index e6ade6aab54c0a03f94f7c0b885ddb1f03580fb6..4ba2d2f81bd3b6d497adec6d6d85e0466d989615 100644 (file)
@@ -399,7 +399,7 @@ int qxl_fbdev_init(struct qxl_device *qdev)
                              &qxl_fb_helper_funcs);
 
        ret = drm_fb_helper_init(qdev->ddev, &qfbdev->helper,
-                                qxl_num_crtc /* num_crtc - QXL supports just 1 */,
+                                qxl_num_crtc,
                                 QXLFB_CONN_LIMIT);
        if (ret)
                goto free;