Searched refs:subvp_prev_use (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.h85 bool subvp_prev_use);
H A Ddcn32_hwseq.c376 bool subvp_prev_use)
401 if ((subvp_in_use && (should_lock_all_pipes || subvp_immediate_flip)) || (!subvp_in_use && subvp_prev_use)) {
371 dcn32_subvp_pipe_control_lock(struct dc *dc, struct dc_state *context, bool lock, bool should_lock_all_pipes, struct pipe_ctx *top_pipe_to_program, bool subvp_prev_use) argument
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1946 bool subvp_prev_use = false; local
1955 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM);
1956 if (subvp_prev_use)
1976 dc->hwss.subvp_pipe_control_lock(dc, context, true, true, NULL, subvp_prev_use);
2034 dc->hwss.subvp_pipe_control_lock(dc, context, false, true, NULL, subvp_prev_use);
3693 bool subvp_prev_use = false; local
3700 subvp_prev_use = false;
3738 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM);
3739 if (subvp_prev_use)
3782 dc->hwss.subvp_pipe_control_lock(dc, context, true, should_lock_all_pipes, NULL, subvp_prev_use);
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h393 bool subvp_prev_use);

Completed in 281 milliseconds