drm/amdgpu: move reserving GDS/GWS/OA into common code
authorChristian König <christian.koenig@amd.com>
Fri, 14 Sep 2018 19:08:57 +0000 (21:08 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Sep 2018 17:39:02 +0000 (12:39 -0500)
commitfd395547924dad66dbe21c01e1a646f3215742ef
treec41e9587e2d0b1d7e7edcc86de04335c4ed00789
parentc832c346cdf9022872655be621880e0f66f4135d
drm/amdgpu: move reserving GDS/GWS/OA into common code

We don't need that in the per ASIC code.

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_ttm.c
drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c