Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-interp.c334 struct ui_file *old_stream; in exec() local
344 old_stream = cli->cli_uiout->set_stream (gdb_stdout); in exec()
346 cli->cli_uiout->set_stream (old_stream); in exec()
/netbsd/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-interp.c334 struct ui_file *old_stream; in exec() local
344 old_stream = cli->cli_uiout->set_stream (gdb_stdout); in exec()
346 cli->cli_uiout->set_stream (old_stream); in exec()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_stream.h260 struct dc_stream_state *old_stream, struct dc_stream_state *stream);
262 struct dc_stream_state *old_stream, struct dc_stream_state *stream);
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_resource.c1570 struct dc_stream_state *old_stream, struct dc_stream_state *stream) in dc_is_stream_unchanged() argument
1573 if (!are_stream_backends_same(old_stream, stream)) in dc_is_stream_unchanged()
1576 if (old_stream->ignore_msa_timing_param != stream->ignore_msa_timing_param) in dc_is_stream_unchanged()
1586 struct dc_stream_state *old_stream, struct dc_stream_state *stream) in dc_is_stream_scaling_unchanged() argument
1588 if (old_stream == stream) in dc_is_stream_scaling_unchanged()
1591 if (old_stream == NULL || stream == NULL) in dc_is_stream_scaling_unchanged()
1594 if (memcmp(&old_stream->src, in dc_is_stream_scaling_unchanged()
1599 if (memcmp(&old_stream->dst, in dc_is_stream_scaling_unchanged()
1703 struct dc_stream_state *old_stream = old_context->streams[i]; in resource_is_stream_unchanged() local
1705 if (are_stream_backends_same(old_stream, stream)) in resource_is_stream_unchanged()
H A Damdgpu_dc.c781 struct dc_stream_state *old_stream = in disable_dangling_plane() local
786 if (old_stream == context->streams[j]) { in disable_dangling_plane()
791 if (should_disable && old_stream) { in disable_dangling_plane()
792 dc_rem_all_planes_for_stream(dc, old_stream, dangling_context); in disable_dangling_plane()
793 disable_all_writeback_pipes_for_stream(dc, old_stream, dangling_context); in disable_dangling_plane()
795 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context); in disable_dangling_plane()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dz80-dis.c720 void *old_stream; in suffix() local
747 old_stream = info->stream; in suffix()
754 info->stream = old_stream; in suffix()
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dz80-dis.c777 void *old_stream; in suffix() local
804 old_stream = info->stream; in suffix()
812 info->stream = old_stream; in suffix()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dz80-dis.c779 void *old_stream; in suffix() local
806 old_stream = info->stream; in suffix()
814 info->stream = old_stream; in suffix()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dz80-dis.c777 void *old_stream; in suffix() local
804 old_stream = info->stream; in suffix()
812 info->stream = old_stream; in suffix()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c3026 struct dc_stream_state *old_stream) in modeset_required() argument
3768 const struct dc_stream_state *old_stream) in fill_stream_properties_from_drm_display_mode() argument
3803 if(old_stream) { in fill_stream_properties_from_drm_display_mode()
3804 timing_out->vic = old_stream->timing.vic; in fill_stream_properties_from_drm_display_mode()
3805 timing_out->flags.HSYNC_POSITIVE_POLARITY = old_stream->timing.flags.HSYNC_POSITIVE_POLARITY; in fill_stream_properties_from_drm_display_mode()
3806 timing_out->flags.VSYNC_POSITIVE_POLARITY = old_stream->timing.flags.VSYNC_POSITIVE_POLARITY; in fill_stream_properties_from_drm_display_mode()
4005 const struct dc_stream_state *old_stream) in create_stream_for_sink() argument
4093 &mode, &aconnector->base, con_state, old_stream); in create_stream_for_sink()