]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/dp/mst: Export drm_dp_get_vc_payload_bw()
authorImre Deak <imre.deak@intel.com>
Mon, 25 Jan 2021 17:36:35 +0000 (19:36 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 2 Feb 2021 15:31:37 +0000 (17:31 +0200)
commit83404d581471775f37f85e5261ec0d09407d8bed
tree333eb5009dc1ac39d708d765285a463fe60b7e1d
parent761c70a52586a9214b29026d384d2c01b73661a8
drm/dp/mst: Export drm_dp_get_vc_payload_bw()

This function will be needed by the next patch where the driver
calculates the BW based on driver specific parameters, so export it.

At the same time sanitize the function params, passing the more natural
link rate instead of the encoding of the same rate.

v2:
- Fix function documentation. (Lyude)

Cc: Lyude Paul <lyude@redhat.com>
Cc: Ville Syrjala <ville.syrjala@intel.com>
Cc: <stable@vger.kernel.org>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210125173636.1733812-1-imre.deak@intel.com
(cherry picked from commit a321fc2b4e60fc1b39517d26c8104351636a6062)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/drm_dp_mst_topology.c
include/drm/drm_dp_mst_helper.h