gr3d.c (afdb094380889222583df9ef803587f6b8a82c8d) | gr3d.c (306a7f9139318a28063282a15b9f9ebacf09c9b9) |
---|---|
1/* 2 * Copyright (C) 2013 Avionic Design GmbH 3 * Copyright (C) 2013 NVIDIA Corporation 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 */ 9 10#include <linux/clk.h> 11#include <linux/host1x.h> 12#include <linux/module.h> 13#include <linux/platform_device.h> 14#include <linux/reset.h> | 1/* 2 * Copyright (C) 2013 Avionic Design GmbH 3 * Copyright (C) 2013 NVIDIA Corporation 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 */ 9 10#include <linux/clk.h> 11#include <linux/host1x.h> 12#include <linux/module.h> 13#include <linux/platform_device.h> 14#include <linux/reset.h> |
15#include <linux/tegra-powergate.h> | |
16 | 15 |
16#include <soc/tegra/powergate.h> 17 |
|
17#include "drm.h" 18#include "gem.h" 19#include "gr3d.h" 20 21struct gr3d { 22 struct tegra_drm_client client; 23 struct host1x_channel *channel; 24 struct clk *clk_secondary; --- 332 unchanged lines hidden --- | 18#include "drm.h" 19#include "gem.h" 20#include "gr3d.h" 21 22struct gr3d { 23 struct tegra_drm_client client; 24 struct host1x_channel *channel; 25 struct clk *clk_secondary; --- 332 unchanged lines hidden --- |