Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Early Transport for Panel Replay and PSR
@ 2023-12-18 17:49 Jouni Högander
  2023-12-18 17:49 ` [PATCH 1/7] drm: Add eDP 1.5 early transport definition Jouni Högander
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Jouni Högander @ 2023-12-18 17:49 UTC (permalink / raw)
  To: intel-gfx

This patch set is implementing driver support for selective update
region early transport for Panel Replay and PSR on Intel hardware.

On Intel hardware selective update area has to cover cursor fully if
selective update region early transport is enabled. This is taken care
in these patches by aligning selective update area after calulation to
cover the cursor fully if needed.

Last patch in the set is disabling the feature by default as
validating the feature is currently incomplete. 

Jouni Högander (7):
  drm: Add eDP 1.5 early transport definition
  drm/i915/psr: Extend SU area to cover cursor fully if needed
  drm/i915/psr: Carry su area in crtc_state
  drm/i915/psr: Calculate and configure CUR_POS_ERLY_TPT
  drm/i915/psr: Configure PIPE_SRCSZ_ERLY_TPT for psr2 early transport
  drm/i915/psr: Enable psr2 early transport as possible
  drm/i915/psr: Disable early transport by default

 drivers/gpu/drm/i915/display/intel_cursor.c   |  32 +++--
 drivers/gpu/drm/i915/display/intel_display.c  |  10 ++
 .../drm/i915/display/intel_display_types.h    |  18 +--
 drivers/gpu/drm/i915/display/intel_psr.c      | 113 ++++++++++++++----
 drivers/gpu/drm/i915/display/intel_psr_regs.h |   6 +
 drivers/gpu/drm/i915/i915_reg.h               |   2 +
 include/drm/display/drm_dp.h                  |   1 +
 7 files changed, 144 insertions(+), 38 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-01-10  8:08 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-18 17:49 [PATCH 0/7] Early Transport for Panel Replay and PSR Jouni Högander
2023-12-18 17:49 ` [PATCH 1/7] drm: Add eDP 1.5 early transport definition Jouni Högander
2024-01-03 10:46   ` Kahola, Mika
2024-01-10  8:08     ` Hogander, Jouni
2023-12-18 17:49 ` [PATCH 2/7] drm/i915/psr: Extend SU area to cover cursor fully if needed Jouni Högander
2024-01-05 14:07   ` Kahola, Mika
2023-12-18 17:50 ` [PATCH 3/7] drm/i915/psr: Carry su area in crtc_state Jouni Högander
2024-01-05 14:17   ` Kahola, Mika
2023-12-18 17:50 ` [PATCH 4/7] drm/i915/psr: Calculate and configure CUR_POS_ERLY_TPT Jouni Högander
2024-01-09 12:33   ` Kahola, Mika
2023-12-18 17:50 ` [PATCH 5/7] drm/i915/psr: Configure PIPE_SRCSZ_ERLY_TPT for psr2 early transport Jouni Högander
2024-01-09 12:50   ` Kahola, Mika
2023-12-18 17:50 ` [PATCH 6/7] drm/i915/psr: Enable psr2 early transport as possible Jouni Högander
2024-01-09 12:56   ` Kahola, Mika
2023-12-18 17:50 ` [PATCH 7/7] drm/i915/psr: Disable early transport by default Jouni Högander
2024-01-09 12:57   ` Kahola, Mika
2024-01-10  6:05     ` Hogander, Jouni
2023-12-19  1:02 ` ✗ Fi.CI.CHECKPATCH: warning for Early Transport for Panel Replay and PSR Patchwork
2023-12-19  1:02 ` ✗ Fi.CI.SPARSE: " Patchwork
2023-12-19  1:15 ` ✓ Fi.CI.BAT: success " Patchwork
2023-12-19  4:29 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-01-09 15:19   ` Hogander, Jouni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox