All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: misc cleanup
@ 2015-10-13 14:13 Rob Clark
  2015-10-13 14:13 ` [PATCH] drm/dp: add DPCD logging Rob Clark
  2015-10-13 15:50 ` [PATCH] drm: misc cleanup Daniel Vetter
  0 siblings, 2 replies; 7+ messages in thread
From: Rob Clark @ 2015-10-13 14:13 UTC (permalink / raw)
  To: dri-devel

Drop unused drm_atomic and fix comment for drm_debug.

Signed-off-by: Rob Clark <robdclark@gmail.com>
---
 drivers/gpu/drm/drm_drv.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c
index 53d09a1..3a8d598 100644
--- a/drivers/gpu/drm/drm_drv.c
+++ b/drivers/gpu/drm/drm_drv.c
@@ -37,11 +37,9 @@
 #include "drm_legacy.h"
 #include "drm_internal.h"
 
-unsigned int drm_debug = 0;	/* 1 to enable debug output */
+unsigned int drm_debug = 0;	/* bitmask of DRM_UT_x */
 EXPORT_SYMBOL(drm_debug);
 
-bool drm_atomic = 0;
-
 MODULE_AUTHOR(CORE_AUTHOR);
 MODULE_DESCRIPTION(CORE_DESC);
 MODULE_LICENSE("GPL and additional rights");
-- 
2.1.0

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

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

end of thread, other threads:[~2015-10-16 18:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-13 14:13 [PATCH] drm: misc cleanup Rob Clark
2015-10-13 14:13 ` [PATCH] drm/dp: add DPCD logging Rob Clark
2015-10-13 14:30   ` Jani Nikula
2015-10-13 14:32     ` Rob Clark
2015-10-13 15:00       ` Jani Nikula
2015-10-16 18:53   ` Rob Clark
2015-10-13 15:50 ` [PATCH] drm: misc cleanup Daniel Vetter

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.