Home
last modified time | relevance | path

Searched refs:dc_alloc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c231 struct link_mst_stream_allocation *dc_alloc; in fill_dc_mst_payload_table_from_drm() local
235 dc_alloc = in fill_dc_mst_payload_table_from_drm()
237 dc_alloc->vcp_id = target_payload->vcpi; in fill_dc_mst_payload_table_from_drm()
238 dc_alloc->slot_count = target_payload->time_slots; in fill_dc_mst_payload_table_from_drm()
241 dc_alloc = in fill_dc_mst_payload_table_from_drm()
244 if (dc_alloc->vcp_id == target_payload->vcpi) { in fill_dc_mst_payload_table_from_drm()
245 dc_alloc->vcp_id = 0; in fill_dc_mst_payload_table_from_drm()
246 dc_alloc->slot_count = 0; in fill_dc_mst_payload_table_from_drm()
255 dc_alloc = in fill_dc_mst_payload_table_from_drm()
257 if (dc_alloc->vcp_id > 0 && dc_alloc->slot_count > 0) { in fill_dc_mst_payload_table_from_drm()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1124 struct link_mst_stream_allocation *dc_alloc; in update_mst_stream_alloc_table() local
1137 dc_alloc = in update_mst_stream_alloc_table()
1140 if (dc_alloc->vcp_id == in update_mst_stream_alloc_table()
1143 work_table[i] = *dc_alloc; in update_mst_stream_alloc_table()