Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1343309 > unrolled thread

Re: [PATCH v2 1/3] drm/fsl-dcu: use mode flags for hsync/vsync polarity

Started byThierry Reding <thierry.reding@gmail.com>
First post2016-02-25 17:50 +0100
Last post2016-02-25 17:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2 1/3] drm/fsl-dcu: use mode flags for hsync/vsync  polarity Thierry Reding <thierry.reding@gmail.com> - 2016-02-25 17:50 +0100

#1343309 — Re: [PATCH v2 1/3] drm/fsl-dcu: use mode flags for hsync/vsync polarity

FromThierry Reding <thierry.reding@gmail.com>
Date2016-02-25 17:50 +0100
SubjectRe: [PATCH v2 1/3] drm/fsl-dcu: use mode flags for hsync/vsync polarity
Message-ID<r67h0-6Ay-9@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

On Mon, Feb 08, 2016 at 01:57:41PM -0800, Stefan Agner wrote:
> The current default configuration is as follows:
> - Invert VSYNC signal (active LOW)
> - Invert HSYNC signal (active LOW)
> 
> The mode flags allow to specify the required polarity per
> mode. Furthermore, none of the current driver settings is
> actually a standard polarity.
> 
> This patch applies the current driver default polarities as
> explicit flags to the display which has been introduced with
> the driver (NEC WQVGA "nec,nl4827hc19-05b"). The driver now
> also parses the flags field and applies the configuration
> accordingly, by using the following values as standard
> polarities: (e.g. when no flags are specified):
> - VSYNC signal not inverted (active HIGH)
> - HSYNC signal not inverted (active HIGH)
> 
> Signed-off-by: Stefan Agner <stefan@agner.ch>
> ---
>  drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c | 11 ++++++++---
>  drivers/gpu/drm/panel/panel-simple.c       |  1 +
>  2 files changed, 9 insertions(+), 3 deletions(-)

Acked-by: Thierry Reding <treding@nvidia.com>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web