Skip to content

Commit 0604ffe

Browse files
Alex Hungalexdeucher
authored andcommitted
drm/amd/display: Revert "drm/amd/display: allow edp updates for virtual signal"
This reverts commit 4ad3ee5. [WHY & HOW] Virtual signal is not supported as audio capable by DC. Reviewed-by: Chao-kai Wang <stylon.wang@amd.com> Acked-by: Roman Li <roman.li@amd.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 2a6a491 commit 0604ffe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/gpu/drm/amd/display/include/signal_types.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ static inline bool dc_is_audio_capable_signal(enum signal_type signal)
132132
{
133133
return (signal == SIGNAL_TYPE_DISPLAY_PORT ||
134134
signal == SIGNAL_TYPE_DISPLAY_PORT_MST ||
135-
signal == SIGNAL_TYPE_VIRTUAL ||
136135
dc_is_hdmi_signal(signal));
137136
}
138137

0 commit comments

Comments
 (0)