OSDN Git Service

drm/i915/dsi: Move intel_dsi_clear_device_ready()
authorHans de Goede <hdegoede@redhat.com>
Tue, 28 Feb 2017 09:26:19 +0000 (11:26 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 28 Feb 2017 10:47:03 +0000 (12:47 +0200)
commit14be7a5c29c2bf3b9567da1e41a514c4bbcdacdf
treefa859246c39f3c89c7b0b8e85005186bc30d89d5
parentc7991ecad6a99664506cf290118ecec985854011
drm/i915/dsi: Move intel_dsi_clear_device_ready()

Move the intel_dsi_clear_device_ready() function to higher up in
intel_dsi.c this pairs it with intel_dsi_device_ready(); and pairs
intel_dsi_*enable* with intel_dsi_*disable without
intel_dsi_clear_device_ready() sitting in the middle of them.

This commit purely moves code around, it does not make any
changes what-so-ever.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Bob Paauwe <bob.j.paauwe@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/f971d18ea6d350890447860aeb541dba072a6e47.1488273823.git.jani.nikula@intel.com
drivers/gpu/drm/i915/intel_dsi.c