]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/dp_mst: Rename drm_dp_mst_atomic_check_topology_state
authorMikita Lipski <mikita.lipski@amd.com>
Fri, 13 Dec 2019 15:29:48 +0000 (10:29 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 9 Jan 2020 23:07:47 +0000 (18:07 -0500)
commit9e5b959036ff76dda397998d1185b0ec0ae58568
tree7701f4b7e86250fba57a3dc58ca20baac823ddc3
parentcd82d82cbc0484e47918d3166f356c98f0066db8
drm/dp_mst: Rename drm_dp_mst_atomic_check_topology_state

[why]
drm_dp_mst_atomic_check_topology_state() should be renamed
to reflect more specific type of check. Since it is verifying
payload allocation limit it should be renamed into
drm_dp_mst_atomic_check_vcpi_alloc_limit()

Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Mikita Lipski <mikita.lipski@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/drm_dp_mst_topology.c