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

/linux-master/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; local
45 mst_alloc_slots += table->stream_allocations[i].slot_count;
48 mst_alloc_slots, &prev_mst_slots_in_use);
51 status, mst_alloc_slots, prev_mst_slots_in_use);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2392 uint8_t mst_alloc_slots,
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1788 uint8_t mst_alloc_slots; /* mst slots to be allotted */ member in struct:dmub_cmd_mst_alloc_slots_control_data
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5265 * @mst_alloc_slots: [in] mst slots to be allotted
5275 uint8_t mst_alloc_slots,
5285 cmd.set_mst_alloc_slots.mst_slots_control.mst_alloc_slots = mst_alloc_slots;
5273 dc_process_dmub_set_mst_slots(const struct dc *dc, uint32_t link_index, uint8_t mst_alloc_slots, uint8_t *mst_slots_in_use) argument

Completed in 209 milliseconds