summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSrikar Srimath Tirumala <srikars@nvidia.com>2017-01-04 17:59:19 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-30 19:34:24 -0500
commitfef62b02ab8ae514ef18c562be0eb0c331fa06e7 (patch)
tree07c636bad57571321268d5c9a6df92026e374a31 /drivers
parent0bce5edd9255d060f0a12a627097b31c5de55a55 (diff)
gpu: nvgpu: add missing header
Allow NA_GPCPLL to be enabled on T210 K4.4 Bug 200233943 Change-Id: I5ea0b9d1de51b510f5c6671339dee2953bf1ec80 Signed-off-by: Srikar Srimath Tirumala <srikars@nvidia.com> Reviewed-on: http://git-master/r/1280829 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
index f7e0036f..6611b120 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_sysfs.c
@@ -18,12 +18,16 @@
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20 20
21#include <linux/version.h>
21#include <linux/device.h> 22#include <linux/device.h>
22#include <linux/pm_runtime.h> 23#include <linux/pm_runtime.h>
23#include <linux/kernel.h> 24#include <linux/kernel.h>
24#include <linux/fb.h> 25#include <linux/fb.h>
25#include <linux/gk20a.h> 26#include <linux/gk20a.h>
26#include <linux/clk/tegra.h> 27#include <linux/clk/tegra.h>
28#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0))
29#include <soc/tegra/tegra-dvfs.h>
30#endif
27 31
28#include "gk20a.h" 32#include "gk20a.h"
29#include "gr_gk20a.h" 33#include "gr_gk20a.h"