]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/dp_mst: Check BW limitations only after all streams are computed
authorImre Deak <imre.deak@intel.com>
Tue, 24 Oct 2023 01:09:24 +0000 (04:09 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 8 Nov 2023 15:22:23 +0000 (17:22 +0200)
commit3a5f80e4ce973c6702ec31e5823502860208e030
tree1895556ffcb101c238beb346184e5c46f267d659
parent36f579ffc6921408fd2e466a6930463bac56b926
drm/i915/dp_mst: Check BW limitations only after all streams are computed

After the previous patch the BW limits on the whole MST topology will be
checked after computing the state for all the streams in the topology.
Accordingly remove the check during the stream's encoder compute config
step, to prevent failing an atomic commit due to a BW limit, if this can
be resolved only by reducing the BW of other streams on the same MST
link.

Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231030155843.2251023-30-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c