Re: [PATCH v2 0/9] drm: Remove usage of deprecated DRM_* macros

2022-12-28 Thread Siddh Raman Pant
On Thu, 22 Dec 2022 21:10:34 +0530, Siddh Raman Pant wrote: > Changes in v2: > - Removed conversions to pr_*() in DRM_INFO, DRM_NOTE, and DRM_ERROR changes. > - Due to above, DRM_NOTE usage cannot be removed and the patch is dropped. > - DRY: NULL support is now achieved by way of a separate functi

[PATCH v2 0/9] drm: Remove usage of deprecated DRM_* macros

2022-12-23 Thread Siddh Raman Pant
This patchset aims to remove usages of deprecated DRM_* macros from the files residing in drivers/gpu/drm root. In process, I found out that NULL as first argument of drm_dbg_* wasn't working, but it was listed as the alternative in deprecation comment, so I fixed that before removing usages of DR