Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_packet_manager.c128 unsigned int alloc_size_bytes; in pm_create_runlist_ib() local
142 &alloc_size_bytes, &is_over_subscription); in pm_create_runlist_ib()
146 *rl_size_bytes = alloc_size_bytes; in pm_create_runlist_ib()
147 pm->ib_size_bytes = alloc_size_bytes; in pm_create_runlist_ib()
168 alloc_size_bytes); in pm_create_runlist_ib()
187 alloc_size_bytes); in pm_create_runlist_ib()
208 alloc_size_bytes); in pm_create_runlist_ib()
221 alloc_size_bytes / sizeof(uint32_t), in pm_create_runlist_ib()
226 for (i = 0; i < alloc_size_bytes / sizeof(uint32_t); i++) in pm_create_runlist_ib()