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: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
Este commit está contenido en:
Chris Wilson
2010-08-04 13:50:24 +01:00
cometido por Eric Anholt
padre ea5b213ad4
commit 615fb93f6d
Se han modificado 2 ficheros con 130 adiciones y 147 borrados

Ver fichero

@@ -109,7 +109,6 @@ struct intel_encoder {
struct intel_connector {
struct drm_connector base;
void *dev_priv;
};
struct intel_crtc;