commit | 58caae27df41d2ef3b1ae3bd06284da5b85ac288 | [log] [tgz] |
---|---|---|
author | Zhan Liu <zhan.liu@amd.com> | Tue Jul 02 15:17:07 2019 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jul 18 14:17:20 2019 -0500 |
tree | de63a1bfbf3cd380a71688ae9cddef23adf435af | |
parent | 6ac25e6d5b2fbf251e9fa2f4131d42c815b43867 [diff] |
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>