On Tue, Oct 11, 2022 at 04:49:49PM +0300, Jani Nikula wrote:
> Convert to drm_kms_dbg/drm_err where possible, and unify the rest of the
> debugs to DRM_DEBUG_KMS.
>
> Signed-off-by: Jani Nikula
> ---
> drivers/gpu/drm/drm_edid.c | 105 ++---
> 1 file changed, 50 i
Convert to drm_kms_dbg/drm_err where possible, and unify the rest of the
debugs to DRM_DEBUG_KMS.
Signed-off-by: Jani Nikula
---
drivers/gpu/drm/drm_edid.c | 105 ++---
1 file changed, 50 insertions(+), 55 deletions(-)
diff --git a/drivers/gpu/drm/drm_edid.c b/dr