OSDN Git Service

drm/amdgpu: drop deprecated drm_get_pci_dev and drm_put_dev
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Jun 2017 21:16:31 +0000 (17:16 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 8 Jun 2017 14:54:39 +0000 (10:54 -0400)
commitb58c11314a1706bf094c489ef5cb28f76478c704
tree2ce9e91f65bbf3a24b3e002fda79cef4f9f60b47
parent3c50c2873283290d06af38a208c25f6434cf0a77
drm/amdgpu: drop deprecated drm_get_pci_dev and drm_put_dev

Open code them so we can adjust the order in the
driver more easily.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c