1 // SPDX-License-Identifier: GPL-2.0-only 2 /* 3 * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. 4 */ 5 6 #include "iris_instance.h" 7 #include "iris_vpu_common.h" 8 9 const struct vpu_ops iris_vpu2_ops = { 10 .power_off_hw = iris_vpu_power_off_hw, 11 }; 12