Re: [PATCH 2/3] drm/amdgpu: Remove VRAM from shared bo domains.

2018-04-18 Thread Alex Deucher
On Wed, Apr 18, 2018 at 5:51 PM, Samuel Li wrote: > Signed-off-by: Samuel Li Please add a commit message. E.g., This fixes a potential regression introduced when SG display support was initially added which could lead to a shared buffer ending up pinned in vram. Check if GTT is allowed in the

[PATCH 2/3] drm/amdgpu: Remove VRAM from shared bo domains.

2018-04-18 Thread Samuel Li
Signed-off-by: Samuel Li --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c index 24f582c..8dc782a 100644 --- a/drivers/gpu/drm/amd/amdg