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 v2 0/5] drm/i915/dp: convert to struct intel_display
Date: Tue, 10 Dec 2024 12:46:25 +0200 [thread overview]
Message-ID: <cover.1733827537.git.jani.nikula@intel.com> (raw)
Rebase of [1].
[1] https://lore.kernel.org/r/cover.1732891498.git.jani.nikula@intel.com
Jani Nikula (5):
drm/i915/dp: s/intel_encoder/encoder/
drm/i915/dp: s/intel_connector/connector/
drm/i915/dp: convert to struct intel_display
drm/i915/dp: convert interfaces to struct intel_display
drm/i915/dp: finish link training conversion to struct intel_display
drivers/gpu/drm/i915/display/intel_display.c | 6 +-
.../drm/i915/display/intel_display_driver.c | 9 +-
drivers/gpu/drm/i915/display/intel_dp.c | 925 +++++++++---------
drivers/gpu/drm/i915/display/intel_dp.h | 20 +-
.../drm/i915/display/intel_dp_link_training.c | 14 +-
drivers/gpu/drm/i915/display/intel_dp_mst.c | 12 +-
drivers/gpu/drm/i915/display/intel_psr.c | 2 +-
drivers/gpu/drm/i915/i915_driver.c | 2 +-
drivers/gpu/drm/xe/display/xe_display.c | 2 +-
9 files changed, 501 insertions(+), 491 deletions(-)
--
2.39.5
next reply other threads:[~2024-12-10 10:46 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-10 10:46 Jani Nikula [this message]
2024-12-10 10:46 ` [PATCH v2 1/5] drm/i915/dp: s/intel_encoder/encoder/ Jani Nikula
2024-12-12 10:09 ` Luca Coelho
2024-12-10 10:46 ` [PATCH v2 2/5] drm/i915/dp: s/intel_connector/connector/ Jani Nikula
2024-12-12 10:13 ` Luca Coelho
2024-12-10 10:46 ` [PATCH v2 3/5] drm/i915/dp: convert to struct intel_display Jani Nikula
2024-12-12 10:18 ` Luca Coelho
2024-12-12 10:30 ` Jani Nikula
2024-12-10 10:46 ` [PATCH v2 4/5] drm/i915/dp: convert interfaces " Jani Nikula
2024-12-12 10:21 ` Luca Coelho
2024-12-10 10:46 ` [PATCH v2 5/5] drm/i915/dp: finish link training conversion " Jani Nikula
2024-12-12 10:28 ` Luca Coelho
2024-12-10 12:28 ` ✓ CI.Patch_applied: success for drm/i915/dp: convert to struct intel_display (rev2) Patchwork
2024-12-10 12:28 ` ✓ CI.checkpatch: " Patchwork
2024-12-10 12:30 ` ✓ CI.KUnit: " Patchwork
2024-12-10 12:48 ` ✓ CI.Build: " Patchwork
2024-12-10 12:50 ` ✓ CI.Hooks: " Patchwork
2024-12-10 12:52 ` ✗ CI.checksparse: warning " Patchwork
2024-12-10 13:27 ` ✓ Xe.CI.BAT: success " Patchwork
2024-12-10 14:37 ` ✗ Xe.CI.Full: failure " Patchwork
2024-12-10 14:45 ` ✗ Fi.CI.SPARSE: warning " Patchwork
2024-12-10 15:01 ` ✓ i915.CI.BAT: success " Patchwork
2024-12-10 17:07 ` ✓ 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.1733827537.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.