summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
index 58800c09..414e22b6 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GM20B ACR 2 * GM20B ACR
3 * 3 *
4 * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -124,6 +124,10 @@
124#define FLCN_NL_UCODE_HDR_OS_OVL_SIZE_IND(N) \ 124#define FLCN_NL_UCODE_HDR_OS_OVL_SIZE_IND(N) \
125 (FLCN_NL_UCODE_HDR_APP_DATA_END_IND(N) + 2) 125 (FLCN_NL_UCODE_HDR_APP_DATA_END_IND(N) + 2)
126 126
127enum acr_capabilities {
128 ACR_LRF_TEX_LTC_DRAM_PRIV_MASK_ENABLE_LS_OVERRIDE = (0x00000001),
129};
130
127/*Externs*/ 131/*Externs*/
128 132
129/*Structs*/ 133/*Structs*/
@@ -397,6 +401,7 @@ struct acr_gm20b {
397 struct flcn_bl_dmem_desc bl_dmem_desc; 401 struct flcn_bl_dmem_desc bl_dmem_desc;
398 const struct firmware *pmu_fw; 402 const struct firmware *pmu_fw;
399 const struct firmware *pmu_desc; 403 const struct firmware *pmu_desc;
404 u32 capabilities;
400}; 405};
401 406
402void gm20b_init_secure_pmu(struct gpu_ops *gops); 407void gm20b_init_secure_pmu(struct gpu_ops *gops);