drm/i915/mst: remove crtc_state->pbn
authorJani Nikula <jani.nikula@intel.com>
Fri, 3 Jan 2025 13:52:28 +0000 (15:52 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 7 Jan 2025 16:43:57 +0000 (18:43 +0200)
commit0dcc5c6a02abf95a918abff9a540f1618291624c
treede870f909651dd52ec2eae9910c30f96c581f4b8
parent643b06e29ec00b6e32f69af5ce4aaf1220fdf5f9
drm/i915/mst: remove crtc_state->pbn

The crtc_state->pbn member is only used as a temporary variable within
mst_stream_find_vcpi_slots_for_bpp(). Remove it as unnecessary.

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