All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Panel replay phase1 implementation
@ 2021-10-10 12:10 ` Animesh Manna
  0 siblings, 0 replies; 31+ messages in thread
From: Animesh Manna @ 2021-10-10 12:10 UTC (permalink / raw)
  To: intel-gfx, dri-devel
  Cc: gwan-gyeong.mun, mika.kahola, jani.nikula, manasi.d.navare,
	jose.souza, Animesh Manna

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

These patches are basic enablement patches and reused psr
framework to add panel replay related new changes which
may need further fine tuning to fill the gap if there is any.

Note: The patches are not tested due to unavailability of monitor

Animesh Manna (5):
  drm/i915/panelreplay: dpcd register definition for panelreplay
  drm/i915/panelreplay: HAS_PR() macro added for panel replay
  drm/i915/panelreplay: Initializaton and compute config for panel
    replay
  drm/i915/panelreplay: enable/disable panel replay
  drm/i915/panelreplay: Added state checker for panel replay state

 drivers/gpu/drm/i915/display/intel_display.c  |  1 +
 .../drm/i915/display/intel_display_types.h    |  2 +
 drivers/gpu/drm/i915/display/intel_dp.c       | 43 ++++++++--
 drivers/gpu/drm/i915/display/intel_psr.c      | 84 ++++++++++++++++++-
 drivers/gpu/drm/i915/display/intel_psr.h      |  3 +
 drivers/gpu/drm/i915/i915_drv.h               |  1 +
 drivers/gpu/drm/i915/i915_reg.h               |  1 +
 include/drm/drm_dp_helper.h                   |  6 ++
 8 files changed, 128 insertions(+), 13 deletions(-)

-- 
2.29.0


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

end of thread, other threads:[~2022-01-04 16:44 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-10 12:10 [PATCH v3 0/5] Panel replay phase1 implementation Animesh Manna
2021-10-10 12:10 ` [Intel-gfx] " Animesh Manna
2021-10-10 12:10 ` [PATCH v3 1/5] drm/i915/panelreplay: dpcd register definition for panelreplay Animesh Manna
2021-10-10 12:10   ` [Intel-gfx] " Animesh Manna
2021-11-23 19:37   ` Souza, Jose
2021-11-23 19:37     ` [Intel-gfx] " Souza, Jose
2022-01-04 15:51     ` Manna, Animesh
2022-01-04 15:51       ` [Intel-gfx] " Manna, Animesh
2021-10-10 12:10 ` [PATCH v3 2/5] drm/i915/panelreplay: HAS_PR() macro added for panel replay Animesh Manna
2021-10-10 12:10   ` [Intel-gfx] " Animesh Manna
2021-10-10 12:10 ` [PATCH v3 3/5] drm/i915/panelreplay: Initializaton and compute config " Animesh Manna
2021-10-10 12:10   ` [Intel-gfx] " Animesh Manna
2021-10-10 18:21   ` kernel test robot
2021-10-10 18:21     ` kernel test robot
2021-10-10 20:28   ` kernel test robot
2021-10-10 20:28     ` kernel test robot
2021-11-23 19:48   ` Souza, Jose
2021-11-23 19:48     ` [Intel-gfx] " Souza, Jose
2022-01-04 15:51     ` Manna, Animesh
2022-01-04 15:51       ` [Intel-gfx] " Manna, Animesh
2022-01-04 15:55       ` Souza, Jose
2022-01-04 15:55         ` [Intel-gfx] " Souza, Jose
2022-01-04 16:44         ` Manna, Animesh
2022-01-04 16:44           ` [Intel-gfx] " Manna, Animesh
2021-10-10 12:10 ` [PATCH v3 4/5] drm/i915/panelreplay: enable/disable " Animesh Manna
2021-10-10 12:10   ` [Intel-gfx] " Animesh Manna
2021-10-10 12:10 ` [PATCH v3 5/5] drm/i915/panelreplay: Added state checker for panel replay state Animesh Manna
2021-10-10 12:10   ` [Intel-gfx] " Animesh Manna
2021-10-10 12:50 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Panel replay phase1 implementation (rev3) Patchwork
2021-10-10 13:19 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-10-10 14:28 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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.