HomeSort by: relevance | last modified time | path
    Searched defs:proposed_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c 2665 const struct dp_mst_stream_allocation_table *proposed_table)
2674 /* if DRM proposed_table has more than one new payload */
2675 ASSERT(proposed_table->stream_count -
2678 /* copy proposed_table to link, add stream encoder */
2679 for (i = 0; i < proposed_table->stream_count; i++) {
2686 proposed_table->stream_allocations[i].vcp_id) {
2696 proposed_table->stream_allocations[i].vcp_id;
2698 proposed_table->stream_allocations[i].slot_count;
2705 proposed_table->stream_count;
2720 struct dp_mst_stream_allocation_table proposed_table = {0} local in function:dc_link_allocate_mst_payload
2803 struct dp_mst_stream_allocation_table proposed_table = {0}; local in function:deallocate_mst_payload
    [all...]
amdgpu_dc_link.c 2665 const struct dp_mst_stream_allocation_table *proposed_table)
2674 /* if DRM proposed_table has more than one new payload */
2675 ASSERT(proposed_table->stream_count -
2678 /* copy proposed_table to link, add stream encoder */
2679 for (i = 0; i < proposed_table->stream_count; i++) {
2686 proposed_table->stream_allocations[i].vcp_id) {
2696 proposed_table->stream_allocations[i].vcp_id;
2698 proposed_table->stream_allocations[i].slot_count;
2705 proposed_table->stream_count;
2720 struct dp_mst_stream_allocation_table proposed_table = {0} local in function:dc_link_allocate_mst_payload
2803 struct dp_mst_stream_allocation_table proposed_table = {0}; local in function:deallocate_mst_payload
    [all...]

Completed in 27 milliseconds