Skip to content

Commit

Permalink
drm/i915: Subclass intel_connector.
Browse files Browse the repository at this point in the history
Make the code that tiny bit clearer by reducing the pointer dance.

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

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
  • Loading branch information
Chris Wilson authored and Eric Anholt committed Aug 9, 2010
1 parent ea5b213 commit 615fb93
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 147 deletions.
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/intel_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ struct intel_encoder {

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

struct intel_crtc;
Expand Down
Loading

0 comments on commit 615fb93

Please sign in to comment.