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 v3 0/5] drm/i915/dp: convert to struct intel_display
Date: Fri, 13 Dec 2024 11:48:20 +0200	[thread overview]
Message-ID: <cover.1734083244.git.jani.nikula@intel.com> (raw)

Rebase of [1].

BR,
Jani.


[1] https://lore.kernel.org/r/cover.1733827537.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       | 922 +++++++++---------
 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, 499 insertions(+), 490 deletions(-)

-- 
2.39.5


             reply	other threads:[~2024-12-13  9:48 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-13  9:48 Jani Nikula [this message]
2024-12-13  9:48 ` [PATCH v3 1/5] drm/i915/dp: s/intel_encoder/encoder/ Jani Nikula
2024-12-13  9:48 ` [PATCH v3 2/5] drm/i915/dp: s/intel_connector/connector/ Jani Nikula
2024-12-13  9:48 ` [PATCH v3 3/5] drm/i915/dp: convert to struct intel_display Jani Nikula
2024-12-13 12:36   ` kernel test robot
2024-12-13 18:47   ` kernel test robot
2024-12-13  9:48 ` [PATCH v3 4/5] drm/i915/dp: convert interfaces " Jani Nikula
2024-12-13  9:48 ` [PATCH v3 5/5] drm/i915/dp: finish link training conversion " Jani Nikula
2024-12-13 11:20 ` ✗ Fi.CI.SPARSE: warning for drm/i915/dp: convert to struct intel_display (rev3) Patchwork
2024-12-13 11:55 ` ✗ i915.CI.BAT: failure " Patchwork
2024-12-13 12:03 ` ✓ CI.Patch_applied: success " Patchwork
2024-12-13 12:03 ` ✓ CI.checkpatch: " Patchwork
2024-12-13 12:04 ` ✓ CI.KUnit: " Patchwork
2024-12-13 12:22 ` ✓ CI.Build: " Patchwork
2024-12-13 12:25 ` ✓ CI.Hooks: " Patchwork
2024-12-13 12:26 ` ✗ CI.checksparse: warning " Patchwork
2024-12-13 12:49 ` ✓ Xe.CI.BAT: success " Patchwork
2024-12-13 21:19 ` ✗ Xe.CI.Full: failure " Patchwork
2024-12-16 11:20 ` ✗ Fi.CI.SPARSE: warning for drm/i915/dp: convert to struct intel_display (rev4) Patchwork
2024-12-16 11:38 ` ✓ i915.CI.BAT: success " Patchwork
2024-12-16 14:42 ` ✗ i915.CI.Full: failure " Patchwork
2024-12-16 15:23 ` [PATCH v3 0/5] drm/i915/dp: convert to struct intel_display Jani Nikula

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.1734083244.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.