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.c192 struct link_mst_stream_allocation *dc_alloc; in fill_dc_mst_payload_table_from_drm() local
196 dc_alloc = in fill_dc_mst_payload_table_from_drm()
198 dc_alloc->vcp_id = target_payload->vcpi; in fill_dc_mst_payload_table_from_drm()
199 dc_alloc->slot_count = target_payload->time_slots; in fill_dc_mst_payload_table_from_drm()
202 dc_alloc = 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()
207 dc_alloc->slot_count = 0; in fill_dc_mst_payload_table_from_drm()
216 dc_alloc = 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()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1259 struct link_mst_stream_allocation *dc_alloc; in update_mst_stream_alloc_table() local
1272 dc_alloc = in update_mst_stream_alloc_table()
1275 if (dc_alloc->vcp_id == in update_mst_stream_alloc_table()
1278 work_table[i] = *dc_alloc; in update_mst_stream_alloc_table()