]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbb3e04077176ff776b650899c754fa03aa0df7e5
treec41e9587e2d0b1d7e7edcc86de04335c4ed00789
parent09d79f8345b93f70caa0d0655d7e926eb049a194
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