drm/amdgpu: distinct between allocated GART space and GMC addr
authorChristian König <christian.koenig@amd.com>
Mon, 27 Aug 2018 11:51:27 +0000 (13:51 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Aug 2018 17:35:37 +0000 (12:35 -0500)
commit0e33495d4907f0834321c678f86c912d64f0cd6c
treef66e480dfa561b81c27b4ba54bb08d77c0b320ab
parent22d8bfafcc12dfa17b91d2e8ae4e1898e782003a
drm/amdgpu: distinct between allocated GART space and GMC addr

Most of the time we only need to know if the BO has a valid GMC addr.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c