Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Maarten Lankhorst <dev@lankhorst.se>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org, Maarten Lankhorst <dev@lankhorst.se>
Subject: [PATCH 0/4] drm/intel/display: Remove forcewake during pipe updates.
Date: Thu,  2 Jul 2026 10:03:41 +0200	[thread overview]
Message-ID: <20260702080346.431508-1-dev@lankhorst.se> (raw)

Change all calls that use the normal intel_de_read/write variants to use 
the _fw variants. This prevents taking the DMC wakelock unnecessarily
during vblank evasion. If the DMC lock would be needed there, we should
instead take it in advance when needed.

Maarten Lankhorst (4):
  drm/i915/display: Make icl_dsi_frame_update use _fw too
  drm/i915/display: Use intel_de_read/write_fw in colorops
  drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
  drm/i915/display: Make set_pipeconf use the fw variants

 drivers/gpu/drm/i915/display/icl_dsi.c       |  4 +-
 drivers/gpu/drm/i915/display/intel_cmtg.c    |  6 +--
 drivers/gpu/drm/i915/display/intel_color.c   |  6 +--
 drivers/gpu/drm/i915/display/intel_display.c | 52 ++++++++++----------
 drivers/gpu/drm/i915/display/intel_vrr.c     | 18 +++----
 5 files changed, 44 insertions(+), 42 deletions(-)

-- 
2.53.0


             reply	other threads:[~2026-07-02  8:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-02  8:03 Maarten Lankhorst [this message]
2026-07-02  8:03 ` [PATCH 1/4] drm/i915/display: Make icl_dsi_frame_update use _fw too Maarten Lankhorst
2026-07-02  8:27   ` Jani Nikula
2026-07-02  8:03 ` [PATCH 2/4] drm/i915/display: Use intel_de_read/write_fw in colorops Maarten Lankhorst
2026-07-02  8:28   ` Jani Nikula
2026-07-02  8:03 ` [PATCH 3/4] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset Maarten Lankhorst
2026-07-02  8:44   ` Jani Nikula
2026-07-02 11:29     ` Maarten Lankhorst
2026-07-02  8:03 ` [PATCH 4/4] drm/i915/display: Make set_pipeconf use the fw variants Maarten Lankhorst
2026-07-02  8:32 ` ✗ CI.checkpatch: warning for drm/intel/display: Remove forcewake during pipe updates Patchwork
2026-07-02  8:34 ` ✓ CI.KUnit: success " Patchwork
2026-07-02  9:16 ` ✓ Xe.CI.BAT: " Patchwork
2026-07-03  2:37 ` ✓ Xe.CI.FULL: " 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=20260702080346.431508-1-dev@lankhorst.se \
    --to=dev@lankhorst.se \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox