Re: [PATCH] drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handling

2023-01-03 Thread Simon Ser
Pushed, thanks!

Re: [PATCH] drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handling

2023-01-03 Thread Tvrtko Ursulin
On 03/01/2023 15:39, Simon Ser wrote: On Tuesday, January 3rd, 2023 at 16:37, Tvrtko Ursulin wrote: On 23/12/2022 11:26, Simon Ser wrote: Reviewed-by: Simon Ser cont...@emersion.fr Thanks - adding some drm-misc maintainers to consider pulling the patch in. I can push the patches if

Re: [PATCH] drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handling

2023-01-03 Thread Simon Ser
On Tuesday, January 3rd, 2023 at 16:37, Tvrtko Ursulin wrote: > On 23/12/2022 11:26, Simon Ser wrote: > > > Reviewed-by: Simon Ser cont...@emersion.fr > > Thanks - adding some drm-misc maintainers to consider pulling the patch in. I can push the patches if you don't have commit rights.

Re: [PATCH] drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handling

2023-01-03 Thread Tvrtko Ursulin
On 23/12/2022 11:26, Simon Ser wrote: Reviewed-by: Simon Ser Thanks - adding some drm-misc maintainers to consider pulling the patch in. Regards, Tvrtko

Re: [PATCH] drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handling

2022-12-23 Thread Simon Ser
Reviewed-by: Simon Ser

[PATCH] drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handling

2022-12-23 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Replace the deprecated macro with the per-device one. Signed-off-by: Tvrtko Ursulin Acked-by: Christian König --- Would anyone like to r-b and merge this small cleanup? --- drivers/gpu/drm/drm_file.c | 18 +- drivers/gpu/drm/drm_ioc32.c | 13