Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c141 &aconnector->mst_port->mst_mgr; in get_payload_table()
188 struct drm_dp_mst_port *mst_port; in dm_helpers_dp_mst_write_payload_allocation_table() local
197 if (!aconnector || !aconnector->mst_port) in dm_helpers_dp_mst_write_payload_allocation_table()
200 mst_mgr = &aconnector->mst_port->mst_mgr; in dm_helpers_dp_mst_write_payload_allocation_table()
205 mst_port = aconnector->port; in dm_helpers_dp_mst_write_payload_allocation_table()
242 ret = drm_dp_mst_allocate_vcpi(mst_mgr, mst_port, pbn, slots); in dm_helpers_dp_mst_write_payload_allocation_table()
248 drm_dp_mst_reset_vcpi_slots(mst_mgr, mst_port); in dm_helpers_dp_mst_write_payload_allocation_table()
289 if (!aconnector || !aconnector->mst_port) in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
292 mst_mgr = &aconnector->mst_port->mst_mgr; in dm_helpers_dp_mst_poll_for_allocation_change_trigger()
312 struct drm_dp_mst_port *mst_port; in dm_helpers_dp_mst_send_payload_allocation() local
[all …]
Damdgpu_dm_mst_types.c169 struct amdgpu_dm_connector *master = aconnector->mst_port; 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()
360 if (aconnector->mst_port == master in dm_dp_add_mst_connector()
363 aconnector, connector->base.id, aconnector->mst_port); in dm_dp_add_mst_connector()
381 aconnector->mst_port = master; in dm_dp_add_mst_connector()
425 aconnector, connector->base.id, aconnector->mst_port); in dm_dp_add_mst_connector()
438 aconnector, connector->base.id, aconnector->mst_port); in dm_dp_destroy_mst_connector()
Damdgpu_dm.h159 struct amdgpu_dm_connector *mst_port; member
Damdgpu_dm.c574 !aconnector->mst_port) { in s3_handle_mst()
765 if (aconnector->mst_port) in dm_resume()
2564 if (aconnector->mst_port) { in create_stream_for_sink()
4920 if (!aconnector || (!aconnector->dc_sink && aconnector->mst_port)) in dm_update_crtcs_state()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_dp_mst.c130 if (radeon_connector->mst_port != mst_conn) in radeon_dp_mst_update_stream_attribs()
190 struct radeon_connector *master = radeon_connector->mst_port; in radeon_dp_mst_get_ddc_modes()
244 struct radeon_connector *master = radeon_connector->mst_port; in radeon_dp_mst_detect()
284 radeon_connector->mst_port = master; in radeon_dp_add_mst_connector()
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()
457 radeon_connector->mst_port->hpd.hpd, true); in radeon_mst_encoder_dpms()
460 radeon_dp_mst_update_stream_attribs(radeon_connector->mst_port, primary); 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_encoders.c256 if (mst_enc->connector == radeon_connector->mst_port) in radeon_get_connector_for_encoder()
Dradeon_mode.h567 struct radeon_connector *mst_port; member
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dp_mst.c310 struct intel_dp *intel_dp = intel_connector->mst_port; in intel_dp_mst_get_ddc_modes()
329 struct intel_dp *intel_dp = intel_connector->mst_port; in intel_dp_mst_detect()
368 struct intel_dp *intel_dp = intel_connector->mst_port; in intel_dp_mst_mode_valid()
402 struct intel_dp *intel_dp = intel_connector->mst_port; in intel_mst_atomic_best_encoder()
466 intel_connector->mst_port = intel_dp; in intel_dp_add_mst_connector()
517 intel_connector->mst_port = NULL; in intel_dp_destroy_mst_connector()
Dintel_hotplug.c532 if (intel_connector->mst_port) in i915_hpd_poll_init_work()
Dintel_drv.h411 struct intel_dp *mst_port; member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h572 struct amdgpu_connector *mst_port; member