diff options
author | wentalou | 2019-04-16 09:09:16 +0200 |
---|---|---|
committer | Alex Deucher | 2019-04-19 18:32:56 +0200 |
commit | 36e499b2490a470a9a1e8d40096b4e397efac056 (patch) | |
tree | fef6911264842396f259da6cd03f8dce66c56437 /drivers/gpu/drm/amd/amdgpu/atombios_dp.h | |
parent | drm/amd/include: Add USB_C_TYPE to atom_encoder_cap_defs (diff) | |
download | kernel-qcow2-linux-36e499b2490a470a9a1e8d40096b4e397efac056.tar.gz kernel-qcow2-linux-36e499b2490a470a9a1e8d40096b4e397efac056.tar.xz kernel-qcow2-linux-36e499b2490a470a9a1e8d40096b4e397efac056.zip |
drm/amdgpu: amdgpu_device_recover_vram got NULL of shadow->parent
amdgpu_bo_destroy had a bug by calling amdgpu_bo_unref outside mutex_lock.
If amdgpu_device_recover_vram executed between amdgpu_bo_unref and list_del_init,
it would get NULL of shadow->parent, then caused Call Trace and GPU reset failed.
Signed-off-by: Wentao Lou <Wentao.Lou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/atombios_dp.h')
0 files changed, 0 insertions, 0 deletions