Home
last modified time | relevance | path

Searched refs:passthrough_aux (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c810 if (port->passthrough_aux) { in dm_helpers_dp_write_dsc_enable()
811 ret = drm_dp_dpcd_write(port->passthrough_aux, in dm_helpers_dp_write_dsc_enable()
821 (port->passthrough_aux) ? "remote RX" : in dm_helpers_dp_write_dsc_enable()
828 (port->passthrough_aux) ? "remote RX" : in dm_helpers_dp_write_dsc_enable()
832 if (port->passthrough_aux) { in dm_helpers_dp_write_dsc_enable()
833 ret = drm_dp_dpcd_write(port->passthrough_aux, in dm_helpers_dp_write_dsc_enable()
Damdgpu_dm_mst_types.c1614 (aconnector->mst_output_port->passthrough_aux || in dm_dp_mst_is_port_support_mode()
/linux-6.6.21/include/drm/display/
Ddrm_dp_mst_helper.h131 struct drm_dp_aux *passthrough_aux; member
/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c5895 port->passthrough_aux = &immediate_upstream_port->aux; in drm_dp_mst_dsc_aux_for_port()