[PATCH] drm/tegra: hdmi: Fix audio to work with any pixel clock rate

2016-12-14 Thread Alban Bedel
arithmetic. This allows the driver to cope with any sane pixel clock rate. Signed-off-by: Alban Bedel --- drivers/gpu/drm/tegra/hdmi.c | 163 ++- 1 file changed, 54 insertions(+), 109 deletions(-) diff --git a/drivers/gpu/drm/tegra/hdmi.c b/drivers/gpu/drm/tegra

[PATCH v2] drm/panel: add support for InnoLux N156BGE-L21 panel

2014-07-22 Thread Alban Bedel
This panel is used by the Medcom Wide and supported by the simple-panel driver. Signed-off-by: Alban Bedel --- v2: * Added the v/hsync pulses for correctness (the panel doesn't really needs them) * Fixed the size to report the physical size in mm --- .../bindings/panel/innolux,n1

[PATCH] drm/panel: add support for Innolux N156BGE-L21 panel

2014-06-12 Thread Alban Bedel
This panel is used by the Medcom Wide and supported by the simple-panel driver. Signed-off-by: Alban Bedel --- drivers/gpu/drm/panel/panel-simple.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel