Home
last modified time | relevance | path

Searched refs:stream2 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c438 struct dc_stream_state *stream2) in resource_are_vblanks_synchronizable() argument
448 dc_is_dp_signal(stream2->signal) && in resource_are_vblanks_synchronizable()
450 false == stream2->has_non_synchronizable_pclk && in resource_are_vblanks_synchronizable()
452 stream2->timing.flags.VBLANK_SYNCHRONIZABLE) { in resource_are_vblanks_synchronizable()
457 if (stream2->timing.pix_clk_100hz*100/stream2->timing.h_total/ in resource_are_vblanks_synchronizable()
458 stream2->timing.v_total > 60) in resource_are_vblanks_synchronizable()
463 stream2->timing.pix_clk_100hz; in resource_are_vblanks_synchronizable()
465 frame_time_diff = div_u64(frame_time_diff, stream2->timing.h_total); in resource_are_vblanks_synchronizable()
466 frame_time_diff = div_u64(frame_time_diff, stream2->timing.v_total); in resource_are_vblanks_synchronizable()
481 struct dc_stream_state *stream2) in resource_are_streams_timing_synchronizable() argument
[all …]
/Linux-v5.15/sound/soc/ti/
Domap-mcpdm.c270 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcpdm_dai_shutdown() local
283 if (mcpdm->latency[stream2]) in omap_mcpdm_dai_shutdown()
285 mcpdm->latency[stream2]); in omap_mcpdm_dai_shutdown()
382 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcpdm_prepare() local
383 int latency = mcpdm->latency[stream2]; in omap_mcpdm_prepare()
Domap-mcbsp.c830 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_shutdown() local
832 if (mcbsp->latency[stream2]) in omap_mcbsp_dai_shutdown()
834 mcbsp->latency[stream2]); in omap_mcbsp_dai_shutdown()
853 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_prepare() local
854 int latency = mcbsp->latency[stream2]; in omap_mcbsp_dai_prepare()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h117 struct dc_stream_state *stream2);
121 struct dc_stream_state *stream2);