projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77651e7
)
drm/tegra: Cleanup tegra_dc structure
author
Thierry Reding
<treding@nvidia.com>
Thu, 26 Sep 2013 14:09:19 +0000
(16:09 +0200)
committer
Thierry Reding
<treding@nvidia.com>
Thu, 31 Oct 2013 08:20:05 +0000
(09:20 +0100)
Remove the unused host1x field from the structure and group the fields
more logically.
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/drm/drm.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/host1x/drm/drm.h
b/drivers/gpu/host1x/drm/drm.h
index
f7cd946
..
b8d9f43
100644
(file)
--- a/
drivers/gpu/host1x/drm/drm.h
+++ b/
drivers/gpu/host1x/drm/drm.h
@@
-94,16
+94,13
@@
struct tegra_output;
struct tegra_dc {
struct host1x_client client;
- spinlock_t lock;
-
- struct host1x_drm *host1x;
struct device *dev;
+ spinlock_t lock;
struct drm_crtc base;
int pipe;
struct clk *clk;
-
void __iomem *regs;
int irq;