Home
last modified time | relevance | path

Searched refs:subvp_prev_use (Results 1 – 3 of 3) 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.c2110 bool subvp_prev_use = false; in dc_commit_state_no_check() local
2119 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in dc_commit_state_no_check()
2120 if (subvp_prev_use) in dc_commit_state_no_check()
2152 dc->hwss.subvp_pipe_control_lock(dc, context, true, true, NULL, subvp_prev_use); in dc_commit_state_no_check()
2223 dc->hwss.subvp_pipe_control_lock(dc, context, false, true, NULL, subvp_prev_use); in dc_commit_state_no_check()
4050 bool subvp_prev_use = false; in commit_planes_for_stream() local
4059 subvp_prev_use = false; in commit_planes_for_stream()
4105 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in commit_planes_for_stream()
4106 if (subvp_prev_use) in commit_planes_for_stream()
4156 dc->hwss.subvp_pipe_control_lock(dc, context, true, should_lock_all_pipes, NULL, subvp_prev_use); in commit_planes_for_stream()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h412 bool subvp_prev_use);