]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/dp_mst: Queue modeset-retry after a failed payload BW allocation
authorImre Deak <imre.deak@intel.com>
Mon, 22 Jul 2024 16:55:00 +0000 (19:55 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 31 Jul 2024 15:45:59 +0000 (18:45 +0300)
commit9d1f218ddce20329a01c46d7a1ea4d88fdb0fe86
tree7107ee7058f62b3f701d1bcdf351f7aa6a95280f
parent8f1fe39ded725483a67c15014a1863179c783b38
drm/i915/dp_mst: Queue modeset-retry after a failed payload BW allocation

If the MST payload allocation failed, enabling the output also failed
most probably, so send a uevent accordinly requesting the user to retry
the modeset. While at it remove the driver specific debug message, there
is already one printed by drm_dp_add_payload_part1().

Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240722165503.2084999-12-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c