Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c181 dc_alloc->vcp_id = target_payload->vcpi; in fill_dc_mst_payload_table_from_drm()
188 if (dc_alloc->vcp_id == target_payload->vcpi) { in fill_dc_mst_payload_table_from_drm()
189 dc_alloc->vcp_id = 0; in fill_dc_mst_payload_table_from_drm()
201 if (dc_alloc->vcp_id > 0 && dc_alloc->slot_count > 0) { in fill_dc_mst_payload_table_from_drm()
204 sa->vcp_id = dc_alloc->vcp_id; in fill_dc_mst_payload_table_from_drm()
240 if (dc_alloc->vcp_id == new_payload->vcpi) { in dm_helpers_construct_old_payload()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A 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 …]
/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Dlink_service_types.h239 uint8_t vcp_id; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h992 uint8_t vcp_id; member