All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: jani.nikula@intel.com, rodrigo.vivi@intel.com
Subject: [PATCH v3 0/4] drm/i915/display: add snapshot capture/print infra
Date: Thu, 12 Sep 2024 17:34:10 +0300	[thread overview]
Message-ID: <cover.1726151571.git.jani.nikula@intel.com> (raw)

Rebased [1].

BR,
Jani.

[1] https://lore.kernel.org/r/cover.1725888718.git.jani.nikula@intel.com

Jani Nikula (4):
  drm/i915: dump display parameters captured in error state, not current
  drm/i915/display: add intel_display_snapshot abstraction
  drm/i915/display: move device info and params handling to snapshot
  drm/i915/display: move dmc snapshotting to new display snapshot

 drivers/gpu/drm/i915/Makefile                 |  1 +
 .../drm/i915/display/intel_display_params.c   |  8 ++-
 .../drm/i915/display/intel_display_params.h   |  5 +-
 .../drm/i915/display/intel_display_snapshot.c | 72 +++++++++++++++++++
 .../drm/i915/display/intel_display_snapshot.h | 16 +++++
 drivers/gpu/drm/i915/display/intel_dmc.c      | 38 +++++++---
 drivers/gpu/drm/i915/display/intel_dmc.h      |  6 +-
 drivers/gpu/drm/i915/display/intel_overlay.c  | 16 +++--
 drivers/gpu/drm/i915/display/intel_overlay.h  | 25 ++++---
 drivers/gpu/drm/i915/i915_debugfs.c           |  2 +-
 drivers/gpu/drm/i915/i915_gpu_error.c         | 25 ++-----
 drivers/gpu/drm/i915/i915_gpu_error.h         | 11 +--
 12 files changed, 166 insertions(+), 59 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_display_snapshot.c
 create mode 100644 drivers/gpu/drm/i915/display/intel_display_snapshot.h

-- 
2.39.2


             reply	other threads:[~2024-09-12 14:34 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12 14:34 Jani Nikula [this message]
2024-09-12 14:34 ` [PATCH v3 1/4] drm/i915: dump display parameters captured in error state, not current Jani Nikula
2024-09-12 14:34 ` [PATCH v3 2/4] drm/i915/display: add intel_display_snapshot abstraction Jani Nikula
2024-09-12 14:34 ` [PATCH v3 3/4] drm/i915/display: move device info and params handling to snapshot Jani Nikula
2024-09-12 14:34 ` [PATCH v3 4/4] drm/i915/display: move dmc snapshotting to new display snapshot Jani Nikula
2024-09-12 14:42 ` ✓ CI.Patch_applied: success for drm/i915/display: add snapshot capture/print infra (rev4) Patchwork
2024-09-12 14:42 ` ✗ CI.checkpatch: warning " Patchwork
2024-09-12 14:44 ` ✓ CI.KUnit: success " Patchwork
2024-09-12 14:55 ` ✓ CI.Build: " Patchwork
2024-09-12 15:06 ` ✓ CI.Hooks: " Patchwork
2024-09-12 15:07 ` ✗ CI.checksparse: warning " Patchwork
2024-09-12 15:27 ` ✓ CI.BAT: success " Patchwork
2024-09-12 19:36 ` ✗ Fi.CI.CHECKPATCH: warning " Patchwork
2024-09-12 19:37 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-09-12 19:49 ` ✓ Fi.CI.BAT: success " Patchwork
2024-09-13  0:45 ` ✓ CI.FULL: " Patchwork
2024-09-13 11:14 ` ✗ 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=cover.1726151571.git.jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=rodrigo.vivi@intel.com \
    /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 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.