Symbol: checkpoint_mqd
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
2946
if (!mqd_mgr->checkpoint_mqd) {
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
2951
mqd_mgr->checkpoint_mqd(mqd_mgr, q->mqd, mqd, ctl_stack);
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
3155
dqm->ops.checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
3176
dqm->ops.checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h
198
int (*checkpoint_mqd)(struct device_queue_manager *dqm,
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.h
108
void (*checkpoint_mqd)(struct mqd_manager *mm,
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c
406
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c
450
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c
483
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c
530
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c
529
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c
575
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c
1032
mqd->checkpoint_mqd = checkpoint_mqd_v9_4_3;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c
1040
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c
1090
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c
455
checkpoint_mqd(mm, m,
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c
477
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c
521
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
810
if (!pqn->q->device->dqm->ops.checkpoint_mqd) {
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
815
return pqn->q->device->dqm->ops.checkpoint_mqd(pqn->q->device->dqm,