OSDN Git Service

drm/amdgpu: cleanup VM manager init/fini
authorChristian König <christian.koenig@amd.com>
Thu, 11 May 2017 14:21:20 +0000 (16:21 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 May 2017 22:17:58 +0000 (18:17 -0400)
commit05ec3eda8b213ccc7df9645119c06f4d34a6fe2c
tree5e7e5cccdf596427f032ee1000a37a4c3dad4c24
parenta340c7bcf1ea01f8bee82d62b521f0c5e4653425
drm/amdgpu: cleanup VM manager init/fini

VM is mandatory for all hw amdgpu supports. So remove the leftovers
to make it optionally.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c