xe_gt_suspend
int xe_gt_suspend(struct xe_gt *gt);
err = xe_gt_suspend(gt);
err = xe->d3cold.allowed ? xe_gt_suspend(gt) : xe_gt_runtime_suspend(gt);