Re: [PATCH 2/5] drm/amdgpu: use explicit limit for VRAM_LINEAR handling

2016-08-29 Thread Edward O'Callaghan
On 08/29/2016 07:20 PM, Christian König wrote: > From: Christian König > > Split VRAM won't have a valid offset, so just set an explicit limit > when the flag is given to trigger reallocation if necessary. > > Signed-off-by: Christian König Reviewed-by: Edward O'Callaghan > --- > drivers/g

[PATCH 2/5] drm/amdgpu: use explicit limit for VRAM_LINEAR handling

2016-08-29 Thread Christian König
From: Christian König Split VRAM won't have a valid offset, so just set an explicit limit when the flag is given to trigger reallocation if necessary. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) d