]> git.baikalelectronics.ru Git - kernel.git/commit
drm: drop drm_pcie_get_speed_cap_mask and drm_pcie_get_max_link_width
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 25 Jun 2018 20:14:46 +0000 (15:14 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Jul 2018 21:40:00 +0000 (16:40 -0500)
commit5df03c69198326078f9cddaca45e4a9f11176c1a
treea399b3c8f22700f5d107b3d366e0dae87184d8fe
parenta6c171b0af6c49e2c1829278e79234441874e255
drm: drop drm_pcie_get_speed_cap_mask and drm_pcie_get_max_link_width

These functions duplicated functionality which was ultimately added
to the pci core.

All users of these functions have been ported to using the newly
exposed pci functionality.  These functions are no longer used,
so drop them.

Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/drm_pci.c
include/drm/drm_pci.h