Home
last modified time | relevance | path

Searched refs:old_stream (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.h34 struct dc_stream_state *old_stream);
H A Damdgpu_dm.h1053 const struct dc_stream_state *old_stream);
H A Damdgpu_dm_crtc.c63 struct dc_stream_state *old_stream) in amdgpu_dm_crtc_modeset_required() argument
H A Damdgpu_dm.c6334 const struct dc_stream_state *old_stream, in fill_stream_properties_from_drm_display_mode() argument
6376 if (old_stream) { in fill_stream_properties_from_drm_display_mode()
6377 timing_out->vic = old_stream->timing.vic; in fill_stream_properties_from_drm_display_mode()
6378 timing_out->flags.HSYNC_POSITIVE_POLARITY = old_stream->timing.flags.HSYNC_POSITIVE_POLARITY; in fill_stream_properties_from_drm_display_mode()
6379 timing_out->flags.VSYNC_POSITIVE_POLARITY = old_stream->timing.flags.VSYNC_POSITIVE_POLARITY; in fill_stream_properties_from_drm_display_mode()
6887 const struct dc_stream_state *old_stream, in create_stream_for_sink() argument
7002 stream, &mode, connector, con_state, old_stream, in create_stream_for_sink()
7598 const struct dc_stream_state *old_stream) in create_validate_stream_for_sink() argument
7621 dm_state, old_stream, in create_validate_stream_for_sink()
7663 dm_state, old_stream); in create_validate_stream_for_sink()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h367 struct dc_stream_state *old_stream, struct dc_stream_state *stream);
369 struct dc_stream_state *old_stream, struct dc_stream_state *stream);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3450 struct dc_stream_state *old_stream, struct dc_stream_state *stream) in dc_is_stream_unchanged() argument
3452 if (!old_stream || !stream) in dc_is_stream_unchanged()
3455 if (!are_stream_backends_same(old_stream, stream)) in dc_is_stream_unchanged()
3458 if (old_stream->ignore_msa_timing_param != stream->ignore_msa_timing_param) in dc_is_stream_unchanged()
3462 if (memcmp(&old_stream->audio_info, &stream->audio_info, sizeof(stream->audio_info)) != 0) in dc_is_stream_unchanged()
3471 bool dc_is_stream_scaling_unchanged(struct dc_stream_state *old_stream, in dc_is_stream_scaling_unchanged() argument
3474 if (old_stream == stream) in dc_is_stream_scaling_unchanged()
3477 if (old_stream == NULL || stream == NULL) in dc_is_stream_scaling_unchanged()
3480 if (memcmp(&old_stream->src, in dc_is_stream_scaling_unchanged()
3485 if (memcmp(&old_stream in dc_is_stream_scaling_unchanged()
[all...]
H A Ddc.c1303 struct dc_stream_state *old_stream = in disable_dangling_plane() local
1317 if (old_stream == context->streams[j]) { in disable_dangling_plane()
1326 if (old_stream && !dc->current_state->res_ctx.pipe_ctx[i].top_pipe && in disable_dangling_plane()
1337 if (should_disable && old_stream) { in disable_dangling_plane()
1338 bool is_phantom = dc_state_get_stream_subvp_type(dc->current_state, old_stream) == SUBVP_PHANTOM; in disable_dangling_plane()
1356 dc_state_rem_all_phantom_planes_for_stream(dc, old_stream, dangling_context, true); in disable_dangling_plane()
1358 dc_state_rem_all_planes_for_stream(dc, old_stream, dangling_context); in disable_dangling_plane()
1359 disable_all_writeback_pipes_for_stream(dc, old_stream, dangling_context); in disable_dangling_plane()
1368 apply_ctx_interdependent_lock(dc, dc->current_state, old_stream, true); in disable_dangling_plane()
1369 dc->hwss.apply_ctx_for_surface(dc, old_stream, in disable_dangling_plane()
[all...]