Searched refs:subvp_prev_use (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 2275 bool subvp_prev_use = false; in dc_commit_state_no_check() local 2284 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in dc_commit_state_no_check() 2285 if (subvp_prev_use) in dc_commit_state_no_check() 2325 dc->hwss.subvp_pipe_control_lock(dc, context, true, true, NULL, subvp_prev_use); in dc_commit_state_no_check() 2402 dc->hwss.subvp_pipe_control_lock(dc, context, false, true, NULL, subvp_prev_use); in dc_commit_state_no_check() 4873 bool subvp_prev_use = false; in commit_planes_for_stream() local 4882 subvp_prev_use = false; in commit_planes_for_stream() 4928 subvp_prev_use |= (dc_state_get_pipe_subvp_type(dc->current_state, old_pipe) == SUBVP_PHANTOM); in commit_planes_for_stream() 4929 if (subvp_prev_use) in commit_planes_for_stream() 4979 dc->hwss.subvp_pipe_control_lock(dc, context, true, should_lock_all_pipes, NULL, subvp_prev_use); in commit_planes_for_stream() [all …]
|