commit | 73845adf3357c3c71da25e18f44e5a9924d666d5 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Wed Jun 12 17:27:30 2013 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Jul 01 11:14:41 2013 +0200 |
tree | 65c02e3577b889b7b0951bfbe112e6818e774d99 | |
parent | b2a1475561d59e8d182ba8cc4b7e78b662a3f533 [diff] |
drm/i915: rename intel_dp_destroy to intel_dp_connector_destroy Because it's the function that destroys the connector, not the encoder. And we already have intel_dp_encoder_destroy. This has annoyed me for a long time. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Reviewed-by: Zoltan Nyul <zoltan.nyul@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>