Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
H A Ddml_top_mcache.c374 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_mall_plane0[first… in dml2_top_mcache_build_mcache_programming()
383 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_mall_plane0[secon… in dml2_top_mcache_build_mcache_programming()
452 params->allocations[i].global_mcache_ids_mall_plane0[j] = next_unused_cache_id++; in dml2_top_mcache_assign_global_mcache_ids()
459 params->allocations[i].global_mcache_ids_mall_plane0[params->allocations[i].num_mcaches_plane0] = in dml2_top_mcache_assign_global_mcache_ids()
460 params->allocations[i].global_mcache_ids_mall_plane0[0]; in dml2_top_mcache_assign_global_mcache_ids()
479 …params->allocations[i].global_mcache_ids_mall_plane0[params->allocations[i].num_mcaches_plane0 - 1… in dml2_top_mcache_assign_global_mcache_ids()
483 …params->allocations[i].global_mcache_ids_mall_plane0[params->allocations[i].num_mcaches_plane0 - 1… in dml2_top_mcache_assign_global_mcache_ids()
496 …memcpy(params->allocations[i].global_mcache_ids_mall_plane0, params->allocations[i].global_mcache_… in dml2_top_mcache_assign_global_mcache_ids()
497 sizeof(params->allocations[i].global_mcache_ids_mall_plane0)); in dml2_top_mcache_assign_global_mcache_ids()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h177 int global_mcache_ids_mall_plane0[DML2_MAX_MCACHES + 1]; member