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/5] drm/i915/display: convert intel_display.[ch] to struct intel_display
Date: Tue,  4 Mar 2025 12:27:29 +0200	[thread overview]
Message-ID: <cover.1741084010.git.jani.nikula@intel.com> (raw)


Jani Nikula (5):
  drm/i915/display: convert various port/phy helpers to struct
    intel_display
  drm/i915/display: convert some intel_display.[ch] functions to struct
    intel_display
  drm/i915/display: convert intel_has_pending_fb_unpin() to struct
    intel_display
  drm/i915/display: remove dupe intel_update_watermarks() declaration
  drm/i915/display: convert intel_display.c to struct intel_display

 drivers/gpu/drm/i915/display/intel_bios.c     |    5 +-
 drivers/gpu/drm/i915/display/intel_ddi.c      |    9 +-
 drivers/gpu/drm/i915/display/intel_display.c  | 1045 ++++++++---------
 drivers/gpu/drm/i915/display/intel_display.h  |   24 +-
 .../drm/i915/display/intel_display_driver.c   |   10 +-
 .../i915/display/intel_display_power_well.c   |    9 +-
 drivers/gpu/drm/i915/display/intel_dp.c       |    3 +-
 drivers/gpu/drm/i915/display/vlv_dsi_pll.h    |    6 +-
 drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c  |    3 +-
 drivers/gpu/drm/i915/i915_reg.h               |    4 +-
 10 files changed, 550 insertions(+), 568 deletions(-)

-- 
2.39.5


             reply	other threads:[~2025-03-04 10:27 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-04 10:27 Jani Nikula [this message]
2025-03-04 10:27 ` [PATCH 1/5] drm/i915/display: convert various port/phy helpers to struct intel_display Jani Nikula
2025-03-04 12:32   ` Garg, Nemesa
2025-03-05 18:39     ` Jani Nikula
2025-03-04 10:27 ` [PATCH 2/5] drm/i915/display: convert some intel_display.[ch] functions " Jani Nikula
2025-03-04 12:40   ` Garg, Nemesa
2025-03-04 10:27 ` [PATCH 3/5] drm/i915/display: convert intel_has_pending_fb_unpin() " Jani Nikula
2025-03-04 12:48   ` Garg, Nemesa
2025-03-04 10:27 ` [PATCH 4/5] drm/i915/display: remove dupe intel_update_watermarks() declaration Jani Nikula
2025-03-04 12:25   ` Garg, Nemesa
2025-03-04 10:27 ` [PATCH 5/5] drm/i915/display: convert intel_display.c to struct intel_display Jani Nikula
2025-03-04 13:22   ` Garg, Nemesa
2025-03-04 11:17 ` ✓ CI.Patch_applied: success for drm/i915/display: convert intel_display.[ch] " Patchwork
2025-03-04 11:18 ` ✗ CI.checkpatch: warning " Patchwork
2025-03-04 11:19 ` ✓ CI.KUnit: success " Patchwork
2025-03-04 11:35 ` ✓ CI.Build: " Patchwork
2025-03-04 11:38 ` ✓ CI.Hooks: " Patchwork
2025-03-04 11:39 ` ✗ Fi.CI.CHECKPATCH: warning " Patchwork
2025-03-04 11:39 ` ✗ Fi.CI.SPARSE: " Patchwork
2025-03-04 11:39 ` ✗ CI.checksparse: " Patchwork
2025-03-04 11:58 ` ✓ Xe.CI.BAT: success " Patchwork
2025-03-04 11:59 ` ✓ i915.CI.BAT: " Patchwork
2025-03-04 12:57 ` ✗ Xe.CI.Full: failure " Patchwork
2025-03-05  3:35 ` ✗ i915.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=cover.1741084010.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.