Searched refs:downstream_ports (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nouveau_dp.c | 87 outp->dp.downstream_ports); in nouveau_dp_probe_dpcd() 274 ds_max_dotclock = drm_dp_downstream_max_dotclock(outp->dp.dpcd, outp->dp.downstream_ports); in nv50_dp_mode_valid()
|
D | nouveau_encoder.h | 84 u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]; member
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_dp.c | 2175 intel_dp->downstream_ports[0] & DP_DS_PORT_HPD; in downstream_hpd_needs_d0() 2535 if (!(intel_dp->downstream_ports[2] & DP_PCON_SOURCE_CTL_MODE) || in intel_dp_check_frl_training() 2974 intel_dp->downstream_ports) == 0; in intel_dp_get_dpcd() 4355 intel_dp->downstream_ports[0] & DP_DS_PORT_HPD) { in intel_dp_detect_dpcd() 4369 type = intel_dp->downstream_ports[0] & DP_DS_PORT_TYPE_MASK; in intel_dp_detect_dpcd() 4442 intel_dp->downstream_ports, edid); in intel_dp_update_dfp() 4446 intel_dp->downstream_ports); in intel_dp_update_dfp() 4450 intel_dp->downstream_ports, in intel_dp_update_dfp() 4454 intel_dp->downstream_ports, in intel_dp_update_dfp() 4459 intel_dp->downstream_ports); in intel_dp_update_dfp() [all …]
|
D | intel_display_types.h | 1631 u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]; member
|
D | intel_display_debugfs.c | 528 drm_dp_downstream_debug(m, intel_dp->dpcd, intel_dp->downstream_ports, in intel_dp_info()
|
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
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()
|
D | amdgpu_mode.h | 463 u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]; member
|
D | amdgpu_connectors.c | 1431 amdgpu_dig_connector->downstream_ports); in amdgpu_connector_dp_detect()
|
/linux-6.1.9/include/drm/display/ |
D | drm_dp_helper.h | 493 u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]);
|
/linux-6.1.9/drivers/gpu/drm/display/ |
D | drm_dp_helper.c | 973 u8 downstream_ports[DP_MAX_DOWNSTREAM_PORTS]) in drm_dp_read_downstream_info() 978 memset(downstream_ports, 0, DP_MAX_DOWNSTREAM_PORTS); in drm_dp_read_downstream_info() 995 ret = drm_dp_dpcd_read(aux, DP_DOWNSTREAM_PORT_0, downstream_ports, len); in drm_dp_read_downstream_info() 1001 drm_dbg_kms(aux->drm_dev, "%s: DPCD DFP: %*ph\n", aux->name, len, downstream_ports); in drm_dp_read_downstream_info()
|