From: Christian König <[email protected]>

This always allocated on PAGE_SIZE alignment.

Signed-off-by: Christian König <[email protected]>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c 
b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
index d450a96..8b5fa22 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
@@ -121,7 +121,7 @@ static int amdgpu_cgs_alloc_gpu_mem(struct cgs_device 
*cgs_device,
        placement.busy_placement = &place;
        placement.num_busy_placement = 1;
 
-       ret = amdgpu_bo_create_restricted(adev, size, PAGE_SIZE,
+       ret = amdgpu_bo_create_restricted(adev, size, align,
                                          true, domain, flags,
                                          NULL, &placement, NULL,
                                          0, &obj);
-- 
2.7.4

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to