]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: rename intel_dp_destroy to intel_dp_connector_destroy
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 12 Jun 2013 20:27:30 +0000 (17:27 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 1 Jul 2013 09:14:41 +0000 (11:14 +0200)
commit73845adf3357c3c71da25e18f44e5a9924d666d5
tree65c02e3577b889b7b0951bfbe112e6818e774d99
parentb2a1475561d59e8d182ba8cc4b7e78b662a3f533
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>
drivers/gpu/drm/i915/intel_dp.c