All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/i915/dp_mst: Fix error handling/clean up pointer use
@ 2025-01-08 15:19 Imre Deak
  2025-01-08 15:19 ` [PATCH 1/5] drm/i915/dp_mst: Fix error handling while adding a connector Imre Deak
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Imre Deak @ 2025-01-08 15:19 UTC (permalink / raw)
  To: intel-gfx; +Cc: Jani Nikula

This patchset contains unapplied changes from [1], fixing an error
handling path while adding an MST connector and cleaning up the
intel_connector vs. drm_connector pointer use in intel_dp_mst.c,
addressing the review comments from Jani.

It also uses the driver's standard intel_display::platform.alderlake_p
instead of IS_ALDERLAKE_P(); the latter I noticed while rebasing the
patchset.

Cc: Jani Nikula <jani.nikula@intel.com>

[1] https://lore.kernel.org/all/20241211230328.4012496-1-imre.deak@intel.com

Imre Deak (5):
  drm/i915/dp_mst: Fix error handling while adding a connector
  drm/i915/dp_mst: Use intel_connector vs. drm_connector pointer in
    intel_dp_mst.c
  drm/i915/dp_mst: Simplify using to_intel_display() passing it an
    intel_connector pointer
  drm/i915/dp_mst: Simplify getting a drm_device pointer needed by
    to_i915()
  drm/i915/dp_mst: Use intel_display::platform.alderlake_p instead of
    IS_ALDERLAKE_P()

 drivers/gpu/drm/i915/display/intel_dp_mst.c | 202 ++++++++++----------
 1 file changed, 99 insertions(+), 103 deletions(-)

-- 
2.44.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-01-14 17:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 15:19 [PATCH 0/4] drm/i915/dp_mst: Fix error handling/clean up pointer use Imre Deak
2025-01-08 15:19 ` [PATCH 1/5] drm/i915/dp_mst: Fix error handling while adding a connector Imre Deak
2025-01-08 15:19 ` [PATCH 2/5] drm/i915/dp_mst: Use intel_connector vs. drm_connector pointer in intel_dp_mst.c Imre Deak
2025-01-08 15:19 ` [PATCH 3/5] drm/i915/dp_mst: Simplify using to_intel_display() passing it an intel_connector pointer Imre Deak
2025-01-08 17:01   ` Jani Nikula
2025-01-08 15:19 ` [PATCH 4/5] drm/i915/dp_mst: Simplify getting a drm_device pointer needed by to_i915() Imre Deak
2025-01-08 17:02   ` Jani Nikula
2025-01-08 15:19 ` [PATCH 5/5] drm/i915/dp_mst: Use intel_display::platform.alderlake_p instead of IS_ALDERLAKE_P() Imre Deak
2025-01-08 17:02   ` Jani Nikula
2025-01-08 17:30 ` ✗ i915.CI.BAT: failure for drm/i915/dp_mst: Fix error handling/clean up pointer use Patchwork
2025-01-08 18:25   ` Imre Deak
2025-01-10 15:43 ` ✓ i915.CI.BAT: success for drm/i915/dp_mst: Fix error handling/clean up pointer use (rev2) Patchwork
2025-01-13 13:26   ` Imre Deak
2025-01-14 17:25 ` ✗ i915.CI.Full: failure " Patchwork

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.