Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_utils.c273 bool is_phantom = false; in dml2_core_utils_is_phantom_pipe() local
277 is_phantom = true; in dml2_core_utils_is_phantom_pipe()
280 return is_phantom; in dml2_core_utils_is_phantom_pipe()
A Ddml2_core_shared_types.h1279 bool is_phantom; member
A Ddml2_core_dcn4_calcs.c234 bool is_phantom = false; in dml_is_phantom_pipe() local
238 is_phantom = true; in dml_is_phantom_pipe()
241 return is_phantom; in dml_is_phantom_pipe()
248 bool is_phantom = dml_is_phantom_pipe(&display_cfg->plane_descriptors[plane_idx]); in dml_get_is_phantom_pipe() local
250 return is_phantom; in dml_get_is_phantom_pipe()
1645 …if (p->ViewportStationary && p->is_phantom && (p->NumberOfDPPs == 1 || !dml_is_vertical_rotation(p… in CalculateVMAndRowBytes()
2932 …scratch->calculate_vm_and_row_bytes_params.is_phantom = dml_is_phantom_pipe(&p->display_cfg->plane… in CalculateVMRowAndSwath()
3010 …scratch->calculate_vm_and_row_bytes_params.is_phantom = dml_is_phantom_pipe(&p->display_cfg->plane… in CalculateVMRowAndSwath()
4863 bool is_phantom = dml_is_phantom_pipe(&display_cfg->plane_descriptors[k]); in get_urgent_bandwidth_required() local
4867 if (state_type != dml2_core_internal_soc_state_svp_prefetch && is_phantom) in get_urgent_bandwidth_required()
[all …]
A Ddml2_core_shared.c3029 bool is_phantom = false; in dml_is_phantom_pipe() local
3033 is_phantom = true; in dml_is_phantom_pipe()
3036 return is_phantom; in dml_is_phantom_pipe()
3043 bool is_phantom = dml_is_phantom_pipe(&display_cfg->plane_descriptors[plane_idx]); in dml_get_is_phantom_pipe() local
3045 return is_phantom; in dml_get_is_phantom_pipe()
4321 …if (p->ViewportStationary && p->is_phantom && (p->NumberOfDPPs == 1 || !dml_is_vertical_rotation(p… in CalculateVMAndRowBytes()
4369 …if (p->ViewportStationary && p->is_phantom && (p->NumberOfDPPs == 1 || !dml_is_vertical_rotation(p… in CalculateVMAndRowBytes()
5602 …scratch->calculate_vm_and_row_bytes_params.is_phantom = dml_is_phantom_pipe(&p->display_cfg->plane… in CalculateVMRowAndSwath()
5680 …scratch->calculate_vm_and_row_bytes_params.is_phantom = dml_is_phantom_pipe(&p->display_cfg->plane… in CalculateVMRowAndSwath()
7382 bool is_phantom = dml_is_phantom_pipe(&display_cfg->plane_descriptors[k]); in get_urgent_bandwidth_required() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_stream.h309 bool is_phantom; member
A Ddc.h1342 bool is_phantom; // TODO: Change mall_stream_config into mall_plane_config instead member
/linux/drivers/gpu/drm/amd/display/dc/core/
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()
A Ddc.c1225 bool is_phantom = dc_state_get_stream_subvp_type(dc->current_state, old_stream) == SUBVP_PHANTOM; in disable_dangling_plane() local
1234 if (is_phantom) { in disable_dangling_plane()
1250 if (is_phantom) in disable_dangling_plane()
1282 if (is_phantom) { in disable_dangling_plane()
A Ddc_resource.c2360 if (state->streams[stream_idx]->is_phantom) in resource_log_pipe_topology_update()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
A Ddcn35_hwseq.c956 bool is_phantom = dc_state_get_pipe_subvp_type(state, pipe_ctx) == SUBVP_PHANTOM; in dcn35_disable_plane() local
957 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn35_disable_plane()
969 if (is_phantom) in dcn35_disable_plane()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_mall_phantom.c862 pipe->plane_state->is_phantom = false; in dml2_svp_remove_all_phantom_pipes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
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()

Completed in 123 milliseconds