Searched refs:stream_index (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/ |
H A D | dml2_pmo_dcn3.c | 20 …_planes_with_stream_index(struct display_configuation_with_meta *config, unsigned int stream_index) in get_max_reserved_time_on_all_planes_with_stream_index() argument 28 if (plane_descriptor->stream_index == stream_index) in get_max_reserved_time_on_all_planes_with_stream_index() 37 …eam_index(struct display_configuation_with_meta *config, unsigned int stream_index, double reserve… in set_reserved_time_on_all_planes_with_stream_index() argument 44 if (plane_descriptor->stream_index == stream_index) in set_reserved_time_on_all_planes_with_stream_index() 89 …ream_support_info[in_out->optimized_display_cfg->plane_descriptors[i].stream_index].odms_used == 1… in optimize_dcc_mcache_no_odm() 183 …unt_planes_with_stream_index(const struct dml2_display_cfg *display_cfg, unsigned int stream_index) in count_planes_with_stream_index() argument 189 if (display_cfg->plane_descriptors[i].stream_index == stream_index) in count_planes_with_stream_index() 305 …support_info.stream_support_info[display_config->plane_descriptors[i].stream_index].odms_used == 1) in pmo_dcn3_init_for_vmin() 306 …lay_config->stage4.unoptimizable_streams[display_config->plane_descriptors[i].stream_index] = true; in pmo_dcn3_init_for_vmin() 367 int stream_index; in pmo_dcn3_optimize_for_vmin() local [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
H A D | dml21_translation_helper.c | 844 const struct dc_state *context, unsigned int stream_index) in populate_dml21_plane_config_from_plane_state() argument 847 struct dc_stream_state *stream = context->streams[stream_index]; in populate_dml21_plane_config_from_plane_state() 978 plane->stream_index = stream_index; in populate_dml21_plane_config_from_plane_state() 1075 int stream_index, plane_index; in dml21_map_dc_state_into_dml_display_cfg() local 1093 for (stream_index = 0; stream_index < context->stream_count; stream_index++) { in dml21_map_dc_state_into_dml_display_cfg() 1094 …disp_cfg_stream_location = map_stream_to_dml21_display_cfg(dml_ctx, context->streams[stream_index]… in dml21_map_dc_state_into_dml_display_cfg() 1100 …cfg->stream_descriptors[disp_cfg_stream_location].timing, context->streams[stream_index], dml_ctx); in dml21_map_dc_state_into_dml_display_cfg() 1101 …fg->stream_descriptors[disp_cfg_stream_location].timing, &context->res_ctx.pipe_ctx[stream_index]); in dml21_map_dc_state_into_dml_display_cfg() 1102 …sp_cfg_stream_location].output, context->streams[stream_index], &context->res_ctx.pipe_ctx[stream_… in dml21_map_dc_state_into_dml_display_cfg() 1103 …iptors[disp_cfg_stream_location], context->streams[stream_index], &context->stream_status[stream_i… in dml21_map_dc_state_into_dml_display_cfg() [all …]
|
H A D | dml21_utils.h | 30 …m_index(const struct dml2_context *dml_ctx, unsigned int *dml_pipe_idx, unsigned int stream_index);
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_dcn4_calcs.c | 160 …(double)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.bpc; in get_stream_output_bpp() 161 …if (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.dsc.ena… in get_stream_output_bpp() 162 …switch (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].output.out… in get_stream_output_bpp() 177 …} else if (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.… in get_stream_output_bpp() 178 …ble)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.dsc.dsc… in get_stream_output_bpp() 183 … k, display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.dsc.ena… in get_stream_output_bpp() 434 …ble)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.pixel_c… in PixelClockAdjustmentForProgressiveToInterlaceUnit() 435 …if (display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.interla… in PixelClockAdjustmentForProgressiveToInterlaceUnit() 878 …ble)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_activ… in CalculateSwathWidth() 886 … k, display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_index].timing.h_activ… in CalculateSwathWidth() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_utils.c | 467 unsigned int plane_index, stream_index = 0, num_of_streams; in find_planes_per_stream_and_stream_count() local 471 num_of_planes_per_stream[stream_index] += 1; in find_planes_per_stream_and_stream_count() 474 stream_index++; in find_planes_per_stream_and_stream_count() 477 num_of_streams = stream_index + 1; in find_planes_per_stream_and_stream_count() 484 unsigned int num_of_streams = 0, plane_index = 0, max_det_size, stream_index = 0; in dml2_apply_det_buffer_allocation_policy() local 496 …_index] = ((max_det_size / num_of_streams) / num_of_planes_per_stream[stream_index] / in_ctx->det_… in dml2_apply_det_buffer_allocation_policy() 506 stream_index++; in dml2_apply_det_buffer_allocation_policy()
|
/linux/sound/pci/asihpi/ |
H A D | hpi_internal.h | 625 u16 stream_index; /**< outstream or instream index. */ member
|
H A D | hpi6000.c | 1744 hm.obj_index = phm->u.d.u.stream.stream_index; in hw_message()
|
H A D | hpifunc.c | 791 &hm.u.d.u.stream.stream_index)) in hpi_outstream_group_add() 1147 &hm.u.d.u.stream.stream_index)) in hpi_instream_group_add()
|
/linux/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 3831 u8 bitmap = 0, stream_index; in mwl8k_watchdog_ba_events() local 3850 stream_index = (i + MWL8K_WMM_QUEUE_NUMBER) % in mwl8k_watchdog_ba_events() 3852 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events() 3857 mwl8k_destroy_ba(hw, stream_index); in mwl8k_watchdog_ba_events()
|
/linux/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 11059 u32 stream_index, size = prop->size; in gaudi2_gen_wait_cb() local 11062 stream_index = prop->q_idx % 4; in gaudi2_gen_wait_cb() 11064 QM_FENCE2_OFFSET + stream_index * 4; in gaudi2_gen_wait_cb()
|