/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #ifndef __IRIS_VPU_BUFFER_H__ #define __IRIS_VPU_BUFFER_H__ struct iris_inst; #define MIN_BUFFERS 4 int iris_vpu_buf_count(struct iris_inst *inst, enum iris_buffer_type buffer_type); #endif