gr3d.c (dd849e581d7d23e1729c23bb2d6b85360ce4dd9d) gr3d.c (7232398abc6a7186e315425638c367d50c674718)
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
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
16#include <soc/tegra/powergate.h>
16#include <soc/tegra/pmc.h>
17
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;

--- 333 unchanged lines hidden ---
17
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;

--- 333 unchanged lines hidden ---