sor.c (afdb094380889222583df9ef803587f6b8a82c8d) sor.c (306a7f9139318a28063282a15b9f9ebacf09c9b9)
1/*
2 * Copyright (C) 2013 NVIDIA Corporation
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8
9#include <linux/clk.h>
10#include <linux/debugfs.h>
11#include <linux/io.h>
12#include <linux/platform_device.h>
13#include <linux/reset.h>
1/*
2 * Copyright (C) 2013 NVIDIA Corporation
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8
9#include <linux/clk.h>
10#include <linux/debugfs.h>
11#include <linux/io.h>
12#include <linux/platform_device.h>
13#include <linux/reset.h>
14#include <linux/tegra-powergate.h>
15
14
15#include <soc/tegra/powergate.h>
16
16#include <drm/drm_dp_helper.h>
17
18#include "dc.h"
19#include "drm.h"
20#include "sor.h"
21
22struct tegra_sor {
23 struct host1x_client client;

--- 1443 unchanged lines hidden ---
17#include <drm/drm_dp_helper.h>
18
19#include "dc.h"
20#include "drm.h"
21#include "sor.h"
22
23struct tegra_sor {
24 struct host1x_client client;

--- 1443 unchanged lines hidden ---