All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v7 0/6] Panel replay phase1 implementation
@ 2023-10-11 11:09 ` Animesh Manna
  0 siblings, 0 replies; 46+ messages in thread
From: Animesh Manna @ 2023-10-11 11:09 UTC (permalink / raw)
  To: intel-gfx; +Cc: Jani Nikula, dri-devel

Panel Replay is a power saving feature for DP 2.0 monitor and similar
to PSR on EDP.

These patches are basic enablement patches added on top of
existing psr framework to enable full-screen live active frame
update mode of panel replay. Panel replay also can be enabled
in selective update mode which will be enabled in a incremental
approach.

As per current design panel replay priority is higher than psr.
intel_dp->psr.panel_replay_enabled flag indicate panel replay is enabled.
intel_dp->psr.panel_replay_enabled + intel_dp->psr.psr2_enabled indicates
panel replay is enabled in selective update mode.
intel_dp->psr.panel_replay_enabled + intel_dp->psr.psr2_enabled +
intel_psr.selective_fetch enabled indicates panel replay is
enabled in selective update mode with selective fetch.
PSR replated flags remain same like before.

Note: The patches are under testing by using panel replay emulator and
panel is not avalible.

Cc: Jouni Högander <jouni.hogander@intel.com>
Cc: Arun R Murthy <arun.r.murthy@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Animesh Manna <animesh.manna@intel.com>

Animesh Manna (5):
  drm/panelreplay: dpcd register definition for panelreplay
  drm/i915/panelreplay: Initializaton and compute config for panel
    replay
  drm/i915/panelreplay: Enable panel replay dpcd initialization for DP
  drm/i915/panelreplay: enable/disable panel replay
  drm/i915/panelreplay: Debugfs support for panel replay

Jouni Högander (1):
  drm/i915/psr: Move psr specific dpcd init into own function

 drivers/gpu/drm/i915/display/intel_ddi.c      |   7 +-
 .../drm/i915/display/intel_display_types.h    |  15 +-
 drivers/gpu/drm/i915/display/intel_dp.c       |  49 ++-
 drivers/gpu/drm/i915/display/intel_dp_mst.c   |   3 +
 drivers/gpu/drm/i915/display/intel_psr.c      | 335 +++++++++++++-----
 drivers/gpu/drm/i915/display/intel_psr.h      |   7 +
 include/drm/display/drm_dp.h                  |  23 ++
 7 files changed, 327 insertions(+), 112 deletions(-)

-- 
2.29.0


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

end of thread, other threads:[~2023-11-06 13:27 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-11 11:09 [Intel-gfx] [PATCH v7 0/6] Panel replay phase1 implementation Animesh Manna
2023-10-11 11:09 ` Animesh Manna
2023-10-11 11:09 ` [Intel-gfx] [PATCH v7 1/6] drm/panelreplay: dpcd register definition for panelreplay Animesh Manna
2023-10-11 11:09   ` Animesh Manna
2023-11-03  9:25   ` [Intel-gfx] " Jani Nikula
2023-11-03  9:25     ` Jani Nikula
2023-11-06 13:01     ` [Intel-gfx] " Manna, Animesh
2023-11-06 13:01       ` Manna, Animesh
2023-11-06 13:27       ` [Intel-gfx] " Maxime Ripard
2023-11-06 13:27         ` Maxime Ripard
2023-10-11 11:09 ` [Intel-gfx] [PATCH v7 2/6] drm/i915/psr: Move psr specific dpcd init into own function Animesh Manna
2023-10-11 11:09   ` Animesh Manna
2023-10-11 11:09 ` [Intel-gfx] [PATCH v7 3/6] drm/i915/panelreplay: Initializaton and compute config for panel replay Animesh Manna
2023-10-11 11:09   ` Animesh Manna
2023-10-16  4:21   ` [Intel-gfx] " Murthy, Arun R
2023-10-16  4:21     ` Murthy, Arun R
2023-10-11 11:09 ` [Intel-gfx] [PATCH v7 4/6] drm/i915/panelreplay: Enable panel replay dpcd initialization for DP Animesh Manna
2023-10-11 11:09   ` Animesh Manna
2023-10-16  4:26   ` [Intel-gfx] " Murthy, Arun R
2023-10-16  4:26     ` Murthy, Arun R
2023-10-17  8:22     ` [Intel-gfx] " Manna, Animesh
2023-10-17  8:22       ` Manna, Animesh
2023-10-30  9:35       ` [Intel-gfx] " Murthy, Arun R
2023-10-30  9:35         ` Murthy, Arun R
2023-10-11 11:09 ` [Intel-gfx] [PATCH v7 5/6] drm/i915/panelreplay: enable/disable panel replay Animesh Manna
2023-10-11 11:09   ` Animesh Manna
2023-10-16  5:13   ` [Intel-gfx] " Murthy, Arun R
2023-10-16  5:13     ` Murthy, Arun R
2023-10-11 11:09 ` [Intel-gfx] [PATCH v7 6/6] drm/i915/panelreplay: Debugfs support for " Animesh Manna
2023-10-11 11:09   ` Animesh Manna
2023-10-16  5:27   ` [Intel-gfx] " Murthy, Arun R
2023-10-16  5:27     ` Murthy, Arun R
2023-10-30  9:36   ` [Intel-gfx] " Murthy, Arun R
2023-10-30  9:36     ` Murthy, Arun R
2023-11-02  7:38   ` [Intel-gfx] " Hogander, Jouni
2023-11-02  7:38     ` Hogander, Jouni
2023-11-03  6:10     ` [Intel-gfx] " Manna, Animesh
2023-11-03  6:10       ` Manna, Animesh
2023-11-03  7:02       ` [Intel-gfx] " Hogander, Jouni
2023-11-03  7:02         ` Hogander, Jouni
2023-11-03 21:16         ` [Intel-gfx] " Manna, Animesh
2023-11-03 21:16           ` Manna, Animesh
2023-10-12  6:03 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Panel replay phase1 implementation (rev9) Patchwork
2023-10-12  6:03 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2023-10-12  6:23 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2023-10-12 23:39 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

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.