Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h673 struct dml2_mcache_surface_allocation non_optimized_mcache_allocation[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared.c12380 …out->informative.non_optimized_mcache_allocation[k].num_mcaches_plane0 = mode_lib->ms.num_mcaches_… in dml2_core_shared_get_informative()
12381 …out->informative.non_optimized_mcache_allocation[k].informative.meta_row_bytes_plane0 = mode_lib->… in dml2_core_shared_get_informative()
12383 for (n = 0; n < out->informative.non_optimized_mcache_allocation[k].num_mcaches_plane0; n++) { in dml2_core_shared_get_informative()
12384 …out->informative.non_optimized_mcache_allocation[k].mcache_x_offsets_plane0[n] = mode_lib->ms.mcac… in dml2_core_shared_get_informative()
12385 out->informative.non_optimized_mcache_allocation[k].global_mcache_ids_plane0[n] = k; in dml2_core_shared_get_informative()
12388 …out->informative.non_optimized_mcache_allocation[k].num_mcaches_plane1 = mode_lib->ms.num_mcaches_… in dml2_core_shared_get_informative()
12389 …out->informative.non_optimized_mcache_allocation[k].informative.meta_row_bytes_plane1 = mode_lib->… in dml2_core_shared_get_informative()
12391 for (n = 0; n < out->informative.non_optimized_mcache_allocation[k].num_mcaches_plane1; n++) { in dml2_core_shared_get_informative()
12392 …out->informative.non_optimized_mcache_allocation[k].mcache_x_offsets_plane1[n] = mode_lib->ms.mcac… in dml2_core_shared_get_informative()
12393 out->informative.non_optimized_mcache_allocation[k].global_mcache_ids_plane1[n] = k; in dml2_core_shared_get_informative()