mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: Compile out ACR legacy profile & dGPU code for safety
Compile out ACR legacy tegra profile code used for gm20b/gp10b & dGPU ACR code which is not required for safety build by setting NVGPU_FEATURE_ACR_LEGACY build flag to 0 JIRA NVGPU-3567 Change-Id: I798fa0bd88bdf42612bd6bc7916e92fcffa786e7 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2128262 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ec571aa55c
commit
bb090ae672
@@ -28,7 +28,9 @@ struct nvgpu_mem;
|
||||
|
||||
int nvgpu_acr_alloc_blob_space_sys(struct gk20a *g, size_t size,
|
||||
struct nvgpu_mem *mem);
|
||||
#ifdef NVGPU_DGPU_SUPPORT
|
||||
int nvgpu_acr_alloc_blob_space_vid(struct gk20a *g, size_t size,
|
||||
struct nvgpu_mem *mem);
|
||||
#endif
|
||||
|
||||
#endif /* ACR_BLOB_ALLOC_H */
|
||||
|
||||
Reference in New Issue
Block a user