Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
H A Ddrm_dp_helper.c459 int type = port_cap[0] & DP_DS_PORT_TYPE_MASK; in drm_dp_downstream_max_clock()
490 int type = port_cap[0] & DP_DS_PORT_TYPE_MASK; in drm_dp_downstream_max_bpc()
553 int type = port_cap[0] & DP_DS_PORT_TYPE_MASK; in drm_dp_downstream_debug()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_dp_helper.h314 # define DP_DS_PORT_TYPE_MASK (7 << 0) macro
/dragonfly/sys/dev/drm/i915/
H A Dintel_dp.c205 int type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK; in intel_dp_downstream_max_dotclock()
4424 type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK; in intel_dp_detect_dpcd()