Home
last modified time | relevance | path

Searched refs:subvp_prev_use (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.h85 bool subvp_prev_use);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2209 bool subvp_prev_use = false; in dc_commit_state_no_check() local
2218 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in dc_commit_state_no_check()
2219 if (subvp_prev_use) in dc_commit_state_no_check()
2259 dc->hwss.subvp_pipe_control_lock(dc, context, true, true, NULL, subvp_prev_use); in dc_commit_state_no_check()
2336 dc->hwss.subvp_pipe_control_lock(dc, context, false, true, NULL, subvp_prev_use); in dc_commit_state_no_check()
4242 bool subvp_prev_use = false; in commit_planes_for_stream() local
4251 subvp_prev_use = false; in commit_planes_for_stream()
4297 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in commit_planes_for_stream()
4298 if (subvp_prev_use) in commit_planes_for_stream()
4348 dc->hwss.subvp_pipe_control_lock(dc, context, true, should_lock_all_pipes, NULL, subvp_prev_use); in commit_planes_for_stream()
[all …]