]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915/dsi: Drop bogus MIPI_SEQ_ASSERT_RESET before POWER_ON
authorHans de Goede <hdegoede@redhat.com>
Wed, 1 Mar 2017 13:14:58 +0000 (15:14 +0200)
committerJani Nikula <jani.nikula@intel.com>
Wed, 1 Mar 2017 13:57:49 +0000 (15:57 +0200)
commit19c17df3cb5e6a7f4cc2b8df63a9409c12c5a610
tree5f4a1cd3cfc6dd2206526dc3c36fab94bbb158c4
parent249f6962353117de4f98654b416f581f4216013c
drm/i915/dsi: Drop bogus MIPI_SEQ_ASSERT_RESET before POWER_ON

intel_dsi_post_disable(), which does the MIPI_SEQ_ASSERT_RESET,
will always be called at some point before intel_dsi_pre_enable()
making the MIPI_SEQ_ASSERT_RESET in intel_dsi_pre_enable() redundant.

In addition, calling MIPI_SEQ_ASSERT_RESET in the enable path goes
against the VBT spec.

Signed-off-by: Hans de Goede <hdegoede@redhat.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/1488374106-4949-3-git-send-email-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_dsi.c