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.c245 struct link_mst_stream_allocation *dc_alloc; in fill_dc_mst_payload_table_from_drm() local
249 dc_alloc = in fill_dc_mst_payload_table_from_drm()
251 dc_alloc->vcp_id = target_payload->vcpi; in fill_dc_mst_payload_table_from_drm()
252 dc_alloc->slot_count = target_payload->time_slots; in fill_dc_mst_payload_table_from_drm()
255 dc_alloc = in fill_dc_mst_payload_table_from_drm()
258 if (dc_alloc->vcp_id == target_payload->vcpi) { in fill_dc_mst_payload_table_from_drm()
259 dc_alloc->vcp_id = 0; in fill_dc_mst_payload_table_from_drm()
260 dc_alloc->slot_count = 0; in fill_dc_mst_payload_table_from_drm()
269 dc_alloc = in fill_dc_mst_payload_table_from_drm()
271 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.c1203 struct link_mst_stream_allocation *dc_alloc; in update_mst_stream_alloc_table() local
1216 dc_alloc = in update_mst_stream_alloc_table()
1219 if (dc_alloc->vcp_id == in update_mst_stream_alloc_table()
1222 work_table[i] = *dc_alloc; in update_mst_stream_alloc_table()