Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v9.c414 u32 ctl_stack_copy_size; in checkpoint_mqd() local
419 ctl_stack_copy_size = min_t(u32, m->cp_hqd_cntl_stack_size, mm->ctl_stack_size); in checkpoint_mqd()
422 memcpy(ctl_stack_dst, ctl_stack, ctl_stack_copy_size); in checkpoint_mqd()