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
Subject: [PATCH 0/8] drm/i915/display: use intel_de_wait_*() functions
Date: Thu, 26 Jun 2025 20:42:58 +0300	[thread overview]
Message-ID: <cover.1750959689.git.jani.nikula@intel.com> (raw)

We have intel_de_wait_*() functions for waiting for register bits to
reach a value. Use them instead of depending on the i915 helpers from
i915_utils.h.

Jani Nikula (8):
  drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for()
  drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us()
  drm/i915/dpll: use intel_de_wait_custom() instead of wait_for_us()
  drm/i915/cdclk: use intel_de_wait_custom() instead of wait_for_us()
  drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for()
  drm/i915/power: use intel_de_wait_custom() instead of wait_for_us()
  drm/i915/pch: use intel_de_wait_custom() instead of wait_for_us()
  drm/i915/dsi: use intel_de_wait_custom() instead of wait_for_us()

 drivers/gpu/drm/i915/display/icl_dsi.c        | 41 +++++++++++++------
 drivers/gpu/drm/i915/display/intel_cdclk.c    | 12 ++++--
 drivers/gpu/drm/i915/display/intel_ddi.c      | 14 ++++++-
 .../drm/i915/display/intel_display_power.c    | 14 +++++--
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 20 ++++++---
 drivers/gpu/drm/i915/display/intel_hdcp.c     | 10 +++--
 drivers/gpu/drm/i915/display/intel_hdmi.c     |  6 +--
 .../gpu/drm/i915/display/intel_pch_refclk.c   | 14 +++++--
 8 files changed, 91 insertions(+), 40 deletions(-)

-- 
2.39.5


             reply	other threads:[~2025-06-26 17:43 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-26 17:42 Jani Nikula [this message]
2025-06-26 17:42 ` [PATCH 1/8] drm/i915/hdmi: use intel_de_wait_for_set() instead of wait_for() Jani Nikula
2025-06-26 17:43 ` [PATCH 2/8] drm/i915/ddi: use intel_de_wait_custom() instead of wait_for_us() Jani Nikula
2025-06-26 19:03   ` Jani Nikula
2025-06-26 19:05   ` [PATCH v2] " Jani Nikula
2025-06-26 17:43 ` [PATCH 3/8] drm/i915/dpll: " Jani Nikula
2025-06-26 17:43 ` [PATCH 4/8] drm/i915/cdclk: " Jani Nikula
2025-06-26 17:43 ` [PATCH 5/8] drm/i915/hdcp: use intel_de_wait_for_set() instead of wait_for() Jani Nikula
2025-06-30  6:23   ` Kandpal, Suraj
2025-06-26 17:43 ` [PATCH 6/8] drm/i915/power: use intel_de_wait_custom() instead of wait_for_us() Jani Nikula
2025-06-26 17:43 ` [PATCH 7/8] drm/i915/pch: " Jani Nikula
2025-06-26 17:43 ` [PATCH 8/8] drm/i915/dsi: " Jani Nikula
2025-06-26 17:52 ` ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions Patchwork
2025-06-26 18:06 ` ✗ CI.checksparse: warning " Patchwork
2025-06-26 18:41 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-06-26 19:07 ` ✗ i915.CI.BAT: " Patchwork
2025-06-26 19:45 ` ✓ CI.KUnit: success for drm/i915/display: use intel_de_wait_*() functions (rev2) Patchwork
2025-06-26 19:59 ` ✗ CI.checksparse: warning " Patchwork
2025-06-26 20:21 ` ✓ Xe.CI.BAT: success " Patchwork
2025-06-26 21:47 ` ✓ i915.CI.BAT: " Patchwork
2025-06-30 10:34 ` ✗ i915.CI.Full: failure " Patchwork
2025-06-30 20:49 ` ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions Patchwork
2025-06-30 23:11 ` ✗ Xe.CI.Full: failure for drm/i915/display: use intel_de_wait_*() functions (rev2) 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.1750959689.git.jani.nikula@intel.com \
    --to=jani.nikula@intel.com \
    --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 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.