Re: [PATCH 1/2] drm/amdgpu: implement amdgpu_gem_map_(attach/detach)

2018-02-19 Thread Alex Deucher
On Mon, Feb 19, 2018 at 8:57 AM, Christian König wrote: > Instead of the pin/unpin callback implement the attach/detach ones. > > Functional identical, but allows us access to the attachment. > > Signed-off-by: Christian König Series

[PATCH 1/2] drm/amdgpu: implement amdgpu_gem_map_(attach/detach)

2018-02-19 Thread Christian König
Instead of the pin/unpin callback implement the attach/detach ones. Functional identical, but allows us access to the attachment. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 -- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 2 --