]> git.baikalelectronics.ru Git - kernel.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)
commitc33fd849c5e6d079d91fcd0d445d1d51486fa115
tree7701f4b7e86250fba57a3dc58ca20baac823ddc3
parent1b05a0166e9be4777a8b2c5621b2ab6b20e117a8
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