summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/fifo_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/fifo_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/fifo_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/fifo_gp10b.c b/drivers/gpu/nvgpu/gp10b/fifo_gp10b.c
index 0a127ad7..accbe0a6 100644
--- a/drivers/gpu/nvgpu/gp10b/fifo_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/fifo_gp10b.c
@@ -158,7 +158,7 @@ int channel_gp10b_setup_ramfc(struct channel_gk20a *c,
158 158
159u32 gp10b_fifo_get_pbdma_signature(struct gk20a *g) 159u32 gp10b_fifo_get_pbdma_signature(struct gk20a *g)
160{ 160{
161 return g->gpu_characteristics.gpfifo_class 161 return g->ops.get_litter_value(g, GPU_LIT_GPFIFO_CLASS)
162 | pbdma_signature_sw_zero_f(); 162 | pbdma_signature_sw_zero_f();
163} 163}
164 164