]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: drop ASSERT() if eDP panel is not connected
authorZhan Liu <zhan.liu@amd.com>
Tue, 2 Jul 2019 19:17:07 +0000 (15:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:17:20 +0000 (14:17 -0500)
commit6aed66fa2698bc60f450c9167aa635dba457401f
treede63a1bfbf3cd380a71688ae9cddef23adf435af
parent5b9987fd1e50a242fa1634914f14a0fa112ae49a
drm/amd/display: drop ASSERT() if eDP panel is not connected

[Why]
For boards that support eDP but do not have a physical eDP
display connected an ASSERT will be thrown. This is not a
critical failure and shouldn't be treated as such.

[How]
Drop the assertion.

Signed-off-by: Zhan Liu <zhan.liu@amd.com>
Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c