Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/accessories/
Dlink_fpga.c71 proposed_table.stream_allocations[i].vcp_id = i+1; in dp_fpga_hpo_enable_link_and_stream()
81 proposed_table.stream_allocations[0].vcp_id = vc_id; in dp_fpga_hpo_enable_link_and_stream()
/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_helpers.c177 dc_alloc->vcp_id = target_payload->vcpi; in fill_dc_mst_payload_table_from_drm()
184 if (dc_alloc->vcp_id == target_payload->vcpi) { in fill_dc_mst_payload_table_from_drm()
185 dc_alloc->vcp_id = 0; in fill_dc_mst_payload_table_from_drm()
197 if (dc_alloc->vcp_id > 0 && dc_alloc->slot_count > 0) { in fill_dc_mst_payload_table_from_drm()
200 sa->vcp_id = dc_alloc->vcp_id; in fill_dc_mst_payload_table_from_drm()
236 if (dc_alloc->vcp_id == new_payload->vcpi) { in dm_helpers_construct_old_payload()
/linux-6.6.21/drivers/gpu/drm/amd/display/include/
Dlink_service_types.h239 uint8_t vcp_id; member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c1198 if (dc_alloc->vcp_id == in update_mst_stream_alloc_table()
1199 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
1209 work_table[i].vcp_id = in update_mst_stream_alloc_table()
1210 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
1307 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in deallocate_mst_payload_with_temp_drm_wa()
1407 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in deallocate_mst_payload()
1489 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in allocate_mst_payload()
1589 proposed_table->stream_allocations[0].vcp_id = vc_id; in write_128b_132b_sst_payload_allocation_table()
1715 proposed_table.stream_allocations[0].vcp_id, in update_sst_payload()
1814 link->mst_stream_alloc_table.stream_allocations[i].vcp_id, in link_reduce_mst_payload()
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/
Ddc_types.h991 uint8_t vcp_id; member