From: Sam Ravnborg <sam@ravnborg.org>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: Jani Nikula <jani.nikula@intel.com>,
Joe Perches <joe@perches.com>, Sean Paul <sean@poorly.run>,
dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v2 2/2] drm/print: document DRM_ logging functions
Date: Wed, 8 Jan 2020 21:04:16 +0100 [thread overview]
Message-ID: <20200108200416.GA32453@ravnborg.org> (raw)
In-Reply-To: <20200108184920.GI43062@phenom.ffwll.local>
Hi Daniel.
> > >
> > > I'd replace the entire block with a "This stuff is deprecated" warning. We
> > > have at least a corresponding todo.rst entry.
> >
> > We have many situations where no drm_device is available.
> > At least when you a buried in drm_panel patches.
> >
> > So it is either DRM_DEV_ERROR() or drv_err().
> > Which is why I have pushed for nicer drm_ variants of these...
>
> Huh, drm_panel indeed has no drm_device. And I guess we don't have a
> convenient excuse to add it ...
>
> > The todo entry only covers the nice new macros that Jani added
> > where we have a drm_device.
>
> I wonder whether for those cases we shouldn't just directly use the
> various dev_* macros?
We would miss the nice [drm] marker in the logging.
So [drm] will be added by the drivers and the core - but not the panels.
That is the only drawback I see right now.
Which was enough justification for me to add the drm_dev_ variants.
Feel free to convince me that this is not justification to add these
variants.
In drm/panel/* there is no use of DRM_DEBUG* - and there is no
reason to introduce the variants we can filer with drm.debug.
There is a single DRM_DEBUG() user, which does not count here.
We could introduce only:
drm_dev_(err|warn|info|debug) - and not the more specialized variants.
Then we avoid that people make shortcuts and use drm_dev_dbg_kms() when
they are supposed to use drm_dbg_kms().
This was one of the very valid argumest against the patch that
introduced all the drm_dev_* variants.
Sam
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2020-01-08 20:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-02 22:15 [PATCH v2 0/2] drm: document logging functions Sam Ravnborg
2020-01-02 22:15 ` [PATCH v2 1/2] drm/print: document drm_ " Sam Ravnborg
2020-01-07 16:12 ` Daniel Vetter
2020-01-02 22:15 ` [PATCH v2 2/2] drm/print: document DRM_ " Sam Ravnborg
2020-01-07 16:08 ` Daniel Vetter
2020-01-07 18:17 ` Sam Ravnborg
2020-01-08 18:49 ` Daniel Vetter
2020-01-08 20:04 ` Sam Ravnborg [this message]
2020-01-08 20:50 ` Joe Perches
2020-01-12 22:48 ` Daniel Vetter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200108200416.GA32453@ravnborg.org \
--to=sam@ravnborg.org \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=joe@perches.com \
--cc=sean@poorly.run \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.