summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-10-01 13:38:32 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:08 -0500
commit4d3f44849bd48f1a2390692ccce7e7203d3198ae (patch)
tree6b78e510437247755a38404e5e0fa749ac4fecd0 /drivers/gpu/nvgpu/gp10b/hal_gp10b.c
parent959756873a2445c024df2f27c316b606a59e7e59 (diff)
gpu: nvgpu: gp10b: Report Pascal DMA copy class
Announce supporting Pascal DMA copy class instead of Maxwell. Change-Id: Ic0b9d50e7423648c5573857142c86b8a8bc87e35 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/808140 (cherry picked from commit c779975d6b40ecb0780ae4167ab26aed4886c7a7) Reviewed-on: http://git-master/r/815679 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index 381ee8b1..5222fca6 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -151,7 +151,7 @@ int gp10b_init_hal(struct gk20a *g)
151 c->compute_class = PASCAL_COMPUTE_A; 151 c->compute_class = PASCAL_COMPUTE_A;
152 c->gpfifo_class = PASCAL_CHANNEL_GPFIFO_A; 152 c->gpfifo_class = PASCAL_CHANNEL_GPFIFO_A;
153 c->inline_to_memory_class = KEPLER_INLINE_TO_MEMORY_B; 153 c->inline_to_memory_class = KEPLER_INLINE_TO_MEMORY_B;
154 c->dma_copy_class = MAXWELL_DMA_COPY_A; 154 c->dma_copy_class = PASCAL_DMA_COPY_A;
155 155
156 return 0; 156 return 0;
157} 157}