Home
last modified time | relevance | path

Searched refs:global_mcache_ids_mall_plane1 (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.c405 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_mall_plane1[first… in dml2_top_mcache_build_mcache_programming()
414 …params->mcache_configurations[config_index].mcache_allocation->global_mcache_ids_mall_plane1[secon… in dml2_top_mcache_build_mcache_programming()
455 params->allocations[i].global_mcache_ids_mall_plane1[j] = next_unused_cache_id++; in dml2_top_mcache_assign_global_mcache_ids()
461 params->allocations[i].global_mcache_ids_mall_plane1[params->allocations[i].num_mcaches_plane1] = in dml2_top_mcache_assign_global_mcache_ids()
462 params->allocations[i].global_mcache_ids_mall_plane1[0]; in dml2_top_mcache_assign_global_mcache_ids()
478 …params->allocations[i].global_mcache_ids_mall_plane1[params->allocations[i].num_mcaches_plane1 - 1… in dml2_top_mcache_assign_global_mcache_ids()
489 …params->allocations[i].global_mcache_ids_mall_plane1[params->allocations[i].num_mcaches_plane1 - 1… in dml2_top_mcache_assign_global_mcache_ids()
498 …memcpy(params->allocations[i].global_mcache_ids_mall_plane1, params->allocations[i].global_mcache_… in dml2_top_mcache_assign_global_mcache_ids()
499 sizeof(params->allocations[i].global_mcache_ids_mall_plane1)); in dml2_top_mcache_assign_global_mcache_ids()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h178 int global_mcache_ids_mall_plane1[DML2_MAX_MCACHES + 1]; member