Searched refs:checkpoint_mqd (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_mqd_manager_cik.c251 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) function
406 mqd->checkpoint_mqd = checkpoint_mqd;
450 mqd->checkpoint_mqd = checkpoint_mqd_sdma;
H A Dkfd_mqd_manager_v10.c272 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) function
469 mqd->checkpoint_mqd = checkpoint_mqd;
516 mqd->checkpoint_mqd = checkpoint_mqd_sdma;
H A Dkfd_mqd_manager_v11.c325 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) function
499 mqd->checkpoint_mqd = checkpoint_mqd;
545 mqd->checkpoint_mqd = checkpoint_mqd;
H A Dkfd_mqd_manager.h107 void (*checkpoint_mqd)(struct mqd_manager *mm, member in struct:mqd_manager
H A Dkfd_mqd_manager_vi.c283 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) function
465 mqd->checkpoint_mqd = checkpoint_mqd;
509 mqd->checkpoint_mqd = checkpoint_mqd_sdma;
H A Dkfd_device_queue_manager.h128 * @checkpoint_mqd: checkpoint queue MQD contents for CRIU.
192 int (*checkpoint_mqd)(struct device_queue_manager *dqm, member in struct:device_queue_manager_ops
H A Dkfd_mqd_manager_v9.c360 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) function
844 mqd->checkpoint_mqd = checkpoint_mqd;
907 mqd->checkpoint_mqd = checkpoint_mqd_sdma;
H A Dkfd_process_queue_manager.c731 if (!pqn->q->device->dqm->ops.checkpoint_mqd) {
736 return pqn->q->device->dqm->ops.checkpoint_mqd(pqn->q->device->dqm,
H A Dkfd_device_queue_manager.c2318 static int checkpoint_mqd(struct device_queue_manager *dqm, function
2336 if (!mqd_mgr->checkpoint_mqd) {
2341 mqd_mgr->checkpoint_mqd(mqd_mgr, q->mqd, mqd, ctl_stack);
2532 dqm->ops.checkpoint_mqd = checkpoint_mqd;
2553 dqm->ops.checkpoint_mqd = checkpoint_mqd;

Completed in 91 milliseconds