diff options
| author | Nicholas Kazlauskas <[email protected]> | 2018-08-03 10:40:20 -0400 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2018-08-13 17:29:44 -0500 |
| commit | dddc0557e3a02499ce336b1e2e67f5afaecccc80 (patch) | |
| tree | 04b7289bad3a6e91dabc2fc69bf05ea44c1089bc /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | 433149130c31de3f63b17b4ce08b45dab208f7e8 (diff) | |
drm/amd/display: Guard against null crtc in CRC IRQ
[Why]
A null pointer deference can occur if crtc is null in
amdgpu_dm_crtc_handle_crc_irq. This can happen if get_crtc_by_otg_inst
returns NULL during dm_crtc_high_irq, leading to a hang in some IGT
test cases.
[How]
Check that CRTC is non-null before accessing its fields.
Signed-off-by: Nicholas Kazlauskas <[email protected]>
Reviewed-by: Sun peng Li <[email protected]>
Acked-by: Leo Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions