mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
video: tegra: nvmap: Remove VPR resize code
Remove VPR resize code from nvmap as VPR resize support is deprecated from K5.10+. Bug 4479027 Change-Id: I93daecaa86ebffb2aee09836cd3faa5211e574a0 Signed-off-by: Yash Bhatt <ybhatt@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3112223 Reviewed-by: Ketan Patil <ketanp@nvidia.com> Reviewed-by: Pritesh Raithatha <praithatha@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
6200c05e7d
commit
1eb5fc3ad7
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
* Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __MACH_TEGRA_COMMON_H
|
||||
@@ -29,9 +29,6 @@ extern int tegra_with_secure_firmware;
|
||||
|
||||
extern struct device tegra_generic_dev;
|
||||
extern struct device tegra_vpr_dev;
|
||||
#ifdef CONFIG_TEGRA_VPR
|
||||
extern struct dma_resize_notifier_ops vpr_dev_ops;
|
||||
#endif
|
||||
|
||||
u32 tegra_get_bct_strapping(void);
|
||||
u32 tegra_get_fuse_opt_subrevision(void);
|
||||
|
||||
Reference in New Issue
Block a user