Intel-GFX Archive mirror
 help / color / mirror / Atom feed
From: "Jouni Högander" <jouni.hogander@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: animesh.manna@intel.com, "Jouni Högander" <jouni.hogander@intel.com>
Subject: [PATCH 00/17] Panel Replay eDP support
Date: Thu, 16 May 2024 11:49:40 +0300	[thread overview]
Message-ID: <20240516084957.1557028-1-jouni.hogander@intel.com> (raw)

This patch set is implementing eDP1.5 Panel Replay for Intel hw. Also
Region Early Transport information is added into debugfs interface
and patch to disable Region Early Transport by default is reverted as
it is needed by eDP Panel Replay.

Jouni Högander (17):
  drm/i915/psr: Store pr_dpcd in intel_dp
  drm/panel replay: Add edp1.5 Panel Replay bits and register
  drm/i915/psr: Move printing sink PSR support to own function
  drm/i915/psr: Move printing PSR mode to own function
  drm/i915/psr: modify psr status debugfs to support eDP Panel Replay
  drm/i915/psr: Add Panel Replay support to intel_psr2_config_et_valid
  drm/i915/psr: Add Early Transport into psr debugfs interface
  drm/display: Add missing aux less alpm wake related bits
  drm/i915/psr: Check panel ALPM capability for eDP Panel Replay
  drm/i915/psr: Inform Panel Replay source support on eDP as well
  drm/i915/psr: enable sink for eDP1.5 Panel Replay
  drm/i915/psr: Check panel Early Transport capability for eDP PR
  drm/i915/psr: Perfrom psr2 checks related to ALPM for Panel Replay
  drm/i915/psr: Check Early Transport for Panel Replay as well
  drm/i915/psr: Modify dg2_activate_panel_replay to support eDP
  drm/i915/psr: Add new debug bit to disable Panel Replay
  Revert "drm/i915/psr: Disable early transport by default"

 .../drm/i915/display/intel_display_types.h    |   2 +
 drivers/gpu/drm/i915/display/intel_psr.c      | 287 ++++++++++++------
 include/drm/display/drm_dp.h                  |  19 +-
 3 files changed, 208 insertions(+), 100 deletions(-)

-- 
2.34.1


             reply	other threads:[~2024-05-16  8:50 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-16  8:49 Jouni Högander [this message]
2024-05-16  8:49 ` [PATCH 01/17] drm/i915/psr: Store pr_dpcd in intel_dp Jouni Högander
2024-05-16  8:49 ` [PATCH 02/17] drm/panel replay: Add edp1.5 Panel Replay bits and register Jouni Högander
2024-05-16  8:49 ` [PATCH 03/17] drm/i915/psr: Move printing sink PSR support to own function Jouni Högander
2024-05-16  8:49 ` [PATCH 04/17] drm/i915/psr: Move printing PSR mode " Jouni Högander
2024-05-16  8:49 ` [PATCH 05/17] drm/i915/psr: modify psr status debugfs to support eDP Panel Replay Jouni Högander
2024-05-16  8:49 ` [PATCH 06/17] drm/i915/psr: Add Panel Replay support to intel_psr2_config_et_valid Jouni Högander
2024-05-16  8:49 ` [PATCH 07/17] drm/i915/psr: Add Early Transport into psr debugfs interface Jouni Högander
2024-05-16  8:49 ` [PATCH 08/17] drm/display: Add missing aux less alpm wake related bits Jouni Högander
2024-05-16  8:49 ` [PATCH 09/17] drm/i915/psr: Check panel ALPM capability for eDP Panel Replay Jouni Högander
2024-05-16  8:49 ` [PATCH 10/17] drm/i915/psr: Inform Panel Replay source support on eDP as well Jouni Högander
2024-05-16  8:49 ` [PATCH 11/17] drm/i915/psr: enable sink for eDP1.5 Panel Replay Jouni Högander
2024-05-16  8:49 ` [PATCH 12/17] drm/i915/psr: Check panel Early Transport capability for eDP PR Jouni Högander
2024-05-16  8:49 ` [PATCH 13/17] drm/i915/psr: Perfrom psr2 checks related to ALPM for Panel Replay Jouni Högander
2024-05-16  8:49 ` [PATCH 14/17] drm/i915/psr: Check Early Transport for Panel Replay as well Jouni Högander
2024-05-16  8:49 ` [PATCH 15/17] drm/i915/psr: Modify dg2_activate_panel_replay to support eDP Jouni Högander
2024-05-16  8:49 ` [PATCH 16/17] drm/i915/psr: Add new debug bit to disable Panel Replay Jouni Högander
2024-05-16  8:49 ` [PATCH 17/17] Revert "drm/i915/psr: Disable early transport by default" Jouni Högander
2024-05-16 10:06 ` ✗ Fi.CI.CHECKPATCH: warning for Panel Replay eDP support Patchwork
2024-05-16 10:06 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-05-16 16:27 ` ✓ Fi.CI.BAT: success " Patchwork
2024-05-16 20:21 ` ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240516084957.1557028-1-jouni.hogander@intel.com \
    --to=jouni.hogander@intel.com \
    --cc=animesh.manna@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).