All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] drm: qxl: Drop misleading comment
@ 2017-01-27  1:05 Gabriel Krisman Bertazi
  2017-01-27  1:05 ` [PATCH 2/4] drm: qxl: Drop duplicated device pointer attribute Gabriel Krisman Bertazi
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: Gabriel Krisman Bertazi @ 2017-01-27  1:05 UTC (permalink / raw)
  To: dri-devel; +Cc: Gabriel Krisman Bertazi

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 <krisman@collabora.co.uk>
---
 drivers/gpu/drm/qxl/qxl_fb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/qxl/qxl_fb.c b/drivers/gpu/drm/qxl/qxl_fb.c
index e6ade6aab54c..4ba2d2f81bd3 100644
--- a/drivers/gpu/drm/qxl/qxl_fb.c
+++ b/drivers/gpu/drm/qxl/qxl_fb.c
@@ -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;
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2017-01-31 17:08 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-27  1:05 [PATCH 1/4] drm: qxl: Drop misleading comment Gabriel Krisman Bertazi
2017-01-27  1:05 ` [PATCH 2/4] drm: qxl: Drop duplicated device pointer attribute Gabriel Krisman Bertazi
2017-01-27  1:23   ` Emil Velikov
2017-01-27  1:24     ` Emil Velikov
2017-01-27  1:05 ` [PATCH 3/4] drm: qxl: Drop duplicated pci_device " Gabriel Krisman Bertazi
2017-01-27  1:05 ` [PATCH 4/4] drm: qxl: Embed drm_device into driver structure Gabriel Krisman Bertazi
2017-01-27  7:35 ` [PATCH 1/4] drm: qxl: Drop misleading comment Daniel Vetter
2017-01-27  7:37 ` Daniel Vetter
2017-01-27  8:20 ` Gerd Hoffmann
2017-01-27 13:53   ` Daniel Vetter
2017-01-27 16:41     ` Gabriel Krisman Bertazi
2017-01-30  8:17       ` Gerd Hoffmann
2017-01-30  8:27       ` Daniel Vetter
2017-01-30  9:41         ` Gerd Hoffmann
2017-01-30  9:52           ` Daniel Vetter
2017-01-30 17:14             ` Gerd Hoffmann
2017-01-31  7:58               ` Daniel Vetter
2017-01-31  8:55                 ` Gerd Hoffmann
2017-01-31  9:04                   ` Daniel Vetter
2017-01-31  9:46                   ` Jani Nikula
2017-01-31 10:19                     ` Gerd Hoffmann
2017-01-31 11:28                       ` Jani Nikula
2017-01-31 16:41                         ` Gerd Hoffmann
2017-01-31 16:30     ` Gerd Hoffmann
2017-01-31 17:07       ` Gabriel Krisman Bertazi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.