On Wed, 04 Sep 2019, Gerd Hoffmann wrote:
> New helper to print named bits of some value (think flags fields).
>
> Signed-off-by: Gerd Hoffmann
> ---
> include/drm/drm_print.h | 3 +++
> drivers/gpu/drm/drm_print.c | 33 +
> 2 files changed, 36 insertions(+)
On Mon, Sep 09, 2019 at 02:46:47PM +0200, Thomas Zimmermann wrote:
>
>
> Am 04.09.19 um 07:47 schrieb Gerd Hoffmann:
> > New helper to print named bits of some value (think flags fields).
> >
> > Signed-off-by: Gerd Hoffmann
> > ---
> > include/drm/drm_print.h | 3 +++
> > drivers/gpu/drm
Am 04.09.19 um 07:47 schrieb Gerd Hoffmann:
> New helper to print named bits of some value (think flags fields).
>
> Signed-off-by: Gerd Hoffmann
> ---
> include/drm/drm_print.h | 3 +++
> drivers/gpu/drm/drm_print.c | 33 +
> 2 files changed, 36 insertions
New helper to print named bits of some value (think flags fields).
Signed-off-by: Gerd Hoffmann
---
include/drm/drm_print.h | 3 +++
drivers/gpu/drm/drm_print.c | 33 +
2 files changed, 36 insertions(+)
diff --git a/include/drm/drm_print.h b/include/drm/drm_