From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> 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(-) -- 2.45.2