Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn6_stage_optimizers.c1448 …const struct dml2_mcache_surface_allocation *base_allocations = worksheet->validation_result.mcach… in dml2_pmo_dcn6_stage_optimizer_mcache_decide_shifts() local
1498 base_allocations[plane_index].num_mcaches_plane0 == 0 ? in dml2_pmo_dcn6_stage_optimizer_mcache_decide_shifts()
1499 0 : base_allocations[plane_index].num_mcaches_plane0 - 1; in dml2_pmo_dcn6_stage_optimizer_mcache_decide_shifts()
1500 if ((count_elements_in_span(base_allocations[plane_index].mcache_x_offsets_plane0, num_boundaries, in dml2_pmo_dcn6_stage_optimizer_mcache_decide_shifts()
1505 base_allocations[plane_index].num_mcaches_plane1 == 0 ? in dml2_pmo_dcn6_stage_optimizer_mcache_decide_shifts()
1506 0 : base_allocations[plane_index].num_mcaches_plane1 - 1; in dml2_pmo_dcn6_stage_optimizer_mcache_decide_shifts()
1507 if ((count_elements_in_span(base_allocations[plane_index].mcache_x_offsets_plane1, num_boundaries, in dml2_pmo_dcn6_stage_optimizer_mcache_decide_shifts()
1526 base_allocations[plane_index].mcache_x_offsets_plane0, in dml2_pmo_dcn6_stage_optimizer_mcache_decide_shifts()
1527 base_allocations[plane_index].num_mcaches_plane0, in dml2_pmo_dcn6_stage_optimizer_mcache_decide_shifts()
1530 base_allocations[plane_index].shift_granularity.p0, &p0shift); in dml2_pmo_dcn6_stage_optimizer_mcache_decide_shifts()
[all …]