[PATCH] drm: misc cleanup

Daniel Vetter daniel at ffwll.ch
Tue Oct 13 08:50:32 PDT 2015


On Tue, Oct 13, 2015 at 10:13:28AM -0400, Rob Clark wrote:
> Drop unused drm_atomic and fix comment for drm_debug.
> 
> Signed-off-by: Rob Clark <robdclark at gmail.com>

Applied to drm-misc.
-Daniel

> ---
>  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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the dri-devel mailing list