[PATCH v2] drm: Make drm.debug parameter description more helpful

2016-04-21 Thread Jani Nikula
On Wed, 20 Apr 2016, Ezequiel Garcia wrote: > Let's be user-friendly and print an actually helpful parameter > description. > > This makes modinfo output the debug parameter like this: > > parm: debug:Enable debug output, where each bit enables a debug > category. > Bit 0

[PATCH v2] drm: Make drm.debug parameter description more helpful

2016-04-21 Thread Daniel Vetter
On Thu, Apr 21, 2016 at 10:32:11AM +0300, Jani Nikula wrote: > On Wed, 20 Apr 2016, Ezequiel Garcia wrote: > > Let's be user-friendly and print an actually helpful parameter > > description. > > > > This makes modinfo output the debug parameter like this: > > > > parm: debug:Enable debug

[PATCH v2] drm: Make drm.debug parameter description more helpful

2016-04-20 Thread Ezequiel Garcia
Let's be user-friendly and print an actually helpful parameter description. This makes modinfo output the debug parameter like this: parm: debug:Enable debug output, where each bit enables a debug category. Bit 0 (0x01) will enable CORE messages (drm core code)