Home
last modified time | relevance | path

Searched refs:is_phantom (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_utils.c419 bool is_phantom = false; in dml2_core_utils_is_phantom_pipe() local
423 is_phantom = true; in dml2_core_utils_is_phantom_pipe()
426 return is_phantom; in dml2_core_utils_is_phantom_pipe()
H A Ddml2_core_dcn4_calcs.c235 bool is_phantom = false; in dml_is_phantom_pipe() local
239 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() local
250 …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()
1625 …if (p->ViewportStationary && p->is_phantom && (p->NumberOfDPPs == 1 || !dml_is_vertical_rotation(p… in CalculateVMAndRowBytes()
1671 …if (p->ViewportStationary && p->is_phantom && (p->NumberOfDPPs == 1 || !dml_is_vertical_rotation(p… in CalculateVMAndRowBytes()
2921 …scratch->calculate_vm_and_row_bytes_params.is_phantom = dml_is_phantom_pipe(&p->display_cfg->plane… in CalculateVMRowAndSwath()
2999 …scratch->calculate_vm_and_row_bytes_params.is_phantom = dml_is_phantom_pipe(&p->display_cfg->plane… in CalculateVMRowAndSwath()
[all …]
H A Ddml2_core_shared_types.h1484 bool is_phantom; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h318 bool is_phantom; member
H A Ddc.h1570 bool is_phantom; // TODO: Change mall_stream_config into mall_plane_config instead member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1552 if (!res && plane_state->is_phantom) in resource_build_scaling_params()
1625 if (!res && plane_state->is_phantom) in resource_build_scaling_params()
2499 if (state->streams[stream_idx]->is_phantom) in resource_log_pipe_topology_update()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3359 bool is_phantom = dc_state_get_pipe_subvp_type(state, pipe_ctx) == SUBVP_PHANTOM; in dcn401_disable_plane_sequence() local
3360 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn401_disable_plane_sequence()
3403 if (is_phantom && tg && tg->funcs->disable_phantom_crtc) in dcn401_disable_plane_sequence()