tegrakernel/kernel/nvidia/drivers/video/tegra/host/vi/vi5.h

37 lines
1.1 KiB
C
Raw Permalink Normal View History

2022-02-16 09:13:02 -06:00
/*
* drivers/video/tegra/host/vi/vi5.h
*
* Tegra VI5
*
* Copyright (c) 2017-2018 NVIDIA Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __NVHOST_VI5_H__
#define __NVHOST_VI5_H__
#include <linux/platform_device.h>
#include <media/mc_common.h>
int nvhost_vi5_aggregate_constraints(struct platform_device *dev,
int clk_index,
unsigned long floor_rate,
unsigned long pixelrate,
unsigned long bw_constraint);
int vi5_priv_early_probe(struct platform_device *pdev);
int vi5_priv_late_probe(struct platform_device *pdev);
#endif