]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm: dsi: Provide option to force continuous HS clock
authorArchit Taneja <architt@codeaurora.org>
Wed, 8 Apr 2015 06:07:40 +0000 (11:37 +0530)
committerRob Clark <robdclark@gmail.com>
Thu, 11 Jun 2015 17:11:03 +0000 (13:11 -0400)
commit79d27e97268e2cc6f4509ae0222b1fd19c66656e
tree6101b59cbeec6d229c4df9959b64e25d90ba0c09
parent70669206de193f312e1bdfc7bf1ce7739dcdebc4
drm/msm: dsi: Provide option to force continuous HS clock

Some DSI peripherals rely on the HS clock on DSI clock lane as their clock
source. If the clock lane transitions between HS and LP states, it
can disrupt the functioning of such peripherals.

The mipi dsi mode flag MIPI_DSI_CLOCK_NON_CONTINUOUS already exists for
such peripheral drivers. Use it to configure the bit CLKLN_HS_FORCE_REQUEST
in DSI_LANE_CTRL.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/dsi/dsi_host.c