Searched refs:downstream_ports (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_dp.c | 86 outp->dp.downstream_ports); in nouveau_dp_probe_dpcd() 296 ds_max_dotclock = drm_dp_downstream_max_dotclock(outp->dp.dpcd, outp->dp.downstream_ports); in nv50_dp_mode_valid()
|
H A D | nouveau_encoder.h | 83 u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]; member
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dp.c | 2436 intel_dp->downstream_ports[0] & DP_DS_PORT_HPD; in downstream_hpd_needs_d0() 2805 if (!(intel_dp->downstream_ports[2] & DP_PCON_SOURCE_CTL_MODE) || in intel_dp_check_frl_training() 3270 intel_dp->downstream_ports) == 0; in intel_dp_get_dpcd() 4653 intel_dp->downstream_ports[0] & DP_DS_PORT_HPD) { in intel_dp_detect_dpcd() 4667 type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK; in intel_dp_detect_dpcd() 4745 intel_dp->downstream_ports, edid); in intel_dp_update_dfp() 4749 intel_dp->downstream_ports); in intel_dp_update_dfp() 4753 intel_dp->downstream_ports, in intel_dp_update_dfp() 4757 intel_dp->downstream_ports, in intel_dp_update_dfp() 4762 intel_dp->downstream_ports); in intel_dp_update_dfp() [all …]
|
H A D | intel_display_types.h | 1715 u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]; member
|
H A D | intel_display_debugfs.c | 242 drm_dp_downstream_debug(m, intel_dp->dpcd, intel_dp->downstream_ports, in intel_dp_info()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | atombios_dp.c | 342 dig_connector->downstream_ports, in amdgpu_atombios_dp_ds_ports() 345 memset(dig_connector->downstream_ports, 0, in amdgpu_atombios_dp_ds_ports()
|
H A D | amdgpu_mode.h | 461 u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]; member
|
H A D | amdgpu_connectors.c | 1471 amdgpu_dig_connector->downstream_ports); in amdgpu_connector_dp_detect()
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_helper.c | 1005 u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]) in drm_dp_read_downstream_info() 1010 memset(downstream_ports, 0, DP_MAX_DOWNSTREAM_PORTS); in drm_dp_read_downstream_info() 1027 ret = drm_dp_dpcd_read(aux, DP_DOWNSTREAM_PORT_0, downstream_ports, len); in drm_dp_read_downstream_info() 1033 drm_dbg_kms(aux->drm_dev, "%s: DPCD DFP: %*ph\n", aux->name, len, downstream_ports); in drm_dp_read_downstream_info()
|
/openbmc/linux/include/drm/display/ |
H A D | drm_dp_helper.h | 511 u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]);
|