diff options
author | Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> | 2018-09-11 14:29:47 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-09-26 21:09:07 -0500 |
commit | d999853e60a00596bb625ab34909cc9317c6dbae (patch) | |
tree | 40a8fa22d889aa88e0aca5a9f4fa6baff00bf6e1 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | |
parent | 99267ce71a1faabce9d8063d37e1ee7dd240b6eb (diff) | |
download | linux-d999853e60a00596bb625ab34909cc9317c6dbae.tar.gz linux-d999853e60a00596bb625ab34909cc9317c6dbae.tar.bz2 linux-d999853e60a00596bb625ab34909cc9317c6dbae.zip |
drm/amd/display: Guard against null stream dereference in do flip
[Why]
During suspend under some hardware configurations can result in a
series of atomic commits with a NULL stream status - which
causes a NULL pointer dereference. This should be guarded.
[How]
Exit early from the function - if we can't access the stream then
there isn't anything that can be done here.
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h')
0 files changed, 0 insertions, 0 deletions