Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c186 aconnector->dsc_aux = NULL; in amdgpu_dm_mst_connector_early_unregister()
240 aconnector->dsc_aux = drm_dp_mst_dsc_aux_for_port(port); in validate_dsc_caps_on_connector()
251 if (!aconnector->dsc_aux && !port->parent->port_parent && in validate_dsc_caps_on_connector()
253 aconnector->dsc_aux = &aconnector->mst_root->dm_dp_aux.aux; in validate_dsc_caps_on_connector()
257 aconnector->dsc_aux = port->mgr->aux; in validate_dsc_caps_on_connector()
259 if (!aconnector->dsc_aux) in validate_dsc_caps_on_connector()
262 if (drm_dp_dpcd_read(aconnector->dsc_aux, DP_DSC_SUPPORT, dsc_caps, 16) < 0) in validate_dsc_caps_on_connector()
265 if (drm_dp_dpcd_read(aconnector->dsc_aux, in validate_dsc_caps_on_connector()
282 if (!aconnector->dsc_aux) in retrieve_downstream_port_device()
285 if (drm_dp_dpcd_read(aconnector->dsc_aux, DP_DOWNSTREAMPORT_PRESENT, &ds_port_present, 1) < 0) { in retrieve_downstream_port_device()
[all …]
Damdgpu_dm_helpers.c814 if (!aconnector->dsc_aux) in dm_helpers_dp_write_dsc_enable()
821 aconnector->dsc_aux, stream, enable_dsc); in dm_helpers_dp_write_dsc_enable()
835 ret = drm_dp_dpcd_write(aconnector->dsc_aux, in dm_helpers_dp_write_dsc_enable()
843 ret = drm_dp_dpcd_write(aconnector->dsc_aux, in dm_helpers_dp_write_dsc_enable()
Damdgpu_dm.h699 struct drm_dp_aux *dsc_aux; member
Damdgpu_dm_debugfs.c1373 if (aconnector->dsc_aux) { in dp_dsc_fec_support_show()