All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/i915: Enable CCS+10bpc and CCS+async flips
@ 2024-06-24 15:05 Ville Syrjala
  2024-06-24 15:05 ` [PATCH 1/5] drm/i915: Disable compression tricks on JSL Ville Syrjala
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Ville Syrjala @ 2024-06-24 15:05 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Add support for compressed 10bpc scanout, and async flips
with render compression.

Ville Syrjälä (5):
  drm/i915: Disable compression tricks on JSL
  drm/i915: Expose CCS for 10bpc RGB formats on TGL+
  drm/i915: Enable 10bpc + CCS on ICL
  drm/i915: Allow async flips with render compression on TGL+
  drm/i915: Allow async flips with CCS on ICL

 drivers/gpu/drm/i915/display/intel_display.c  | 35 +++++++-
 drivers/gpu/drm/i915/display/intel_fb.c       | 44 +++++++++
 .../drm/i915/display/skl_universal_plane.c    | 90 ++++++++++++++++---
 .../drm/i915/display/skl_universal_plane.h    |  3 +
 drivers/gpu/drm/i915/gt/intel_gt_regs.h       |  1 +
 drivers/gpu/drm/i915/gt/intel_workarounds.c   |  9 ++
 6 files changed, 169 insertions(+), 13 deletions(-)

-- 
2.44.2


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-06-28 10:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-24 15:05 [PATCH 0/5] drm/i915: Enable CCS+10bpc and CCS+async flips Ville Syrjala
2024-06-24 15:05 ` [PATCH 1/5] drm/i915: Disable compression tricks on JSL Ville Syrjala
2024-06-27 22:33   ` Andi Shyti
2024-06-28 10:57     ` Ville Syrjälä
2024-06-24 15:05 ` [PATCH 2/5] drm/i915: Expose CCS for 10bpc RGB formats on TGL+ Ville Syrjala
2024-06-24 15:05 ` [PATCH 3/5] drm/i915: Enable 10bpc + CCS on ICL Ville Syrjala
2024-06-24 15:05 ` [PATCH 4/5] drm/i915: Allow async flips with render compression on TGL+ Ville Syrjala
2024-06-24 15:05 ` [PATCH 5/5] drm/i915: Allow async flips with CCS on ICL Ville Syrjala
2024-06-24 15:58 ` ✗ Fi.CI.SPARSE: warning for drm/i915: Enable CCS+10bpc and CCS+async flips Patchwork
2024-06-24 16:06 ` ✓ Fi.CI.BAT: success " Patchwork
2024-06-25 14:05 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-06-25 17:27   ` Ville Syrjälä

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.