Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_packet_manager.c135 unsigned int alloc_size_bytes; in pm_create_runlist_ib() local
149 &alloc_size_bytes, &is_over_subscription); in pm_create_runlist_ib()
153 *rl_size_bytes = alloc_size_bytes; in pm_create_runlist_ib()
154 pm->ib_size_bytes = alloc_size_bytes; in pm_create_runlist_ib()
175 alloc_size_bytes); in pm_create_runlist_ib()
194 alloc_size_bytes); in pm_create_runlist_ib()
215 alloc_size_bytes); in pm_create_runlist_ib()
233 alloc_size_bytes / sizeof(uint32_t), in pm_create_runlist_ib()
238 for (i = 0; i < alloc_size_bytes / sizeof(uint32_t); i++) in pm_create_runlist_ib()