On Thu, 11 May 2017 11:31:25 -0700
Eric Anholt wrote:
> Avoids a bunch of connector boilerplate. Note that this causes panel
> prepare() to be moved before mtk_dsi_poweron() and unprepare() to be
> after poweroff(). I think this is the expected usage of the panel API
> (enable should be when yo
Avoids a bunch of connector boilerplate. Note that this causes panel
prepare() to be moved before mtk_dsi_poweron() and unprepare() to be
after poweroff(). I think this is the expected usage of the panel API
(enable should be when you do things that require the link to be
brought up), but there m