Home
last modified time | relevance | path

Searched refs:UHBR10_20_CAPABILITY (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_dp_types.h1033 uint8_t UHBR10_20_CAPABILITY :2; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_dp.c3025 if (link->dpcd_caps.cable_id.bits.UHBR10_20_CAPABILITY & DP_UHBR20) in get_cable_max_link_rate()
3029 else if (link->dpcd_caps.cable_id.bits.UHBR10_20_CAPABILITY & DP_UHBR10) in get_cable_max_link_rate()
5208 out.bits.UHBR10_20_CAPABILITY = MIN(a->bits.UHBR10_20_CAPABILITY, in intersect_cable_id()
5209 b->bits.UHBR10_20_CAPABILITY); in intersect_cable_id()
/linux-6.1.9/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h3125 …uint8_t UHBR10_20_CAPABILITY :2; /**< b'01 for UHBR10 support, b'10 for both UHBR10 and UHBR20 sup… member