old_stream       2583 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 			     struct dc_stream_state *old_stream)
old_stream       3326 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	const struct dc_stream_state *old_stream)
old_stream       3353 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 	if(old_stream) {
old_stream       3354 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		timing_out->vic = old_stream->timing.vic;
old_stream       3355 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		timing_out->flags.HSYNC_POSITIVE_POLARITY = old_stream->timing.flags.HSYNC_POSITIVE_POLARITY;
old_stream       3356 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		timing_out->flags.VSYNC_POSITIVE_POLARITY = old_stream->timing.flags.VSYNC_POSITIVE_POLARITY;
old_stream       3548 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 		       const struct dc_stream_state *old_stream)
old_stream       3633 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 			&mode, &aconnector->base, con_state, old_stream);
old_stream        755 drivers/gpu/drm/amd/display/dc/core/dc.c 		struct dc_stream_state *old_stream =
old_stream        760 drivers/gpu/drm/amd/display/dc/core/dc.c 			if (old_stream == context->streams[j]) {
old_stream        765 drivers/gpu/drm/amd/display/dc/core/dc.c 		if (should_disable && old_stream) {
old_stream        766 drivers/gpu/drm/amd/display/dc/core/dc.c 			dc_rem_all_planes_for_stream(dc, old_stream, dangling_context);
old_stream        768 drivers/gpu/drm/amd/display/dc/core/dc.c 			disable_all_writeback_pipes_for_stream(dc, old_stream, dangling_context);
old_stream        770 drivers/gpu/drm/amd/display/dc/core/dc.c 			dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context);
old_stream       1540 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	struct dc_stream_state *old_stream, struct dc_stream_state *stream)
old_stream       1543 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (!are_stream_backends_same(old_stream, stream))
old_stream       1546 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (old_stream->ignore_msa_timing_param != stream->ignore_msa_timing_param)
old_stream       1556 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	struct dc_stream_state *old_stream, struct dc_stream_state *stream)
old_stream       1558 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (old_stream == stream)
old_stream       1561 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (old_stream == NULL || stream == NULL)
old_stream       1564 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (memcmp(&old_stream->src,
old_stream       1569 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (memcmp(&old_stream->dst,
old_stream       1672 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		struct dc_stream_state *old_stream = old_context->streams[i];
old_stream       1674 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		if (are_stream_backends_same(old_stream, stream))
old_stream        250 drivers/gpu/drm/amd/display/dc/dc_stream.h 	struct dc_stream_state *old_stream, struct dc_stream_state *stream);
old_stream        252 drivers/gpu/drm/amd/display/dc/dc_stream.h 	struct dc_stream_state *old_stream, struct dc_stream_state *stream);