Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d18d3033 authored by Thierry Reding's avatar Thierry Reding
Browse files

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
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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;