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/dp: convert to struct intel_display
Date: Fri, 29 Nov 2024 16:45:28 +0200 [thread overview]
Message-ID: <cover.1732891498.git.jani.nikula@intel.com> (raw)
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 | 10 +-
drivers/gpu/drm/i915/display/intel_dp.c | 928 +++++++++---------
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 | 3 +-
drivers/gpu/drm/xe/display/xe_display.c | 2 +-
9 files changed, 510 insertions(+), 487 deletions(-)
--
2.39.5
next reply other threads:[~2024-11-29 14:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-29 14:45 Jani Nikula [this message]
2024-11-29 14:45 ` [PATCH 1/5] drm/i915/dp: s/intel_encoder/encoder/ Jani Nikula
2024-11-29 14:45 ` [PATCH 2/5] drm/i915/dp: s/intel_connector/connector/ Jani Nikula
2024-11-29 14:45 ` [PATCH 3/5] drm/i915/dp: convert to struct intel_display Jani Nikula
2024-11-29 14:45 ` [PATCH 4/5] drm/i915/dp: convert interfaces " Jani Nikula
2024-11-29 14:45 ` [PATCH 5/5] drm/i915/dp: finish link training conversion " Jani Nikula
2024-11-29 14:52 ` ✓ CI.Patch_applied: success for drm/i915/dp: convert " Patchwork
2024-11-29 14:52 ` ✓ CI.checkpatch: " Patchwork
2024-11-29 14:53 ` ✓ CI.KUnit: " Patchwork
2024-11-29 15:11 ` ✓ CI.Build: " Patchwork
2024-11-29 15:12 ` ✗ Fi.CI.SPARSE: warning " Patchwork
2024-11-29 15:14 ` ✓ CI.Hooks: success " Patchwork
2024-11-29 15:15 ` ✗ CI.checksparse: warning " Patchwork
2024-11-29 15:24 ` ✗ i915.CI.BAT: failure " Patchwork
2024-11-29 15:35 ` ✓ Xe.CI.BAT: success " Patchwork
2024-11-30 2:20 ` ✗ Xe.CI.Full: 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.1732891498.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.