HomeSort by: relevance | last modified time | path
    Searched refs:old_stream (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_stream.h 260 struct dc_stream_state *old_stream, struct dc_stream_state *stream);
262 struct dc_stream_state *old_stream, struct dc_stream_state *stream);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 1570 struct dc_stream_state *old_stream, struct dc_stream_state *stream)
1573 if (!are_stream_backends_same(old_stream, stream))
1576 if (old_stream->ignore_msa_timing_param != stream->ignore_msa_timing_param)
1586 struct dc_stream_state *old_stream, struct dc_stream_state *stream)
1588 if (old_stream == stream)
1591 if (old_stream == NULL || stream == NULL)
1594 if (memcmp(&old_stream->src,
1599 if (memcmp(&old_stream->dst,
1703 struct dc_stream_state *old_stream = old_context->streams[i]; local in function:resource_is_stream_unchanged
1705 if (are_stream_backends_same(old_stream, stream)
    [all...]
amdgpu_dc.c 781 struct dc_stream_state *old_stream = local in function:disable_dangling_plane
786 if (old_stream == context->streams[j]) {
791 if (should_disable && old_stream) {
792 dc_rem_all_planes_for_stream(dc, old_stream, dangling_context);
793 disable_all_writeback_pipes_for_stream(dc, old_stream, dangling_context);
795 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 3026 struct dc_stream_state *old_stream)
3768 const struct dc_stream_state *old_stream)
3803 if(old_stream) {
3804 timing_out->vic = old_stream->timing.vic;
3805 timing_out->flags.HSYNC_POSITIVE_POLARITY = old_stream->timing.flags.HSYNC_POSITIVE_POLARITY;
3806 timing_out->flags.VSYNC_POSITIVE_POLARITY = old_stream->timing.flags.VSYNC_POSITIVE_POLARITY;
4005 const struct dc_stream_state *old_stream)
4093 &mode, &aconnector->base, con_state, old_stream);

Completed in 270 milliseconds