commit | e23b74aab5dc48d3e508a2bc171ccd152fb03803 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Thu Sep 28 09:47:32 2017 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Sep 28 16:03:20 2017 -0400 |
tree | b715c0cff8755ec4f0b51bc696080e982e881bb7 | |
parent | 6f87a895709eecc1542fe947e349364ad061ac00 [diff] |
drm/amdgpu: fix vf error handling The error handling for virtual functions assumed a single vf per VM and didn't properly account for bare metal. Make the error arrays per device and add locking. Reviewed-by: Gavin Wan <gavin.wan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>