commit | 37945a3ad56f2859868959a25143c8da90626944 | [log] [tgz] |
---|---|---|
author | Evan Quan <evan.quan@amd.com> | Fri Mar 15 16:25:15 2019 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Mar 27 22:40:29 2019 -0500 |
tree | 830443c89911182670db33788947583e57fe3873 | |
parent | 7a3d7bf606ca29d2d43fae761e5b30ab9658153e [diff] |
drm/amdgpu: defer cmd/fence/fw buffers destroy on hw_init failure As the cleanup jobs performed in pre_fini may still need these buffers. NULL pointer dereference will be triggered without them. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Feifei Xu <Feifei.Xu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>