Home
last modified time | relevance | path

Searched refs:vcp_id (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c141 dc_alloc->vcp_id = target_payload->vcpi; in fill_dc_mst_payload_table_from_drm()
148 if (dc_alloc->vcp_id == target_payload->vcpi) { in fill_dc_mst_payload_table_from_drm()
149 dc_alloc->vcp_id = 0; in fill_dc_mst_payload_table_from_drm()
161 if (dc_alloc->vcp_id > 0 && dc_alloc->slot_count > 0) { in fill_dc_mst_payload_table_from_drm()
164 sa->vcp_id = dc_alloc->vcp_id; in fill_dc_mst_payload_table_from_drm()
/linux-6.1.9/drivers/gpu/drm/amd/display/include/
Dlink_service_types.h260 uint8_t vcp_id; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c3543 if (dc_alloc->vcp_id == in update_mst_stream_alloc_table()
3544 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
3554 work_table[i].vcp_id = in update_mst_stream_alloc_table()
3555 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
3674 proposed_table.stream_allocations[0].vcp_id, in dc_link_update_sst_payload()
3762 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in dc_link_allocate_mst_payload()
3878 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in dc_link_reduce_mst_payload()
3945 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in dc_link_increase_mst_payload()
4063 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in deallocate_mst_payload()
4220 proposed_table.stream_allocations[i].vcp_id = i+1; in fpga_dp_hpo_enable_link_and_stream()
[all …]
Ddc_link_dp.c6886 proposed_table->stream_allocations[0].vcp_id = vc_id; in dpcd_write_128b_132b_sst_payload_allocation_table()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/
Ddc_link.h57 uint8_t vcp_id; member