commit | 5a6a4c9d1b6743268480b5b5661a35c38d4df424 | [log] [tgz] |
---|---|---|
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | Tue Aug 20 15:39:53 2019 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Aug 21 22:18:38 2019 -0500 |
tree | f770f59187dca7ea7bcd3a14bea51347f3e27462 | |
parent | 452575c5703cd7d0cf285ef7a97de52af9a3d70d [diff] |
drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctl Error out if the AMDGPU_CS ioctl is called with multiple SYNCOBJ_OUT and/or TIMELINE_SIGNAL chunks, since otherwise the last chunk wins while the allocated array as well as the reference counts of sync objects are leaked. Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>