Searched refs:dsc_aux (Results 1 – 4 of 4) sorted by relevance
180 aconnector->dsc_aux = drm_dp_mst_dsc_aux_for_port(port); in validate_dsc_caps_on_connector()191 if (!aconnector->dsc_aux && !port->parent->port_parent && in validate_dsc_caps_on_connector()193 aconnector->dsc_aux = &aconnector->mst_port->dm_dp_aux.aux; in validate_dsc_caps_on_connector()195 if (!aconnector->dsc_aux) in validate_dsc_caps_on_connector()198 if (drm_dp_dpcd_read(aconnector->dsc_aux, DP_DSC_SUPPORT, dsc_caps, 16) < 0) in validate_dsc_caps_on_connector()201 if (drm_dp_dpcd_read(aconnector->dsc_aux, in validate_dsc_caps_on_connector()
581 if (!aconnector->dsc_aux) in dm_helpers_dp_write_dsc_enable()584 ret = drm_dp_dpcd_write(aconnector->dsc_aux, DP_DSC_ENABLE, &enable_dsc, 1); in dm_helpers_dp_write_dsc_enable()
585 struct drm_dp_aux *dsc_aux; member
1155 if (aconnector->dsc_aux) { in dp_dsc_fec_support_show()
Completed in 15 milliseconds