Home
last modified time | relevance | path

Searched refs:mst_mgr (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c140 struct drm_dp_mst_topology_mgr *mst_mgr = in get_payload_table() local
141 &aconnector->mst_port->mst_mgr; in get_payload_table()
143 mutex_lock(&mst_mgr->payload_lock); in get_payload_table()
148 for (i = 0; i < mst_mgr->max_payloads; i++) { in get_payload_table()
149 if (mst_mgr->payloads[i].num_slots == 0) in get_payload_table()
152 ASSERT(mst_mgr->payloads[i].payload_state != in get_payload_table()
155 if (mst_mgr->payloads[i].payload_state == DP_PAYLOAD_LOCAL || in get_payload_table()
156 mst_mgr->payloads[i].payload_state == in get_payload_table()
163 sa->slot_count = mst_mgr->payloads[i].num_slots; in get_payload_table()
164 sa->vcp_id = mst_mgr->proposed_vcpis[i]->vcpi; in get_payload_table()
[all …]
Damdgpu_dm_mst_types.c174 &master->mst_mgr, in dm_dp_mst_detect()
251 edid = drm_dp_mst_get_edid(connector, &aconnector->mst_port->mst_mgr, aconnector->port); in dm_dp_mst_get_modes()
350 struct amdgpu_dm_connector *master = container_of(mgr, struct amdgpu_dm_connector, mst_mgr); in dm_dp_add_mst_connector()
453 struct amdgpu_dm_connector *master = container_of(mgr, struct amdgpu_dm_connector, mst_mgr); in dm_dp_mst_hotplug()
499 aconnector->mst_mgr.cbs = &dm_mst_cbs; in amdgpu_dm_initialize_dp_connector()
501 &aconnector->mst_mgr, in amdgpu_dm_initialize_dp_connector()
Damdgpu_dm.h156 struct drm_dp_mst_topology_mgr mst_mgr; member
Damdgpu_dm.c540 aconnector->mst_mgr.aux) { in detect_mst_link_for_all_connectors()
544 ret = drm_dp_mst_topology_mgr_set_mst(&aconnector->mst_mgr, true); in detect_mst_link_for_all_connectors()
577 drm_dp_mst_topology_mgr_suspend(&aconnector->mst_mgr); in s3_handle_mst()
579 drm_dp_mst_topology_mgr_resume(&aconnector->mst_mgr); in s3_handle_mst()
910 if (aconnector->mst_mgr.mst_state == true) in amdgpu_dm_update_connector_after_detect()
1090 if (aconnector->mst_mgr.mst_state) in dm_handle_hpd_rx_irq()
1092 &aconnector->mst_mgr, in dm_handle_hpd_rx_irq()
1136 bool is_mst_root_connector = aconnector->mst_mgr.mst_state; in handle_hpd_rx_irq()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp_mst.c73 if (drm_dp_mst_port_has_audio(&intel_dp->mst_mgr, connector->port)) in intel_dp_mst_compute_config()
79 slots = drm_dp_atomic_find_vcpi_slots(state, &intel_dp->mst_mgr, in intel_dp_mst_compute_config()
124 mgr = &enc_to_mst(old_encoder)->primary->dp.mst_mgr; in intel_dp_mst_atomic_check()
148 drm_dp_mst_reset_vcpi_slots(&intel_dp->mst_mgr, connector->port); in intel_mst_disable_dp()
150 ret = drm_dp_update_payload_part1(&intel_dp->mst_mgr); in intel_mst_disable_dp()
172 drm_dp_check_act_status(&intel_dp->mst_mgr); in intel_mst_post_disable_dp()
174 drm_dp_update_payload_part2(&intel_dp->mst_mgr); in intel_mst_post_disable_dp()
176 drm_dp_mst_deallocate_vcpi(&intel_dp->mst_mgr, connector->port); in intel_mst_post_disable_dp()
182 drm_dp_send_power_updown_phy(&intel_dp->mst_mgr, connector->port, in intel_mst_post_disable_dp()
236 drm_dp_send_power_updown_phy(&intel_dp->mst_mgr, connector->port, true); in intel_mst_pre_enable_dp()
[all …]
Dintel_dp.c3873 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr, in intel_dp_configure_mst()
4106 ret = drm_dp_mst_hpd_irq(&intel_dp->mst_mgr, esi, &handled); in intel_dp_check_mst_status()
4132 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr, intel_dp->is_mst); in intel_dp_check_mst_status()
4678 intel_dp->mst_mgr.mst_state); in intel_dp_long_pulse()
4680 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr, in intel_dp_long_pulse()
5302 intel_dp->is_mst, intel_dp->mst_mgr.mst_state); in intel_dp_hpd_pulse()
5304 drm_dp_mst_topology_mgr_set_mst(&intel_dp->mst_mgr, in intel_dp_hpd_pulse()
6389 drm_dp_mst_topology_mgr_suspend(&intel_dp->mst_mgr); in intel_dp_mst_suspend()
6409 ret = drm_dp_mst_topology_mgr_resume(&intel_dp->mst_mgr); in intel_dp_mst_resume()
Dintel_drv.h1135 struct drm_dp_mst_topology_mgr mst_mgr; member
Di915_debugfs.c3001 bool has_audio = drm_dp_mst_port_has_audio(&intel_dp->mst_mgr, in intel_dp_mst_info()
3561 drm_dp_mst_dump_topology(m, &intel_dig_port->dp.mst_mgr); in i915_dp_mst_info()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c140 new_attribs[idx].slots = drm_dp_mst_get_vcpi_slots(&mst_conn->mst_mgr, mst_enc->port); in radeon_dp_mst_update_stream_attribs()
194 edid = drm_dp_mst_get_edid(connector, &master->mst_mgr, radeon_connector->port); in radeon_dp_mst_get_ddc_modes()
246 return drm_dp_mst_detect_port(connector, &master->mst_mgr, radeon_connector->port); in radeon_dp_mst_detect()
272 struct radeon_connector *master = container_of(mgr, struct radeon_connector, mst_mgr); in radeon_dp_add_mst_connector()
311 struct radeon_connector *master = container_of(mgr, struct radeon_connector, mst_mgr); in radeon_dp_destroy_mst_connector()
325 struct radeon_connector *master = container_of(mgr, struct radeon_connector, mst_mgr); in radeon_dp_mst_hotplug()
449 slots = drm_dp_find_vcpi_slots(&radeon_connector->mst_port->mst_mgr, in radeon_mst_encoder_dpms()
451 ret = drm_dp_mst_allocate_vcpi(&radeon_connector->mst_port->mst_mgr, in radeon_mst_encoder_dpms()
454 ret = drm_dp_update_payload_part1(&radeon_connector->mst_port->mst_mgr); in radeon_mst_encoder_dpms()
463 fixed_pbn_per_slot = drm_int2fixp(radeon_connector->mst_port->mst_mgr.pbn_div); in radeon_mst_encoder_dpms()
[all …]
Dradeon_mode.h569 struct drm_dp_mst_topology_mgr mst_mgr; member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h569 struct drm_dp_mst_topology_mgr mst_mgr; member