From 3b0e010d14503d0a11ccf6417602e80014fcab69 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Wed, 1 Mar 2017 11:56:23 -0800 Subject: gpu: nvgpu: add fifo ops for *client_type_gpc_v *client_type_gpc_v is different for t19x Change-Id: Ic8f8eff2d98138a877ef95c6f7f40226f0d61a61 Signed-off-by: Seema Khowala Reviewed-on: http://git-master/r/1313436 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gm20b/fifo_gm20b.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gm20b') diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c index bd94a54b..696dd3a5 100644 --- a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c +++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c @@ -170,4 +170,5 @@ void gm20b_init_fifo(struct gpu_ops *gops) gops->fifo.runlist_entry_size = ram_rl_entry_size_v; gops->fifo.get_tsg_runlist_entry = gk20a_get_tsg_runlist_entry; gops->fifo.get_ch_runlist_entry = gk20a_get_ch_runlist_entry; + gops->fifo.is_fault_engine_subid_gpc = gk20a_is_fault_engine_subid_gpc; } -- cgit v1.2.2