summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/perf/vfe_equ.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/perf/vfe_equ.h')
-rw-r--r--drivers/gpu/nvgpu/perf/vfe_equ.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/perf/vfe_equ.h b/drivers/gpu/nvgpu/perf/vfe_equ.h
index 87888d82..486a48f8 100644
--- a/drivers/gpu/nvgpu/perf/vfe_equ.h
+++ b/drivers/gpu/nvgpu/perf/vfe_equ.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * general perf structures & definitions 2 * general perf structures & definitions
3 * 3 *
4 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -28,8 +28,8 @@
28#include "perf/vfe_var.h" 28#include "perf/vfe_var.h"
29#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h> 29#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h>
30 30
31u32 vfe_equ_sw_setup(struct gk20a *g); 31int vfe_equ_sw_setup(struct gk20a *g);
32u32 vfe_equ_pmu_setup(struct gk20a *g); 32int vfe_equ_pmu_setup(struct gk20a *g);
33 33
34#define VFE_EQU_GET(_pperf, _idx) \ 34#define VFE_EQU_GET(_pperf, _idx) \
35 ((struct vfe_equ *)BOARDOBJGRP_OBJ_GET_BY_IDX( \ 35 ((struct vfe_equ *)BOARDOBJGRP_OBJ_GET_BY_IDX( \