linux/drivers/gpu/drm/amd/display
Colin Ian King 320f6d81aa drm/amd/display: fix dereference of pointer aconnector when it is null
Currently pointer aconnector is being dereferenced by the call to
to_dm_connector_state before it is being null checked, this could
lead to a null pointer dereference.  Fix this by checking that
aconnector is null before dereferencing it.

Addresses-Coverity: ("Dereference before null check")
Reviewed-by: Mikita Lipski <mikita.lipski@amd.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-11-13 15:29:42 -05:00
..
amdgpu_dm drm/amd/display: fix dereference of pointer aconnector when it is null 2019-11-13 15:29:42 -05:00
dc Revert "drm/amd/display: setting the DIG_MODE to the correct value." 2019-11-06 16:27:47 -05:00
include drm/amd/display: add new active dongle to existent w/a 2019-10-10 19:33:37 -05:00
modules drm/amd/display: Only use EETF when maxCL > max display 2019-10-25 16:50:09 -04:00
Kconfig drm/amd: Fix Kconfig indentation 2019-10-07 15:11:17 -05:00
Makefile drm/amd/display: Add HDCP module 2019-10-03 09:10:58 -05:00
TODO