KDKernelDiff

commit detail

drm/amdgpu: guard NULL deref on hotplug during suspend

Adds a null-pointer guard on display hotplug that could fire during suspend/resume on some AMD GPUs.

c40a9f2drivers/gpu/drm/amdDriverBug fix

Technical summary

dc_stream may be NULL mid-suspend; the hotplug work handler now bails cleanly.

User impact

Could reduce display-related suspend/resume crashes on affected AMD GPU systems.

Seen in releases

Provenance

Parsed from commit/trailersAI summary

Changed files

1 files
Mdrivers/gpu/drm/amd/display/dc/core/dc.cdrivers/gpu/drm/amdsource+6-1