commit | c869c5f8ceca43d61db2176f88a0321f4ce50961 | [log] [tgz] |
---|---|---|
author | Lyude Paul <lyude@redhat.com> | Fri Apr 23 14:43:05 2021 -0400 |
committer | Lyude Paul <lyude@redhat.com> | Tue Apr 27 18:43:44 2021 -0400 |
tree | b01b698de0af3120c2e7a2cbabc9a8ea99c110f4 | |
parent | 318fbd7dfedd672f1adc2f9896ff84474b6a24cc [diff] |
drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw() Since this is one of the few functions in drm_dp_mst_topology.c that doesn't have any way of getting access to a drm_device, let's pass the drm_dp_mst_topology_mgr down to this function so that it can use drm_dbg_kms(). Signed-off-by: Lyude Paul <lyude@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210423184309.207645-14-lyude@redhat.com Reviewed-by: Dave Airlie <airlied@redhat.com>