Re: [PATCH 08/10] drm/amdgpu:cleanup firmware.fw_buf alloc/free

2017-11-14 Thread Christian König
Am 14.11.2017 um 10:07 schrieb Monk Liu: use bo_create/free_kernel instead of manually doing it Change-Id: I128651d2b2207f6e16b484b050f3232c08b53de3 Signed-off-by: Monk Liu Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 43 +++ 1

[PATCH 08/10] drm/amdgpu:cleanup firmware.fw_buf alloc/free

2017-11-14 Thread Monk Liu
use bo_create/free_kernel instead of manually doing it Change-Id: I128651d2b2207f6e16b484b050f3232c08b53de3 Signed-off-by: Monk Liu --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 43 +++ 1 file changed, 9 insertions(+), 34 deletions(-) diff --git a/drivers/gpu/drm/a