mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: update report_pbdma_error as hal
To reduce the duplication pbdma_handle_intr_0 API to new chips, this patch converts report_pbdma_error as a HAL. JIRA NVGPU-9325 Change-Id: Ifcb0838037c750070c26343e008a176b26eebf16 Signed-off-by: Rajesh Devaraj <rdevaraj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2845088 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
6d7ace12dc
commit
afb971b66e
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* TU104 Tegra HAL interface
|
||||
*
|
||||
* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2018-2023, 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"),
|
||||
@@ -976,6 +976,7 @@ static const struct gops_pbdma tu104_ops_pbdma = {
|
||||
.get_config_auth_level_privileged = gp10b_pbdma_get_config_auth_level_privileged,
|
||||
.set_channel_info_veid = gv11b_pbdma_set_channel_info_veid,
|
||||
.config_userd_writeback_enable = gv11b_pbdma_config_userd_writeback_enable,
|
||||
.report_error = gv11b_pbdma_report_error,
|
||||
};
|
||||
|
||||
#ifdef CONFIG_TEGRA_GK20A_NVHOST
|
||||
|
||||
Reference in New Issue
Block a user