]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp_mst: Simplify using to_intel_display() passing it an intel_connector...
authorImre Deak <imre.deak@intel.com>
Wed, 8 Jan 2025 15:19:14 +0000 (17:19 +0200)
committerImre Deak <imre.deak@intel.com>
Wed, 22 Jan 2025 17:18:07 +0000 (19:18 +0200)
commitae1e7fba27c9f68dfcaa0f527ee38dda013e566c
tree1043683ff244a27a79bdc103d48f2f28fe111ff3
parentd49b485d1be3cb1b3b719cf4031f879dbc26c633
drm/i915/dp_mst: Simplify using to_intel_display() passing it an intel_connector pointer

Simplify the use of to_intel_display() in intel_dp_mst.c passing it the
already available intel_connector pointer, instead of looking up a
drm_device pointer for the same purpose.

Suggested-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250108151916.491113-4-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c