Symbol: checkpoint_mqd
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
2761
if (!mqd_mgr->checkpoint_mqd) {
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
2766
mqd_mgr->checkpoint_mqd(mqd_mgr, q->mqd, mqd, ctl_stack);
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
2969
dqm->ops.checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
2989
dqm->ops.checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h
199
int (*checkpoint_mqd)(struct device_queue_manager *dqm,
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.h
107
void (*checkpoint_mqd)(struct mqd_manager *mm,
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c
407
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c
451
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c
472
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c
519
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c
487
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c
533
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c
1003
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c
1053
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c
427
checkpoint_mqd(mm, m,
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c
995
mqd->checkpoint_mqd = checkpoint_mqd_v9_4_3;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c
466
mqd->checkpoint_mqd = checkpoint_mqd;
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_vi.c
510
mqd->checkpoint_mqd = checkpoint_mqd_sdma;
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
804
if (!pqn->q->device->dqm->ops.checkpoint_mqd) {
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c
809
return pqn->q->device->dqm->ops.checkpoint_mqd(pqn->q->device->dqm,