Acked-by: Christian König <[email protected]>
Am 10.12.18 um 22:46 schrieb Grodzovsky, Andrey:
Acked-by: Andrey Grodzovsky <[email protected]> Andrey On 12/10/2018 04:29 PM, Kuehling, Felix wrote:This function was renamed in a previous commit. Update the stub function name for builds with CONFIG_HSA_AMD disabled. Fixes: 62f65d3cb34a ("drm/amdgpu: Add KFD VRAM limit checking") Signed-off-by: Felix Kuehling <[email protected]> --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c index 39f7c8c..2dfaf15 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c @@ -586,7 +586,7 @@ bool amdkfd_fence_check_mm(struct dma_fence *f, struct mm_struct *mm) return false; }-void amdgpu_amdkfd_unreserve_system_memory_limit(struct amdgpu_bo *bo)+void amdgpu_amdkfd_unreserve_memory_limit(struct amdgpu_bo *bo) { }_______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
