Re: [RFC PATCH] drm/print: Add deprecation notes to DRM_...() functions

2021-09-24 Thread Doug Anderson
Hi, On Tue, Sep 21, 2021 at 8:28 AM Douglas Anderson wrote: > > It's hard for someone (like me) who's not following closely to know > what the suggested best practices are for error printing in DRM > drivers. Add some hints to the header file. > > In general, my understanding is that: > * When po

Re: [RFC PATCH] drm/print: Add deprecation notes to DRM_...() functions

2021-09-24 Thread Lyude Paul
Acked-by: Lyude Paul On Wed, 2021-09-22 at 09:12 +0200, Thomas Zimmermann wrote: > Hi > > Am 21.09.21 um 17:28 schrieb Douglas Anderson: > > It's hard for someone (like me) who's not following closely to know > > what the suggested best practices are for error printing in DRM > > drivers. Add so

Re: [RFC PATCH] drm/print: Add deprecation notes to DRM_...() functions

2021-09-22 Thread Thomas Zimmermann
Hi Am 21.09.21 um 17:28 schrieb Douglas Anderson: It's hard for someone (like me) who's not following closely to know what the suggested best practices are for error printing in DRM drivers. Add some hints to the header file. In general, my understanding is that: * When possible we should be us

[RFC PATCH] drm/print: Add deprecation notes to DRM_...() functions

2021-09-21 Thread Douglas Anderson
It's hard for someone (like me) who's not following closely to know what the suggested best practices are for error printing in DRM drivers. Add some hints to the header file. In general, my understanding is that: * When possible we should be using a `struct drm_device` for logging and recent pa