From f85a0d3e00b53453f3d5ca556f15465078473f31 Mon Sep 17 00:00:00 2001 From: Kirill Artamonov Date: Wed, 28 Feb 2018 10:39:41 +0200 Subject: gpu: nvgpu: gv11b: use gv11b update_ctxsw_preemption_mode Use gr_gv11b_update_ctxsw_preemption_mode instead of gr_gp10b_update_ctxsw_preemption_mode. bug 1888344 Signed-off-by: Kirill Artamonov Change-Id: I2420b64bac6393b1bb59a84235850a6cbc68be93 Reviewed-on: https://git-master.nvidia.com/r/1665663 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c index a6a28225..03cfab9f 100644 --- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c +++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c @@ -153,7 +153,7 @@ static const struct gpu_ops vgpu_gv11b_ops = { .alloc_gr_ctx = vgpu_gr_gp10b_alloc_gr_ctx, .free_gr_ctx = vgpu_gr_free_gr_ctx, .update_ctxsw_preemption_mode = - gr_gp10b_update_ctxsw_preemption_mode, + gr_gv11b_update_ctxsw_preemption_mode, .dump_gr_regs = NULL, .update_pc_sampling = gr_gm20b_update_pc_sampling, .get_fbp_en_mask = vgpu_gr_get_fbp_en_mask, -- cgit v1.2.2