summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
authorAntony Clince Alex <aalex@nvidia.com>2018-05-28 06:35:58 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-06-15 00:41:22 -0400
commitd27d9ff7a89ab1a590a9cc8367af7f3a3ea698a8 (patch)
treeae4220f4ab040c702b39c6e9f1559342e3d569fa /drivers/gpu/nvgpu/gp106/hal_gp106.c
parent4d94b32d01e66cb0ba2799775ce2d79c5ff0f2ec (diff)
gpu: nvgpu: removed linux includes from CSS HAL
- removed inclusion of linux includes. - replaced with nvgpu/*.h's - reformated the function signature of "css_hw_get_pending_snapshot" and "css_hw_get_overflow_status" be global instead of static. - added get_pending_snapshot and get_overflow_status to ops->css. JIRA: VQRM-3699 Change-Id: I177904c263e143b414924c2c28ad6fd3cfd00132 Signed-off-by: Antony Clince Alex <aalex@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1732783 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 632f1063..f46f20ef 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -742,6 +742,8 @@ static const struct gpu_ops gp106_ops = {
742 .set_handled_snapshots = css_hw_set_handled_snapshots, 742 .set_handled_snapshots = css_hw_set_handled_snapshots,
743 .allocate_perfmon_ids = css_gr_allocate_perfmon_ids, 743 .allocate_perfmon_ids = css_gr_allocate_perfmon_ids,
744 .release_perfmon_ids = css_gr_release_perfmon_ids, 744 .release_perfmon_ids = css_gr_release_perfmon_ids,
745 .get_overflow_status = css_hw_get_overflow_status,
746 .get_pending_snapshots = css_hw_get_pending_snapshots,
745 }, 747 },
746#endif 748#endif
747 .xve = { 749 .xve = {