Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/hwss/
H A Dlink_hwss_dpia.c40 uint8_t mst_alloc_slots = 0, prev_mst_slots_in_use = 0xFF; in update_dpia_stream_allocation_table() local
45 mst_alloc_slots += table->stream_allocations[i].slot_count; in update_dpia_stream_allocation_table()
48 mst_alloc_slots, &prev_mst_slots_in_use); in update_dpia_stream_allocation_table()
51 status, mst_alloc_slots, prev_mst_slots_in_use); in update_dpia_stream_allocation_table()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2437 uint8_t mst_alloc_slots,
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1814 uint8_t mst_alloc_slots; /* mst slots to be allotted */ member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5596 uint8_t mst_alloc_slots, in dc_process_dmub_set_mst_slots() argument
5606 cmd.set_mst_alloc_slots.mst_slots_control.mst_alloc_slots = mst_alloc_slots; in dc_process_dmub_set_mst_slots()