Home
last modified time | relevance | path

Searched refs:stream_descriptor (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c1193 struct vidtv_psi_desc *stream_descriptor; in vidtv_psi_pmt_write_into() local
1258 stream_descriptor = stream->descriptor; in vidtv_psi_pmt_write_into()
1260 while (stream_descriptor) { in vidtv_psi_pmt_write_into()
1263 d_args.desc = stream_descriptor; in vidtv_psi_pmt_write_into()
1269 stream_descriptor = stream_descriptor->next; in vidtv_psi_pmt_write_into()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c7289 const struct dml2_stream_parameters *stream_descriptor; in calculate_pstate_keepout_dst_lines() local
7294stream_descriptor = &display_cfg->stream_descriptors[display_cfg->plane_descriptors[i].stream_inde… in calculate_pstate_keepout_dst_lines()
7297 …rks->DRAMClockChangeWatermark / ((double)stream_descriptor->timing.h_total * 1000.0 / (double)stre… in calculate_pstate_keepout_dst_lines()
7299 if (pstate_keepout_dst_lines[i] > stream_descriptor->timing.v_total - 1) { in calculate_pstate_keepout_dst_lines()
7300 pstate_keepout_dst_lines[i] = stream_descriptor->timing.v_total - 1; in calculate_pstate_keepout_dst_lines()
12798 …const struct dml2_stream_parameters *stream_descriptor = &display_cfg->display_config.stream_descr… in dml2_core_calcs_get_stream_fams2_programming() local
12812 base_programming->htotal = (uint16_t)stream_descriptor->timing.h_total; in dml2_core_calcs_get_stream_fams2_programming()
12813 base_programming->vtotal = (uint16_t)stream_descriptor->timing.v_total; in dml2_core_calcs_get_stream_fams2_programming()
12815 stream_descriptor->timing.v_front_porch); in dml2_core_calcs_get_stream_fams2_programming()
12817 stream_descriptor->timing.v_front_porch - in dml2_core_calcs_get_stream_fams2_programming()
[all …]