Skip to content
Commit e04cfdc9 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/disp: fix DP disable race



If a HPD pulse signalling the need to retrain the link occurs between
the KMS driver releasing the output and the supervisor interrupt that
finishes the teardown, it was possible get a NULL-ptr deref.

Avoid this by marking the link as inactive earlier.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent f6d52b21
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment