Commit d18d3033 authored by Thierry Reding's avatar Thierry Reding

drm/tegra: Cleanup tegra_dc structure

Remove the unused host1x field from the structure and group the fields
more logically.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 77651e71
...@@ -94,16 +94,13 @@ struct tegra_output; ...@@ -94,16 +94,13 @@ struct tegra_output;
struct tegra_dc { struct tegra_dc {
struct host1x_client client; struct host1x_client client;
spinlock_t lock;
struct host1x_drm *host1x;
struct device *dev; struct device *dev;
spinlock_t lock;
struct drm_crtc base; struct drm_crtc base;
int pipe; int pipe;
struct clk *clk; struct clk *clk;
void __iomem *regs; void __iomem *regs;
int irq; int irq;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment