From 6d8d5eb17796bcd70d172f196adbca3bd1b964c4 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 3 Jul 2018 12:54:53 -0700 Subject: gpu: nvgpu: Remove Pascal replayable fault support We do not utilize or test replayable page faults in Pascal. Remove the code related to that. JIRA NVGPU-714 Change-Id: I2415bde347f8b018ebf99c3f9038d47c649d9464 Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1769697 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp10b/mm_gp10b.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/gpu/nvgpu/gp10b/mm_gp10b.c') diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c index e313b928..a0e08437 100644 --- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c +++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c @@ -30,9 +30,7 @@ #include "gk20a/gk20a.h" #include "gm20b/mm_gm20b.h" #include "mm_gp10b.h" -#include "rpfb_gp10b.h" -#include #include #include @@ -392,7 +390,6 @@ void gp10b_remove_bar2_vm(struct gk20a *g) { struct mm_gk20a *mm = &g->mm; - gp10b_replayable_pagefault_buffer_deinit(g); nvgpu_free_inst_block(g, &mm->bar2.inst_block); nvgpu_vm_put(mm->bar2.vm); } -- cgit v1.2.2