Searched refs:is_phantom (Results 1 – 9 of 9) sorted by relevance
727 phantom_stream->is_phantom = true; in dc_state_create_phantom_stream()764 phantom_plane->is_phantom = true; in dc_state_create_phantom_plane()
1545 if (!res && plane_state->is_phantom) in resource_build_scaling_params()1618 if (!res && plane_state->is_phantom) in resource_build_scaling_params()2490 if (state->streams[stream_idx]->is_phantom) in resource_log_pipe_topology_update()
1373 bool is_phantom = dc_state_get_stream_subvp_type(dc->current_state, old_stream) == SUBVP_PHANTOM; in disable_dangling_plane() local1382 if (is_phantom) { in disable_dangling_plane()1390 if (is_phantom) in disable_dangling_plane()1422 if (is_phantom) { in disable_dangling_plane()
318 bool is_phantom; member
1522 bool is_phantom; // TODO: Change mall_stream_config into mall_plane_config instead member
897 bool is_phantom = dc_state_get_pipe_subvp_type(state, pipe_ctx) == SUBVP_PHANTOM; in dcn35_disable_plane() local898 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn35_disable_plane()910 if (is_phantom) in dcn35_disable_plane()
737 bool is_phantom = dc_state_get_pipe_subvp_type(state, pipe_ctx) == SUBVP_PHANTOM; in dcn20_disable_plane() local738 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn20_disable_plane()749 if (is_phantom) in dcn20_disable_plane()
235 bool is_phantom = false; in dml_is_phantom_pipe() local239 is_phantom = true; in dml_is_phantom_pipe()242 return is_phantom; in dml_is_phantom_pipe()249 bool is_phantom = dml_is_phantom_pipe(&display_cfg->plane_descriptors[plane_idx]); in dml_get_is_phantom_pipe() local250 …nc__, pipe_idx, display_cfg->plane_descriptors[plane_idx].overrides.legacy_svp_config, is_phantom); in dml_get_is_phantom_pipe()251 return is_phantom; in dml_get_is_phantom_pipe()1622 …if (p->ViewportStationary && p->is_phantom && (p->NumberOfDPPs == 1 || !dml_is_vertical_rotation(p… in CalculateVMAndRowBytes()1668 …if (p->ViewportStationary && p->is_phantom && (p->NumberOfDPPs == 1 || !dml_is_vertical_rotation(p… in CalculateVMAndRowBytes()2911 …scratch->calculate_vm_and_row_bytes_params.is_phantom = dml_is_phantom_pipe(&p->display_cfg->plane… in CalculateVMRowAndSwath()2989 …scratch->calculate_vm_and_row_bytes_params.is_phantom = dml_is_phantom_pipe(&p->display_cfg->plane… in CalculateVMRowAndSwath()[all …]
3426 bool is_phantom = dc_state_get_pipe_subvp_type(state, pipe_ctx) == SUBVP_PHANTOM; in dcn401_disable_plane_sequence() local3427 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn401_disable_plane_sequence()3470 if (is_phantom && tg && tg->funcs->disable_phantom_crtc) in dcn401_disable_plane_sequence()