drm/dp_mst: add passthrough_aux to struct drm_dp_mst_port
authorHamza Mahfooz <hamza.mahfooz@amd.com>
Thu, 4 Aug 2022 18:06:55 +0000 (14:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Aug 2022 22:14:32 +0000 (18:14 -0400)
commit34f667634a0dcee26d9873ab1c819bdd6cdf485a
treeb2d18770bd25a8f46aa7632565797415f8dbc1af
parent33fa4f1df53076d0078be091d5a88d457de54936
drm/dp_mst: add passthrough_aux to struct drm_dp_mst_port

Currently, there is no way to identify if DSC pass-through can be
enabled and what aux DSC pass-through requests ought to be sent to. So,
add a variable to struct drm_dp_mst_port that keeps track of the
aforementioned information.

Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/display/drm_dp_mst_topology.c
include/drm/display/drm_dp.h
include/drm/display/drm_dp_mst_helper.h