Re: [PATCH v10 05/11] drm/shmem: Switch to use drm_* debug helpers

2023-02-17 Thread Thomas Zimmermann
Am 08.01.23 um 22:04 schrieb Dmitry Osipenko: Ease debugging of a multi-GPU system by using drm_WARN_*() and drm_dbg_kms() helpers that print out DRM device name corresponding to shmem GEM. Suggested-by: Thomas Zimmermann Signed-off-by: Dmitry Osipenko Reviewed-by: Thomas Zimmermann ---

Re: [PATCH v10 05/11] drm/shmem: Switch to use drm_* debug helpers

2023-01-26 Thread Gerd Hoffmann
On Mon, Jan 09, 2023 at 12:04:39AM +0300, Dmitry Osipenko wrote: > f a multi-GPU system by using drm_WARN_*() and > drm_dbg_kms() helpers that print out DRM device name corresponding > to shmem GEM. That commit message looks truncated ... take care, Gerd

[PATCH v10 05/11] drm/shmem: Switch to use drm_* debug helpers

2023-01-08 Thread Dmitry Osipenko
Ease debugging of a multi-GPU system by using drm_WARN_*() and drm_dbg_kms() helpers that print out DRM device name corresponding to shmem GEM. Suggested-by: Thomas Zimmermann Signed-off-by: Dmitry Osipenko --- drivers/gpu/drm/drm_gem_shmem_helper.c | 38 +++--- 1 file chang