mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: compile out non-safe ctxsw_prog hals
Following two hals are non-safe. Compile them under CONFIG_NVGPU_HAL_NON_FUSA: 1. init_ctxsw_hdr_data 2. disable_verif_features JIRA NVGPU-5358 Change-Id: I751c4655dc628f7ab66ed3a779268a6a88f9a1e3 Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2581361 (cherry picked from commit abf16c6a01109d174879609c10354f06739fb6dc) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2581842 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
62b04331de
commit
72c3bce602
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -60,8 +60,6 @@ struct unit_module;
|
||||
* nvgpu_gr_obj_ctx_set_golden_image_size,
|
||||
* nvgpu_gr_obj_ctx_commit_global_ctx_buffers,
|
||||
* nvgpu_gr_ctx_init_compute_preemption_mode,
|
||||
* gp10b_ctxsw_prog_init_ctxsw_hdr_data,
|
||||
* gm20b_ctxsw_prog_init_ctxsw_hdr_data,
|
||||
* gv11b_ctxsw_prog_set_context_buffer_ptr,
|
||||
* gv11b_ctxsw_prog_set_type_per_veid_header,
|
||||
* gp10b_gr_init_get_ctx_attrib_cb_size,
|
||||
|
||||
@@ -59,7 +59,6 @@ struct unit_module;
|
||||
* gops_gr_setup.alloc_obj_ctx,
|
||||
* nvgpu_gr_ctx_load_golden_ctx_image,
|
||||
* gm20b_ctxsw_prog_set_patch_addr,
|
||||
* gm20b_ctxsw_prog_disable_verif_features,
|
||||
* gv11b_gr_init_commit_global_attrib_cb,
|
||||
* gm20b_gr_init_commit_global_attrib_cb,
|
||||
* gv11b_gr_init_commit_global_timeslice,
|
||||
|
||||
Reference in New Issue
Block a user