]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drm/amd/display: Revert "drm/amd/display: allow edp updates for virtual signal"
authorAlex Hung <alex.hung@amd.com>
Tue, 3 Oct 2023 15:48:11 +0000 (09:48 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
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 <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>
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));
 }