]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit173154895f8b57a0b5a6f0bb922db4a595b7ba8a
treeb2d18770bd25a8f46aa7632565797415f8dbc1af
parentc3dea6292c78208855d55e4949030d3ba2c2c158
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