public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v6 0/6] Link off between frames for edp
@ 2024-05-27  8:26 Animesh Manna
  2024-05-27  8:26 ` [PATCH v6 1/6] drm/i915/alpm: Move alpm parameters from intel_psr Animesh Manna
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Animesh Manna @ 2024-05-27  8:26 UTC (permalink / raw)
  To: intel-gfx, dri-devel
  Cc: jani.nikula, jouni.hogander, arun.r.murthy, Animesh Manna

Link Off Between Active Frames (LOBF) allows an eDP link to be turned Off and On
durning long VBLANK durations without enabling any of the PSR/PSR2/PR modes of operation.

Bspec: 71477

Note: Lobf need to be enabled adaptive sync fixed refresh mode
where vmin = vmax = flipline, which will arise after cmmr feature
enablement. Currently existing code refactored and make compute-config()
and enabling function ready. Will add enabling sequence in a separate patch.

Signed-off-by: Animesh Manna <animesh.manna@intel.com>

Animesh Manna (5):
  drm/i915/alpm: Move alpm parameters from intel_psr
  drm/i915/alpm: Move alpm related code to a new file
  drm/i915/alpm: Add compute config for lobf
  drm/i915/alpm: Enable lobf from source in ALPM_CTL
  drm/i915/alpm: Add debugfs for LOBF

Jouni Högander (1):
  drm/display: Add missing aux less alpm wake related bits

 drivers/gpu/drm/i915/Makefile                 |   1 +
 drivers/gpu/drm/i915/display/intel_alpm.c     | 411 ++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_alpm.h     |  25 ++
 .../drm/i915/display/intel_display_debugfs.c  |   2 +
 .../drm/i915/display/intel_display_types.h    |  26 +-
 drivers/gpu/drm/i915/display/intel_dp.c       |   4 +
 drivers/gpu/drm/i915/display/intel_psr.c      | 303 +------------
 drivers/gpu/drm/xe/Makefile                   |   1 +
 include/drm/display/drm_dp.h                  |   5 +-
 9 files changed, 475 insertions(+), 303 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_alpm.c
 create mode 100644 drivers/gpu/drm/i915/display/intel_alpm.h

-- 
2.29.0


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

end of thread, other threads:[~2024-05-29  6:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27  8:26 [PATCH v6 0/6] Link off between frames for edp Animesh Manna
2024-05-27  8:26 ` [PATCH v6 1/6] drm/i915/alpm: Move alpm parameters from intel_psr Animesh Manna
2024-05-27  8:26 ` [PATCH v6 2/6] drm/i915/alpm: Move alpm related code to a new file Animesh Manna
2024-05-27  8:26 ` [PATCH v6 3/6] drm/display: Add missing aux less alpm wake related bits Animesh Manna
2024-05-28 10:04   ` Manna, Animesh
2024-05-28 11:12     ` mripard
2024-05-29  6:16   ` Nautiyal, Ankit K
2024-05-27  8:26 ` [PATCH v6 4/6] drm/i915/alpm: Add compute config for lobf Animesh Manna
2024-05-27  8:26 ` [PATCH v6 5/6] drm/i915/alpm: Enable lobf from source in ALPM_CTL Animesh Manna
2024-05-27  8:26 ` [PATCH v6 6/6] drm/i915/alpm: Add debugfs for LOBF Animesh Manna
2024-05-27  9:59 ` [PATCH v6 0/6] Link off between frames for edp Hogander, Jouni
2024-05-27 10:53 ` ✗ Fi.CI.CHECKPATCH: warning for Link off between frames for edp (rev6) Patchwork
2024-05-27 10:53 ` ✓ Fi.CI.BAT: success " Patchwork
2024-05-27 10:53 ` ✗ Fi.CI.SPARSE: warning " Patchwork
2024-05-27 17:14 ` ✗ Fi.CI.IGT: failure " Patchwork

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