Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_helpers.c137 struct link_mst_stream_allocation *dc_alloc; in fill_dc_mst_payload_table_from_drm() local
141 dc_alloc = in fill_dc_mst_payload_table_from_drm()
143 dc_alloc->vcp_id = target_payload->vcpi; in fill_dc_mst_payload_table_from_drm()
147 dc_alloc = in fill_dc_mst_payload_table_from_drm()
150 if (dc_alloc->vcp_id == target_payload->vcpi) { in fill_dc_mst_payload_table_from_drm()
151 dc_alloc->vcp_id = 0; in fill_dc_mst_payload_table_from_drm()
152 dc_alloc->slot_count = 0; in fill_dc_mst_payload_table_from_drm()
161 dc_alloc = in fill_dc_mst_payload_table_from_drm()
163 if (dc_alloc->vcp_id > 0 && dc_alloc->slot_count > 0) { in fill_dc_mst_payload_table_from_drm()
165 sa->slot_count = dc_alloc->slot_count; in fill_dc_mst_payload_table_from_drm()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/
A Dlink_dpms.c1174 struct link_mst_stream_allocation *dc_alloc; in update_mst_stream_alloc_table() local
1187 dc_alloc = in update_mst_stream_alloc_table()
1190 if (dc_alloc->vcp_id == in update_mst_stream_alloc_table()
1193 work_table[i] = *dc_alloc; in update_mst_stream_alloc_table()

Completed in 8 milliseconds