Re: [PATCH v2 2/3] video: display_timing: Add flags to select the edge when the sync is driven

2016-09-29 Thread Tomi Valkeinen
On 22/09/16 13:35, Peter Ujfalusi wrote: > The sync can be - and for some panels it must be - driven on different edge > then the data. Well, the "can be" depends on the display controller =). > Signed-off-by: Peter Ujfalusi > CC: Rob Herring > CC: Mark Rutland > CC: devicet...@vger.kernel.org

[PATCH v2 2/3] video: display_timing: Add flags to select the edge when the sync is driven

2016-09-22 Thread Peter Ujfalusi
The sync can be - and for some panels it must be - driven on different edge then the data. Signed-off-by: Peter Ujfalusi CC: Rob Herring CC: Mark Rutland CC: devicet...@vger.kernel.org --- include/video/display_timing.h | 4 1 file changed, 4 insertions(+) diff --git a/include/video/disp