]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/display: Avoid unnecessarily calling intel_cx0_get_owned_lane_mask
authorJouni Högander <jouni.hogander@intel.com>
Tue, 22 Jul 2025 12:56:16 +0000 (15:56 +0300)
committerJouni Högander <jouni.hogander@intel.com>
Wed, 23 Jul 2025 06:13:26 +0000 (09:13 +0300)
commitd487ed7e2b4ab3126239ab93324405eb1e45ccf5
treea429bcb28b9779302543ff22d5f736185a726ca5
parent8265ce0e0e15ba435eb2af72f2b821e203ebcdb9
drm/i915/display: Avoid unnecessarily calling intel_cx0_get_owned_lane_mask

Currently we are always calling intel_cx0_get_owned_lane_mask when
intel_lnl_mac_transmit_lfps is called. Avoid this in cases where it's not
needed.

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://lore.kernel.org/r/20250722125618.1842615-3-jouni.hogander@intel.com
drivers/gpu/drm/i915/display/intel_cx0_phy.c