HomeSort by: relevance | last modified time | path
    Searched defs:ds_port (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c 3016 union dp_downstream_port_present ds_port = { .byte = data }; local in function:get_active_converter_info
3020 if (!ds_port.fields.PORT_PRESENT) {
3029 if (ds_port.fields.PORT_TYPE == DOWNSTREAM_DP) {
3034 link->dpcd_caps.is_branch_dev = ds_port.fields.PORT_PRESENT;
3037 switch (ds_port.fields.PORT_TYPE) {
3078 if (ds_port.fields.DETAILED_CAPS) {
3189 union dp_downstream_port_present ds_port = { 0 }; local in function:retrieve_link_cap
3348 ds_port.byte = dpcd_data[DP_DOWNSTREAMPORT_PRESENT -
3353 get_active_converter_info(ds_port.byte, link);
3456 union dp_downstream_port_present ds_port = { 0 } local in function:dp_overwrite_extended_receiver_cap
    [all...]

Completed in 14 milliseconds