mbox series

[0/4] drm/i915: Drop 64bpp YUV formats for SDR planes and improve tracepoints

Message ID 20241218173650.19782-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915: Drop 64bpp YUV formats for SDR planes and improve tracepoints | expand

Message

Ville Syrjälä Dec. 18, 2024, 5:36 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Get rid of the 64bpp YUV formats on ICL+ SDR planes due to
some weird underruns they're causing on TGL, and also bspec
seems to be telling us to not use them either.

Also included some improvements to the tracepoints
that I used to hunt this down.

Ville Syrjälä (4):
  drm/i915: Drop 64bpp YUV formats from ICL+ SDR planes
  drm/i915: Drop the extra "plane" from tracpoints
  drm/i915: Pass the plane state explicitly to tracpoints
  drm/i915: Include pixel format in plane tracpoints

 .../gpu/drm/i915/display/intel_atomic_plane.c |  4 +-
 .../drm/i915/display/intel_display_trace.h    | 47 ++++++++++---------
 .../drm/i915/display/skl_universal_plane.c    |  4 --
 3 files changed, 28 insertions(+), 27 deletions(-)