Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_utils.c417 bool is_phantom = false; in dml2_core_utils_is_phantom_pipe() local
421 is_phantom = true; in dml2_core_utils_is_phantom_pipe()
424 return is_phantom; in dml2_core_utils_is_phantom_pipe()
H A Ddml2_core_shared_types.h1312 bool is_phantom; member
H A Ddml2_core_dcn4_calcs.c239 bool is_phantom = false; in dml_is_phantom_pipe() local
243 is_phantom = true; in dml_is_phantom_pipe()
246 return is_phantom; in dml_is_phantom_pipe()
253 bool is_phantom = dml_is_phantom_pipe(&display_cfg->plane_descriptors[plane_idx]); in dml_get_is_phantom_pipe() local
255 return is_phantom; in dml_get_is_phantom_pipe()
1661 …if (p->ViewportStationary && p->is_phantom && (p->NumberOfDPPs == 1 || !dml_is_vertical_rotation(p… in CalculateVMAndRowBytes()
2958 …scratch->calculate_vm_and_row_bytes_params.is_phantom = dml_is_phantom_pipe(&p->display_cfg->plane… in CalculateVMRowAndSwath()
3036 …scratch->calculate_vm_and_row_bytes_params.is_phantom = dml_is_phantom_pipe(&p->display_cfg->plane… in CalculateVMRowAndSwath()
4964 bool is_phantom = dml_is_phantom_pipe(&display_cfg->plane_descriptors[k]); in get_urgent_bandwidth_required() local
4968 if (state_type != dml2_core_internal_soc_state_svp_prefetch && is_phantom) in get_urgent_bandwidth_required()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h310 bool is_phantom; member
H A Ddc.h1365 bool is_phantom; // TODO: Change mall_stream_config into mall_plane_config instead member
/linux-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_state.c732 phantom_stream->is_phantom = true; in dc_state_create_phantom_stream()
769 phantom_plane->is_phantom = true; in dc_state_create_phantom_plane()
H A Ddc.c1278 bool is_phantom = dc_state_get_stream_subvp_type(dc->current_state, old_stream) == SUBVP_PHANTOM; in disable_dangling_plane() local
1287 if (is_phantom) { in disable_dangling_plane()
1295 if (is_phantom) in disable_dangling_plane()
1327 if (is_phantom) { in disable_dangling_plane()
H A Ddc_resource.c1524 if (!res && plane_state->is_phantom) in resource_build_scaling_params()
1597 if (!res && plane_state->is_phantom) in resource_build_scaling_params()
2440 if (state->streams[stream_idx]->is_phantom) in resource_log_pipe_topology_update()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c975 bool is_phantom = dc_state_get_pipe_subvp_type(state, pipe_ctx) == SUBVP_PHANTOM; in dcn35_disable_plane() local
976 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn35_disable_plane()
988 if (is_phantom) in dcn35_disable_plane()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c862 pipe->plane_state->is_phantom = false; in dml2_svp_remove_all_phantom_pipes()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c735 bool is_phantom = dc_state_get_pipe_subvp_type(state, pipe_ctx) == SUBVP_PHANTOM; in dcn20_disable_plane() local
736 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn20_disable_plane()
747 if (is_phantom) in dcn20_disable_plane()