]> Git Repo - linux.git/commitdiff
drm/amd/display: Revert "drm/amd/display: allow edp updates for virtual signal"
authorAlex Hung <[email protected]>
Tue, 3 Oct 2023 15:48:11 +0000 (09:48 -0600)
committerAlex Deucher <[email protected]>
Thu, 26 Oct 2023 22:58:14 +0000 (18:58 -0400)
This reverts commit 4ad3ee5ccc77aa3f9d702f7b9ad4d9cfeca6c443.

[WHY & HOW]
Virtual signal is not supported as audio capable by DC.

Reviewed-by: Chao-kai Wang <[email protected]>
Acked-by: Roman Li <[email protected]>
Signed-off-by: Alex Hung <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/include/signal_types.h

index 325c5ba4c82a60030ea2ef4b93269375946bd36d..1b14b17a79c7f62eccd02be3b14467da77fac4fb 100644 (file)
@@ -132,7 +132,6 @@ static inline bool dc_is_audio_capable_signal(enum signal_type signal)
 {
        return (signal == SIGNAL_TYPE_DISPLAY_PORT ||
                signal == SIGNAL_TYPE_DISPLAY_PORT_MST ||
-               signal == SIGNAL_TYPE_VIRTUAL ||
                dc_is_hdmi_signal(signal));
 }
 
This page took 0.047279 seconds and 4 git commands to generate.