]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915/dsi: rename intel_dsi_pre_disable to intel_dsi_disable
authorJani Nikula <jani.nikula@intel.com>
Tue, 7 Mar 2017 09:24:19 +0000 (11:24 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 7 Mar 2017 13:18:13 +0000 (15:18 +0200)
commitfefc51e89c160241a15156bc26070b7b746f25f7
treed1ebca66a84ecb01ea03fb5e67765f84e88dbd11
parentb0dd6887029c1e11806cb92e41a46c314edcef23
drm/i915/dsi: rename intel_dsi_pre_disable to intel_dsi_disable

The hook names reflect more the phase in the mode set sequence the hooks
are called in than what they actually do in terms of the specific
encoder. Stick to that scheme, and rename intel_dsi_pre_disable to
intel_dsi_disable. Unify the comments around this while at it. No
functional changes.

v2: Add more sense in the enable/disable hook comments (Ville)

Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Bob Paauwe <bob.j.paauwe@intel.com>
Cc: Madhav Chauhan <madhav.chauhan@intel.com>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Bob Paauwe <bob.j.paauwe@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1488878659-10386-1-git-send-email-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_dsi.c