Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_fpga.c40 uint8_t req_slot_count = 0; in dp_fpga_hpo_enable_link_and_stream() local
69 req_slot_count = dc_fixpt_ceil(avg_time_slots_per_mtp); in dp_fpga_hpo_enable_link_and_stream()
70 proposed_table.stream_allocations[i].slot_count = req_slot_count; in dp_fpga_hpo_enable_link_and_stream()
78 req_slot_count = dc_fixpt_ceil(avg_time_slots_per_mtp); in dp_fpga_hpo_enable_link_and_stream()
80 proposed_table.stream_allocations[0].slot_count = req_slot_count; in dp_fpga_hpo_enable_link_and_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1569 uint8_t req_slot_count = 0; in write_128b_132b_sst_payload_allocation_table() local
1578 req_slot_count = dc_fixpt_ceil(avg_time_slots_per_mtp); in write_128b_132b_sst_payload_allocation_table()
1580 ASSERT(req_slot_count <= MAX_MTP_SLOT_COUNT); in write_128b_132b_sst_payload_allocation_table()
1581 if (req_slot_count > MAX_MTP_SLOT_COUNT) in write_128b_132b_sst_payload_allocation_table()
1588 proposed_table->stream_allocations[0].slot_count = req_slot_count; in write_128b_132b_sst_payload_allocation_table()
1620 &req_slot_count, in write_128b_132b_sst_payload_allocation_table()