diff options
author | Mahantesh Kumbar <mkumbar@nvidia.com> | 2018-09-14 00:07:51 -0400 |
---|---|---|
committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2018-09-24 11:11:44 -0400 |
commit | 7465926ccdcdad87c22c788fe04fc11961df53ba (patch) | |
tree | 9f1ce234cd0319c07a135974e2126484b3c67d81 /drivers/gpu/nvgpu/include | |
parent | a4065effdca2d16a870d05f1bf8715267635d401 (diff) |
gpu:nvgpu: PMU cleanup for ACR
- Removed ACR support code from PMU module
- Deleted ACR related ops from pmu ops
- Deleted assigning of ACR related ops
using pmu ops during HAL init
-Removed code related to ACR bootstrap &
dependent code for all chips.
JIRA NVGPU-1147
Change-Id: I47a851a6b67a9aacde863685537c34566f97dc8d
Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1817990
Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r-- | drivers/gpu/nvgpu/include/nvgpu/gk20a.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h index 39ab455b..6f57fddc 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gk20a.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gk20a.h | |||
@@ -1052,12 +1052,6 @@ struct gpu_ops { | |||
1052 | void (*dump_secure_fuses)(struct gk20a *g); | 1052 | void (*dump_secure_fuses)(struct gk20a *g); |
1053 | int (*reset_engine)(struct gk20a *g, bool do_reset); | 1053 | int (*reset_engine)(struct gk20a *g, bool do_reset); |
1054 | bool (*is_engine_in_reset)(struct gk20a *g); | 1054 | bool (*is_engine_in_reset)(struct gk20a *g); |
1055 | int (*falcon_wait_for_halt)(struct gk20a *g, | ||
1056 | unsigned int timeout); | ||
1057 | int (*falcon_clear_halt_interrupt_status)(struct gk20a *g, | ||
1058 | unsigned int timeout); | ||
1059 | int (*init_falcon_setup_hw)(struct gk20a *g, | ||
1060 | void *desc, u32 bl_sz); | ||
1061 | bool (*is_lazy_bootstrap)(u32 falcon_id); | 1055 | bool (*is_lazy_bootstrap)(u32 falcon_id); |
1062 | bool (*is_priv_load)(u32 falcon_id); | 1056 | bool (*is_priv_load)(u32 falcon_id); |
1063 | void (*get_wpr)(struct gk20a *g, struct wpr_carveout_info *inf); | 1057 | void (*get_wpr)(struct gk20a *g, struct wpr_carveout_info *inf); |