mirror of
https://github.com/torvalds/linux.git
synced 2026-04-27 19:12:29 -04:00
drm/amdgpu/display: add support for LVDS (v5)
This adds support for LVDS displays. v2: add support for spread spectrum, sink detect v3: clean up enable_lvds_output v4: fix up link_detect v5: remove assert on 888 format Bug: https://bugs.freedesktop.org/show_bug.cgi?id=105880 Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -3358,6 +3358,8 @@ static int to_drm_connector_type(enum signal_type st)
|
||||
return DRM_MODE_CONNECTOR_HDMIA;
|
||||
case SIGNAL_TYPE_EDP:
|
||||
return DRM_MODE_CONNECTOR_eDP;
|
||||
case SIGNAL_TYPE_LVDS:
|
||||
return DRM_MODE_CONNECTOR_LVDS;
|
||||
case SIGNAL_TYPE_RGB:
|
||||
return DRM_MODE_CONNECTOR_VGA;
|
||||
case SIGNAL_TYPE_DISPLAY_PORT:
|
||||
|
||||
Reference in New Issue
Block a user