commit | ba94b08d0ba008c9f162e1df3ed0dc52194d8ccb | [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:27:26 2019 -0500 |
tree | ee9527339a9ab31a494cbb0d32fbbb6e1605af02 | |
parent | 3f52aa9f9f6f611d19035961fba0f8343bcb3e6c [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>