OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proposed_table
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dm_helpers.h
59
struct dp_mst_stream_allocation_table *
proposed_table
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_helpers.c
139
struct dp_mst_stream_allocation_table *
proposed_table
)
147
proposed_table
->stream_count = 0;
162
&
proposed_table
->stream_allocations[
163
proposed_table
->stream_count];
167
proposed_table
->stream_count++;
185
struct dp_mst_stream_allocation_table *
proposed_table
,
232
get_payload_table(aconnector,
proposed_table
);
/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
2803
struct dp_mst_stream_allocation_table
proposed_table
= {0};
local
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026