Re: [PATCH 04/10] drm/amdgpu:put reserve_fw_vram_fini to correct place

2017-11-14 Thread Christian König
Am 14.11.2017 um 10:07 schrieb Monk Liu: Move "reserve_fw_vram_fini" to the correct place which should in amdgpu_ttm_fini() since reserve_fw_vram_init is in amdgpu_ttm_init(). this can fix error report and memory leak in "vram_mgr_fini()". Change-Id: I4b1dc7eecda62407f30a5a16f59555eee49f04a3

[PATCH 04/10] drm/amdgpu:put reserve_fw_vram_fini to correct place

2017-11-14 Thread Monk Liu
Move "reserve_fw_vram_fini" to the correct place which should in amdgpu_ttm_fini() since reserve_fw_vram_init is in amdgpu_ttm_init(). this can fix error report and memory leak in "vram_mgr_fini()". Change-Id: I4b1dc7eecda62407f30a5a16f59555eee49f04a3 Signed-off-by: Monk Liu