Home
last modified time | relevance | path

Searched refs:old_stream (Results 1 – 5 of 5) 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.h995 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
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h365 struct dc_stream_state *old_stream, struct dc_stream_state *stream);
367 struct dc_stream_state *old_stream, struct dc_stream_state *stream);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1262 struct dc_stream_state *old_stream = in disable_dangling_plane() local
1276 if (old_stream == context->streams[j]) { in disable_dangling_plane()
1285 if (old_stream && !dc->current_state->res_ctx.pipe_ctx[i].top_pipe && in disable_dangling_plane()
1296 if (should_disable && old_stream) { in disable_dangling_plane()
1297 bool is_phantom = dc_state_get_stream_subvp_type(dc->current_state, old_stream) == SUBVP_PHANTOM; in disable_dangling_plane()
1315 dc_state_rem_all_phantom_planes_for_stream(dc, old_stream, dangling_context, true); in disable_dangling_plane()
1317 dc_state_rem_all_planes_for_stream(dc, old_stream, dangling_context); in disable_dangling_plane()
1318 disable_all_writeback_pipes_for_stream(dc, old_stream, dangling_context); in disable_dangling_plane()
1327 apply_ctx_interdependent_lock(dc, dc->current_state, old_stream, true); in disable_dangling_plane()
1328 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context); in disable_dangling_plane()
[all …]