mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
misc: mods: update MODS kernel driver
Bug 3461002 Change-Id: I9f577323cd8034a4464953031398c39a409ad69c Signed-off-by: Chris Dragan <kdragan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2658852 Reviewed-by: Sachin Nikam <snikam@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Laxman Dewangan
parent
aa915e1412
commit
13ac7c137c
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* mods_internal.h - This file is part of NVIDIA MODS kernel driver.
|
||||
*
|
||||
* Copyright (c) 2008-2022, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2008-2022, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* NVIDIA MODS kernel driver is free software: you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License,
|
||||
@@ -38,8 +38,7 @@
|
||||
#include <linux/set_memory.h>
|
||||
#endif
|
||||
|
||||
#if KERNEL_VERSION(5, 1, 0) <= LINUX_VERSION_CODE
|
||||
#define MODS_ENABLE_BPMP_MRQ_API
|
||||
#ifdef MODS_ENABLE_BPMP_MRQ_API
|
||||
#include <soc/tegra/bpmp.h>
|
||||
#endif
|
||||
|
||||
@@ -515,6 +514,8 @@ int esc_mods_acpi_get_ddc(struct mods_client *client,
|
||||
struct MODS_ACPI_GET_DDC *p);
|
||||
int esc_mods_acpi_get_ddc_2(struct mods_client *client,
|
||||
struct MODS_ACPI_GET_DDC_2 *p);
|
||||
int esc_mods_get_acpi_dev_children(struct mods_client *client,
|
||||
struct MODS_GET_ACPI_DEV_CHILDREN *p);
|
||||
#endif
|
||||
/* pci */
|
||||
#ifdef CONFIG_PCI
|
||||
|
||||
Reference in New Issue
Block a user