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/3] drm/i915/display: add some sub-structs for clarity
Date: Fri, 28 Feb 2025 14:49:28 +0200	[thread overview]
Message-ID: <cover.1740746939.git.jani.nikula@intel.com> (raw)


Jani Nikula (3):
  drm/i915/mst: add mst sub-struct to struct intel_dp
  drm/i915/mst: add mst sub-struct to struct intel_connector
  drm/i915/hdcp: add hdcp sub-struct to struct intel_digital_port

 drivers/gpu/drm/i915/display/g4x_dp.c         |   2 +-
 drivers/gpu/drm/i915/display/g4x_hdmi.c       |   2 +-
 .../gpu/drm/i915/display/intel_connector.c    |   4 +-
 drivers/gpu/drm/i915/display/intel_ddi.c      |   6 +-
 .../drm/i915/display/intel_display_debugfs.c  |   6 +-
 .../drm/i915/display/intel_display_types.h    |  44 ++---
 drivers/gpu/drm/i915/display/intel_dp.c       |  38 ++---
 drivers/gpu/drm/i915/display/intel_dp_hdcp.c  |   8 +-
 drivers/gpu/drm/i915/display/intel_dp_mst.c   | 154 +++++++++---------
 drivers/gpu/drm/i915/display/intel_hdcp.c     |  94 +++++------
 10 files changed, 180 insertions(+), 178 deletions(-)

-- 
2.39.5


             reply	other threads:[~2025-02-28 12:49 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-28 12:49 Jani Nikula [this message]
2025-02-28 12:49 ` [PATCH 1/3] drm/i915/mst: add mst sub-struct to struct intel_dp Jani Nikula
2025-02-28 15:52   ` Imre Deak
2025-02-28 12:49 ` [PATCH 2/3] drm/i915/mst: add mst sub-struct to struct intel_connector Jani Nikula
2025-02-28 15:52   ` Imre Deak
2025-02-28 12:49 ` [PATCH 3/3] drm/i915/hdcp: add hdcp sub-struct to struct intel_digital_port Jani Nikula
2025-02-28 15:13   ` Kandpal, Suraj
2025-02-28 13:52 ` ✗ Fi.CI.BUILD: warning for drm/i915/display: add some sub-structs for clarity Patchwork
2025-02-28 13:53 ` ✗ Fi.CI.CHECKPATCH: " Patchwork
2025-02-28 14:03 ` ✓ CI.Patch_applied: success " Patchwork
2025-02-28 14:03 ` ✗ CI.checkpatch: warning " Patchwork
2025-02-28 14:04 ` ✓ CI.KUnit: success " Patchwork
2025-02-28 14:15 ` ✓ i915.CI.BAT: " Patchwork
2025-02-28 14:21 ` ✓ CI.Build: " Patchwork
2025-02-28 14:23 ` ✓ CI.Hooks: " Patchwork
2025-02-28 14:25 ` ✓ CI.checksparse: " Patchwork
2025-02-28 14:43 ` ✓ Xe.CI.BAT: " Patchwork
2025-02-28 21:13 ` ✗ Xe.CI.Full: failure " Patchwork
2025-03-01  1:15 ` ✗ i915.CI.Full: " Patchwork
2025-03-03 10:15 ` [PATCH 0/3] " 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.1740746939.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.