commit | b203dd95949ec8d5e30d53446408eb9a4d1bdc62 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue Aug 18 18:23:16 2015 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Aug 20 17:05:34 2015 -0400 |
tree | 487953f129b674d1f2ea7b7fa9704de52f946ee7 | |
parent | bf7ebaeed4dca7c0a7f9d9a44efbd9f74cf22c5d [diff] |
drm/amdgpu: fix zeroing all IB fields manually v2 The problem now is that we don't necessarily call amdgpu_ib_get() in some error paths and so work with uninitialized data. Better require that the memory is already zeroed. v2: better commit message Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> (v1) Reviewed-by: Alex Deucher <alexander.deucher@amd.com>