Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c126 unsigned int alloc_size_bytes; in pm_create_runlist_ib() local
138 &alloc_size_bytes, &is_over_subscription); in pm_create_runlist_ib()
142 *rl_size_bytes = alloc_size_bytes; in pm_create_runlist_ib()
143 pm->ib_size_bytes = alloc_size_bytes; in pm_create_runlist_ib()
164 alloc_size_bytes); in pm_create_runlist_ib()
182 alloc_size_bytes); in pm_create_runlist_ib()
202 alloc_size_bytes); in pm_create_runlist_ib()
213 alloc_size_bytes / sizeof(uint32_t), in pm_create_runlist_ib()
218 for (i = 0; i < alloc_size_bytes / sizeof(uint32_t); i++) in pm_create_runlist_ib()