Searched refs:mqd_dst (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_mqd_manager_v9.c | 410 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) in checkpoint_mqd() argument 418 memcpy(mqd_dst, m, sizeof(struct v9_mqd)); in checkpoint_mqd() 424 void *mqd_dst, in checkpoint_mqd_v9_4_3() argument 435 (uint8_t *)mqd_dst + sizeof(*m) * xcc, in checkpoint_mqd_v9_4_3() 557 void *mqd_dst, in checkpoint_mqd_sdma() argument 564 memcpy(mqd_dst, m, sizeof(struct v9_sdma_mqd)); in checkpoint_mqd_sdma()
|