update_qpd        791 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c 	retval = dqm->asic_ops.update_qpd(dqm, qpd);
update_qpd        142 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.h 	int	(*update_qpd)(struct device_queue_manager *dqm,
update_qpd         49 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c 	asic_ops->update_qpd = update_qpd_cik;
update_qpd         58 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c 	asic_ops->update_qpd = update_qpd_cik_hawaii;
update_qpd         37 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v10.c 	asic_ops->update_qpd = update_qpd_v10;
update_qpd         38 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v9.c 	asic_ops->update_qpd = update_qpd_v9;
update_qpd         55 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c 	asic_ops->update_qpd = update_qpd_vi;
update_qpd         64 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c 	asic_ops->update_qpd = update_qpd_vi_tonga;