mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: update pbdma_dump_intr_0 as an hal
To reduce the duplication of HALs to new chips, this makes pbdma dump_intr_0 as an HAL. JIRA NVGPU-9325 JIRA NVGPU-9064 Change-Id: I737146068cb144165bae8666c04f876aed20a89c Signed-off-by: Rajesh Devaraj <rdevaraj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2847566 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@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
4c77431eaf
commit
4bb32e33e7
@@ -1074,6 +1074,7 @@ static const struct gops_pbdma ga10b_ops_pbdma = {
|
||||
.handle_intr_0 = ga10b_pbdma_handle_intr_0,
|
||||
.handle_intr_1 = ga10b_pbdma_handle_intr_1,
|
||||
.handle_intr = ga10b_pbdma_handle_intr,
|
||||
.dump_intr_0 = ga10b_pbdma_dump_intr_0,
|
||||
.set_clear_intr_offsets = ga10b_pbdma_set_clear_intr_offsets,
|
||||
.read_data = ga10b_pbdma_read_data,
|
||||
.reset_header = ga10b_pbdma_reset_header,
|
||||
|
||||
Reference in New Issue
Block a user