mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: init fifo ops for device_info_fault_id
generated hw header for top_device_info_data_fault_id_enum_v is different between legacy chips and t19x JIRA GV11B-7 Change-Id: Ia765be740c419c5b2a61b03104b264c51f1e797e Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1313383 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
434b1c588b
commit
a4ea94f5d1
@@ -25,6 +25,7 @@
|
||||
#include <nvgpu/hw/gv11b/hw_ram_gv11b.h>
|
||||
#include <nvgpu/hw/gv11b/hw_ccsr_gv11b.h>
|
||||
#include <nvgpu/hw/gv11b/hw_usermode_gv11b.h>
|
||||
#include <nvgpu/hw/gv11b/hw_top_gv11b.h>
|
||||
|
||||
#include "fifo_gv11b.h"
|
||||
#include "subctx_gv11b.h"
|
||||
@@ -232,4 +233,5 @@ void gv11b_init_fifo(struct gpu_ops *gops)
|
||||
gops->fifo.unbind_channel = channel_gv11b_unbind;
|
||||
gops->fifo.eng_runlist_base_size = fifo_eng_runlist_base__size_1_v;
|
||||
gops->fifo.free_channel_ctx_header = gv11b_free_subctx_header;
|
||||
gops->fifo.device_info_fault_id = top_device_info_data_fault_id_enum_v;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user