Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_mqd_manager_cik.c259 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) in checkpoint_mqd() function
415 mqd->checkpoint_mqd = checkpoint_mqd; in mqd_manager_init_cik()
457 mqd->checkpoint_mqd = checkpoint_mqd_sdma; in mqd_manager_init_cik()
A Dkfd_mqd_manager_v10.c256 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) in checkpoint_mqd() function
433 mqd->checkpoint_mqd = checkpoint_mqd; in mqd_manager_init_v10()
478 mqd->checkpoint_mqd = checkpoint_mqd_sdma; in mqd_manager_init_v10()
A Dkfd_mqd_manager_v9.c311 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) in checkpoint_mqd() function
494 mqd->checkpoint_mqd = checkpoint_mqd; in mqd_manager_init_v9()
536 mqd->checkpoint_mqd = checkpoint_mqd_sdma; in mqd_manager_init_v9()
A Dkfd_mqd_manager_vi.c291 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) in checkpoint_mqd() function
473 mqd->checkpoint_mqd = checkpoint_mqd; in mqd_manager_init_vi()
515 mqd->checkpoint_mqd = checkpoint_mqd_sdma; in mqd_manager_init_vi()
A Dkfd_mqd_manager.h106 void (*checkpoint_mqd)(struct mqd_manager *mm, member
A Dkfd_device_queue_manager.h191 int (*checkpoint_mqd)(struct device_queue_manager *dqm, member
A Dkfd_device_queue_manager.c2096 static int checkpoint_mqd(struct device_queue_manager *dqm, in checkpoint_mqd() function
2114 if (!mqd_mgr->checkpoint_mqd) { in checkpoint_mqd()
2119 mqd_mgr->checkpoint_mqd(mqd_mgr, q->mqd, mqd, ctl_stack); in checkpoint_mqd()
2309 dqm->ops.checkpoint_mqd = checkpoint_mqd; in device_queue_manager_init()
2330 dqm->ops.checkpoint_mqd = checkpoint_mqd; in device_queue_manager_init()
A Dkfd_process_queue_manager.c638 if (!pqn->q->device->dqm->ops.checkpoint_mqd) { in pqm_checkpoint_mqd()
643 return pqn->q->device->dqm->ops.checkpoint_mqd(pqn->q->device->dqm, in pqm_checkpoint_mqd()

Completed in 16 milliseconds