Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/link/
Dlink_hwss_dpia.c38 uint8_t mst_alloc_slots = 0, prev_mst_slots_in_use = 0xFF; in update_dpia_stream_allocation_table() local
43 mst_alloc_slots += table->stream_allocations[i].slot_count; in update_dpia_stream_allocation_table()
46 mst_alloc_slots, &prev_mst_slots_in_use); in update_dpia_stream_allocation_table()
49 status, mst_alloc_slots, prev_mst_slots_in_use); in update_dpia_stream_allocation_table()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/
Ddc.h1458 uint8_t mst_alloc_slots,
/linux-5.19.10/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h1072 uint8_t mst_alloc_slots; /* mst slots to be allotted */ member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/core/
Ddc.c3955 uint8_t mst_alloc_slots, in dc_process_dmub_set_mst_slots() argument
3966 cmd.set_mst_alloc_slots.mst_slots_control.mst_alloc_slots = mst_alloc_slots; in dc_process_dmub_set_mst_slots()