Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c198 dc_alloc->vcp_id = target_payload->vcpi; in fill_dc_mst_payload_table_from_drm()
205 if (dc_alloc->vcp_id == target_payload->vcpi) { in fill_dc_mst_payload_table_from_drm()
206 dc_alloc->vcp_id = 0; in fill_dc_mst_payload_table_from_drm()
218 if (dc_alloc->vcp_id > 0 && dc_alloc->slot_count > 0) { in fill_dc_mst_payload_table_from_drm()
221 sa->vcp_id = dc_alloc->vcp_id; in fill_dc_mst_payload_table_from_drm()
/linux/drivers/gpu/drm/amd/display/include/
H A Dlink_service_types.h249 uint8_t vcp_id; member
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1277 if (dc_alloc->vcp_id == in update_mst_stream_alloc_table()
1278 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()
1288 work_table[i].vcp_id = in update_mst_stream_alloc_table()
1289 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()
1350 link->mst_stream_alloc_table.stream_allocations[i].vcp_id); in print_mst_streams()
1562 proposed_table->stream_allocations[0].vcp_id = vc_id; in write_128b_132b_sst_payload_allocation_table()
1688 proposed_table.stream_allocations[0].vcp_id, in update_sst_payload()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1043 uint8_t vcp_id; member