OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream_count
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dce110/
amdgpu_dce110_clk_mgr.c
102
for (j = 0; j < context->
stream_count
; j++) {
131
for (j = 0; j < context->
stream_count
; j++) {
203
if (ASICREV_IS_VEGA20_P(dc->ctx->asic_id.hw_internal_rev) && (context->
stream_count
>= 2)) {
224
pp_display_cfg->min_dcfclock_khz = (context->
stream_count
> 4) ?
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/
link_service_types.h
180
int
stream_count
;
member in struct:dp_mst_stream_allocation_table
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/
amdgpu_clk_mgr.c
55
for (i = 0; i < context->
stream_count
; i++) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c
785
for (j = 0; j < context->
stream_count
; j++) {
1034
if (context->
stream_count
!= dc->current_state->
stream_count
)
1037
for (i = 0; i < dc->current_state->
stream_count
; i++) {
1166
uint8_t
stream_count
)
1177
for (j = 0 ; pipe && j <
stream_count
; j++) {
1201
for (i = 0; i < context->
stream_count
; i++)
1207
for (i = 0; i < context->
stream_count
; i++) {
1219
for (i = 0; i < context->
stream_count
; i++) {
1240
if (context->
stream_count
> 1 && !dc->debug.disable_timing_sync)
[
all
...]
amdgpu_dc_resource.c
1271
for (i = 0; i < context->
stream_count
; i++)
1348
for (i = 0; i < context->
stream_count
; i++)
1419
for (i = 0; i < context->
stream_count
; i++)
1702
for (i = 0; i < old_context->
stream_count
; i++) {
1723
if (new_ctx->
stream_count
>= dc->res_pool->timing_generator_count) {
1728
new_ctx->streams[new_ctx->
stream_count
] = stream;
1730
new_ctx->
stream_count
++;
1789
for (i = 0; i < new_ctx->
stream_count
; i++)
1799
new_ctx->
stream_count
--;
1802
for (; i < new_ctx->
stream_count
; i++)
[
all
...]
amdgpu_dc_link.c
1046
link->mst_stream_alloc_table.
stream_count
= 0;
1502
for (i = 0; i < state->
stream_count
; i++) {
2053
link->mst_stream_alloc_table.
stream_count
== 0) {
2064
if (link->mst_stream_alloc_table.
stream_count
<= 0)
2675
ASSERT(proposed_table->
stream_count
-
2676
link->mst_stream_alloc_table.
stream_count
< 2);
2679
for (i = 0; i < proposed_table->
stream_count
; i++) {
2681
for (j = 0; j < link->mst_stream_alloc_table.
stream_count
; j++) {
2694
if (j == link->mst_stream_alloc_table.
stream_count
) {
2704
link->mst_stream_alloc_table.
stream_count
[
all
...]
amdgpu_dc_link_hwss.c
242
if (link->mst_stream_alloc_table.
stream_count
> 0)
amdgpu_dc_stream.c
217
for (i = 0; i < state->
stream_count
; i++) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_helpers.c
147
proposed_table->
stream_count
= 0;
163
proposed_table->
stream_count
];
167
proposed_table->
stream_count
++;
amdgpu_dm_mst_types.c
759
for (i = 0; i < dc_state->
stream_count
; i++) {
848
for (i = 0; i < dc_state->
stream_count
; i++)
851
for (i = 0; i < dc_state->
stream_count
; i++) {
875
for (j = 0; j < dc_state->
stream_count
; j++) {
881
for (i = 0; i < dc_state->
stream_count
; i++) {
amdgpu_dm.c
3960
int
stream_count
)
3964
for (j = 0; j <
stream_count
; j++) {
3976
for (j = 0; j <
stream_count
; j++) {
3986
if (context->
stream_count
< 2)
3988
for (i = 0; i < context->
stream_count
; i++) {
3998
set_master_stream(context->streams, context->
stream_count
);
5003
for (j = 0; j < dc_state->
stream_count
; j++) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_link.h
57
int
stream_count
;
member in struct:link_mst_stream_allocation_table
dc_stream.h
382
uint8_t
stream_count
);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_link_encoder.c
1253
if (table->
stream_count
>= 1) {
1267
if (table->
stream_count
>= 2) {
1281
if (table->
stream_count
>= 3) {
1295
if (table->
stream_count
>= 4) {
dce_clk_mgr.c
503
for (j = 0; j < context->
stream_count
; j++) {
554
for (j = 0; j < context->
stream_count
; j++) {
644
pp_display_cfg->min_dcfclock_khz = (context->
stream_count
> 4)?
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_link_encoder.c
1220
if (table->
stream_count
>= 1) {
1234
if (table->
stream_count
>= 2) {
1248
if (table->
stream_count
>= 3) {
1262
if (table->
stream_count
>= 4) {
amdgpu_dcn10_hw_sequencer.c
1138
for (i = 0; i < context->
stream_count
; i++) {
2632
for (i = 0; i < context->
stream_count
; i++) {
2655
if (context->
stream_count
== 0)
2688
if (context->
stream_count
== 0)
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h
366
uint8_t
stream_count
;
member in struct:dc_state
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c
1525
for (i = 0; i < context->
stream_count
; i++) {
1594
for (i = 0; i < context->
stream_count
; i++) {
1799
if (context->
stream_count
!= 1)
1926
pipe_ctx_old->plane_res.mi, dc->current_state->
stream_count
);
2035
if (context->
stream_count
<= 0)
2605
context->
stream_count
);
amdgpu_dce110_resource.c
1030
for (i = 0; i < context->
stream_count
; i++) {
1154
context->
stream_count
);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c
702
context->
stream_count
>= 2)
705
if (context->
stream_count
== 1 &&
1037
&& context->
stream_count
== 1
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dcn21/
amdgpu_rn_clk_mgr.c
70
for (i = 0; i < context->
stream_count
; i++) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce100/
amdgpu_dce100_resource.c
846
for (i = 0; i < context->
stream_count
; i++) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
amdgpu_dce112_resource.c
972
for (i = 0; i < context->
stream_count
; i++) {
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/
amdgpu_dce80_resource.c
880
for (i = 0; i < context->
stream_count
; i++) {
Completed in 48 milliseconds
1
2
Indexes created Wed Oct 01 19:09:53 GMT 2025