Re: [PATCH] drm/amdgpu: use pin rather than pin_restricted in a few cases

2016-12-07 Thread Edward O'Callaghan
Reviewed-by: Edward O'Callaghan On 12/08/2016 08:17 AM, Alex Deucher wrote: > We don't require a resticted pinning in these cases, so just > use plain pin. > > Signed-off-by: Alex Deucher > --- >

[PATCH] drm/amdgpu: use pin rather than pin_restricted in a few cases

2016-12-07 Thread Alex Deucher
We don't require a resticted pinning in these cases, so just use plain pin. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff