]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Check hpd_gpio for NULL before accessing it
authorHarry Wentland <harry.wentland@amd.com>
Thu, 7 Feb 2019 20:12:35 +0000 (15:12 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Feb 2019 22:22:12 +0000 (17:22 -0500)
commit0461221316ec21e0a535a35fba3feb6ba75706e6
tree68224e9fb3786fd302e8710063ac81e2811175ec
parent7fbd31cceac0596c46394ea8745fe09b98d6ed79
drm/amd/display: Check hpd_gpio for NULL before accessing it

dal_gpio_open and dal_gpio_unlock_pin dereference hpd_gpio.
Check for NULL before calling those functions.

Fixes: ac627caf6b9275a ("drm/amd/display: add gpio lock/unlock")
Reported-by: Przemek Socha <soprwa@gmail.com>
CC: Chiawen Huang <chiawen.huang@amd.com>
CC: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Tested-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c