/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
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);
|
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);
|
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_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...] |