All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] drm/i915/display: DMC wakelock implementation
@ 2024-03-18 13:37 Luca Coelho
  2024-03-18 13:37 ` [PATCH v3 1/4] drm/i915/display: add support for DMC wakelocks Luca Coelho
                   ` (13 more replies)
  0 siblings, 14 replies; 24+ messages in thread
From: Luca Coelho @ 2024-03-18 13:37 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-xe, uma.shankar, ville.syrjala, jani.nikula

Hi,

This is the fifth version of my series, the third as a proper
patchset.

These are the changes:

In v3:
   * Fixed some checkpatch issues.

In v2:
  * Enable/disable the wakelocks on DC5-6 entry and exit instead of on
    DMC load and unload;
  * Added bspec link to the commit message;
  * A bunch of other small changes;
  * For the complete list of changes and discussions, please look at
    the patchset in patchwork:
    https://patchwork.freedesktop.org/series/128628/

Please review.

Cheers,
Luca.


Luca Coelho (4):
  drm/i915/display: add support for DMC wakelocks
  drm/i915/display: don't allow DMC wakelock on older hardware
  drm/i915/display: add module parameter to enable DMC wakelock
  drm/i915/display: tie DMC wakelock to DC5/6 state transitions

 drivers/gpu/drm/i915/Makefile                 |   1 +
 drivers/gpu/drm/i915/display/intel_de.h       |  97 ++++++-
 .../gpu/drm/i915/display/intel_display_core.h |   2 +
 .../drm/i915/display/intel_display_driver.c   |   1 +
 .../drm/i915/display/intel_display_params.c   |   5 +
 .../drm/i915/display/intel_display_params.h   |   1 +
 .../i915/display/intel_display_power_well.c   |   7 +
 drivers/gpu/drm/i915/display/intel_dmc.c      |   4 +
 drivers/gpu/drm/i915/display/intel_dmc_regs.h |   6 +
 drivers/gpu/drm/i915/display/intel_dmc_wl.c   | 242 ++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_dmc_wl.h   |  30 +++
 drivers/gpu/drm/xe/Makefile                   |   1 +
 12 files changed, 389 insertions(+), 8 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_dmc_wl.c
 create mode 100644 drivers/gpu/drm/i915/display/intel_dmc_wl.h

-- 
2.39.2


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

end of thread, other threads:[~2024-04-04 10:03 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-18 13:37 [PATCH v3 0/4] drm/i915/display: DMC wakelock implementation Luca Coelho
2024-03-18 13:37 ` [PATCH v3 1/4] drm/i915/display: add support for DMC wakelocks Luca Coelho
2024-03-21  7:43   ` Shankar, Uma
2024-03-28 11:09     ` Luca Coelho
2024-03-18 13:37 ` [PATCH v3 2/4] drm/i915/display: don't allow DMC wakelock on older hardware Luca Coelho
2024-03-21  8:02   ` Shankar, Uma
2024-04-04  9:30     ` Luca Coelho
2024-03-18 13:37 ` [PATCH v3 3/4] drm/i915/display: add module parameter to enable DMC wakelock Luca Coelho
2024-03-21  8:08   ` Shankar, Uma
2024-04-04  9:59     ` Luca Coelho
2024-03-18 13:37 ` [PATCH v3 4/4] drm/i915/display: tie DMC wakelock to DC5/6 state transitions Luca Coelho
2024-03-21  8:22   ` Shankar, Uma
2024-04-04 10:03     ` Luca Coelho
2024-03-18 20:26 ` ✓ CI.Patch_applied: success for drm/i915/display: DMC wakelock implementation (rev4) Patchwork
2024-03-18 20:26 ` ✗ CI.checkpatch: warning " Patchwork
2024-03-18 20:27 ` ✓ CI.KUnit: success " Patchwork
2024-03-18 20:38 ` ✓ CI.Build: " Patchwork
2024-03-18 20:40 ` ✓ CI.Hooks: " Patchwork
2024-03-18 20:42 ` ✗ CI.checksparse: warning " Patchwork
2024-03-18 21:03 ` ✓ CI.BAT: success " Patchwork
2024-03-18 21:36 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: DMC wakelock implementation (rev2) Patchwork
2024-03-18 21:36 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-03-18 21:55 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-03-19 11:28   ` Luca Coelho

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.