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

Commit 615fb93f authored by Chris Wilson's avatar Chris Wilson Committed by Eric Anholt
Browse files

drm/i915: Subclass intel_connector.



Make the code that tiny bit clearer by reducing the pointer dance.

2 files changed, 130 insertions(+), 147 deletions(-)

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent ea5b213a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -109,7 +109,6 @@ struct intel_encoder {

struct intel_connector {
	struct drm_connector base;
	void *dev_priv;
};

struct intel_crtc;
+130 −146

File changed.

Preview size limit exceeded, changes collapsed.