]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915: Use DRM_RECT_FMT & co. for plane debugs
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 6 Feb 2025 18:55:32 +0000 (20:55 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 10 Feb 2025 21:07:05 +0000 (23:07 +0200)
commit37bd8e1b9d0fcc44cafbcc2e08ee7812d21ac726
tree03d98f89a782043272b1556b9e6461460a196bce
parenta2ed9f8452479500023f386daa281887574f4b61
drm/i915: Use DRM_RECT_FMT & co. for plane debugs

Switch the plane debugs to use DRM_RECT_FMT & co. instead
of drm_rect_debug_print() so that the debugs go on the same line.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250206185533.32306-12-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_atomic_plane.c