summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c b/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
index 26eea610..aa2c4959 100644
--- a/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/ctrl_gk20a.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2011-2016, NVIDIA Corporation. All rights reserved. 2 * Copyright (c) 2011-2017, NVIDIA Corporation. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -1413,6 +1413,7 @@ long gk20a_ctrl_dev_ioctl(struct file *filp, unsigned int cmd, unsigned long arg
1413 } 1413 }
1414 break; 1414 break;
1415 case GK20A_ZBC_TYPE_DEPTH: 1415 case GK20A_ZBC_TYPE_DEPTH:
1416 case T19X_ZBC:
1416 zbc_val->depth = set_table_args->depth; 1417 zbc_val->depth = set_table_args->depth;
1417 break; 1418 break;
1418 default: 1419 default:
@@ -1452,6 +1453,7 @@ long gk20a_ctrl_dev_ioctl(struct file *filp, unsigned int cmd, unsigned long arg
1452 } 1453 }
1453 break; 1454 break;
1454 case GK20A_ZBC_TYPE_DEPTH: 1455 case GK20A_ZBC_TYPE_DEPTH:
1456 case T19X_ZBC:
1455 query_table_args->depth = zbc_tbl->depth; 1457 query_table_args->depth = zbc_tbl->depth;
1456 break; 1458 break;
1457 case GK20A_ZBC_TYPE_INVALID: 1459 case GK20A_ZBC_TYPE_INVALID: