Home
last modified time | relevance | path

Searched refs:stream_count (Results 1 – 21 of 21) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c834 if (context->stream_count != dc->current_state->stream_count) in context_changed()
849 uint8_t stream_count) in dc_enable_stereo() argument
884 for (i = 0; i < context->stream_count; i++) in dc_commit_state_no_check()
895 for (i = 0; i < context->stream_count; i++) { in dc_commit_state_no_check()
918 if (context->stream_count > 1) { in dc_commit_state_no_check()
924 for (i = 0; i < context->stream_count; i++) { in dc_commit_state_no_check()
963 for (i = 0; i < context->stream_count; i++) in dc_commit_state_no_check()
986 __func__, context->stream_count); in dc_commit_state()
1344 for (i = 0; i < ctx->stream_count; i++) { in stream_get_status()
1568 return dc->current_state->stream_count; in dc_get_current_stream_count()
[all …]
H A Ddc_link.c883 link->mst_stream_alloc_table.stream_count = 0; in dc_link_detect()
2228 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()
2229 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()
2232 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()
2234 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()
2247 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()
2257 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()
2258 proposed_table->stream_count; in update_mst_stream_alloc_table()
2303 link->mst_stream_alloc_table.stream_count); in allocate_mst_payload()
2317 ASSERT(proposed_table.stream_count > 0); in allocate_mst_payload()
[all …]
H A Ddc_resource.c1297 for (i = 0; i < context->stream_count; i++) in dc_add_plane_to_context()
1370 for (i = 0; i < context->stream_count; i++) in dc_remove_plane_from_context()
1447 for (i = 0; i < context->stream_count; i++) in dc_rem_all_planes_for_stream()
1760 new_ctx->stream_count++; in dc_add_stream_to_ctx()
1814 for (i = 0; i < new_ctx->stream_count; i++) in dc_remove_stream_from_ctx()
1824 new_ctx->stream_count--; in dc_remove_stream_from_ctx()
1827 for (; i < new_ctx->stream_count; i++) { in dc_remove_stream_from_ctx()
1847 for (i = 0; i < context->stream_count; i++) { in find_pll_sharable_stream()
1974 for (i = 0; i < context->stream_count; i++) in resource_map_pool_resources()
2016 for (i = 0; i < new_ctx->stream_count; i++) { in dc_validate_global_state()
[all …]
H A Ddc_link_hwss.c166 if (link->mst_stream_alloc_table.stream_count > 0) in dp_disable_link_phy_mst()
H A Ddc_stream.c165 for (i = 0; i < dc->current_state->stream_count; i++) { in dc_stream_get_status()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c147 proposed_table->stream_count = 0; in get_payload_table()
163 proposed_table->stream_count]; in get_payload_table()
167 proposed_table->stream_count++; in get_payload_table()
H A Damdgpu_dm.c2530 int stream_count) in set_master_stream() argument
2534 for (j = 0; j < stream_count; j++) { in set_master_stream()
2546 for (j = 0; j < stream_count; j++) { in set_master_stream()
2556 if (context->stream_count < 2) in dm_enable_per_frame_crtc_master_sync()
2558 for (i = 0; i < context->stream_count ; i++) { in dm_enable_per_frame_crtc_master_sync()
2567 set_master_stream(context->streams, context->stream_count); in dm_enable_per_frame_crtc_master_sync()
/dragonfly/sys/dev/drm/amd/display/include/
H A Dlink_service_types.h168 int stream_count; member
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c1222 if (table->stream_count >= 1) { in dce110_link_encoder_update_mst_stream_allocation_table()
1236 if (table->stream_count >= 2) { in dce110_link_encoder_update_mst_stream_allocation_table()
1250 if (table->stream_count >= 3) { in dce110_link_encoder_update_mst_stream_allocation_table()
1264 if (table->stream_count >= 4) { in dce110_link_encoder_update_mst_stream_allocation_table()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c1176 if (table->stream_count >= 1) { in dcn10_link_encoder_update_mst_stream_allocation_table()
1190 if (table->stream_count >= 2) { in dcn10_link_encoder_update_mst_stream_allocation_table()
1204 if (table->stream_count >= 3) { in dcn10_link_encoder_update_mst_stream_allocation_table()
1218 if (table->stream_count >= 4) { in dcn10_link_encoder_update_mst_stream_allocation_table()
H A Ddcn10_hw_sequencer.c2254 if (dc->current_state->stream_count == 0) { in optimize_shared_resources()
2266 if (dc->current_state->stream_count == 0 && in ready_shared_resources()
2267 context->stream_count != 0) in ready_shared_resources()
2382 if (context->stream_count == 0) in dcn10_set_bandwidth()
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_link.h49 int stream_count; member
H A Ddc_stream.h224 uint8_t stream_count);
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dcore_types.h271 uint8_t stream_count; member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1577 for (i = 0; i < context->stream_count; i++) { in get_link_for_edp_not_in_use()
1833 if (context->stream_count != 1) in should_enable_fbc()
1932 pipe_ctx_old->plane_res.mi, dc->current_state->stream_count); in dce110_reset_hw_ctx_wrap()
2040 if (context->stream_count <= 0) in dce110_apply_ctx_to_hw()
2430 for (j = 0; j < context->stream_count; j++) { in dce110_fill_display_configs()
2481 for (j = 0; j < context->stream_count; j++) { in dce110_get_min_vblank_time_us()
2761 context->stream_count); in dce110_apply_ctx_for_surface()
H A Ddce110_resource.c898 for (i = 0; i < context->stream_count; i++) { in dce110_validate_surface_sets()
1017 context->stream_count); in dce110_acquire_underlay()
/dragonfly/contrib/xz/src/xz/
H A Dlist.c710 print_adv_helper(uint64_t stream_count, uint64_t block_count, in print_adv_helper() argument
718 uint64_to_str(stream_count, 0)); in print_adv_helper()
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c687 context->stream_count >= 2) in hack_bounding_box()
690 if (context->stream_count == 1 && in hack_bounding_box()
988 && context->stream_count == 1 in dcn_validate_bandwidth()
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
H A Ddce100_resource.c749 for (i = 0; i < context->stream_count; i++) { in dce100_validate_surface_sets()
/dragonfly/sys/dev/drm/amd/display/dc/dce112/
H A Ddce112_resource.c875 for (i = 0; i < context->stream_count; i++) { in dce112_validate_surface_sets()
/dragonfly/sys/dev/drm/amd/display/dc/dce80/
H A Ddce80_resource.c753 for (i = 0; i < context->stream_count; i++) { in dce80_validate_surface_sets()