drm/bridge: adv7533: Use internal timing generator
authorArchit Taneja <architt@codeaurora.org>
Wed, 15 Jun 2016 11:33:12 +0000 (17:03 +0530)
committerArchit Taneja <architt@codeaurora.org>
Wed, 13 Jul 2016 08:54:37 +0000 (14:24 +0530)
commit78fa479d703c4d473746e961331aff568dc0c24f
tree11d3d48c7d35fa0c5b56719bab9ce78740f029d2
parent1e4d58cd7f888522d16f221d628356befbb08468
drm/bridge: adv7533: Use internal timing generator

ADV7533 provides an internal timing generator for certain modes that it
can't use the DSI clock directly.

We've observed that HDMI is more stable with the internal timing
generator, especially if there are instabilities in the DSI clock source.
The data spec also seems to recommend the usage of the timing generator
for all modes.

However, on some platforms, it's reported that enabling the timing
generator causes instabilities with the HDMI output.

Create a DT parameter that lets a platform explicitly disable the timing
generator. The timing generator is enabled by default.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
drivers/gpu/drm/bridge/adv7511/adv7511.h
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c
drivers/gpu/drm/bridge/adv7511/adv7533.c
This page took 0.024675 seconds and 5 git commands to generate.