All of lore.kernel.org
 help / color / mirror / Atom feed
From: linux@prisktech.co.nz (Tony Prisk)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH] imx: video: staging: Add HDMI support to imx-drm driver
Date: Sun, 11 Aug 2013 08:15:56 +1200	[thread overview]
Message-ID: <52069F7C.9050600@prisktech.co.nz> (raw)
In-Reply-To: <CAOMZO5CGpdD-iSVBc_dCvCFPXnRuP8PEBRi=xUEcOGwNubX3GQ@mail.gmail.com>

On 11/08/13 05:52, Fabio Estevam wrote:
> Hi Tony,
>
> On Sun, Aug 4, 2013 at 4:47 PM, Tony Prisk <linux@prisktech.co.nz> wrote:
>> Add support for the HDMI controller found on the i.MX6. Driver is
>> based on code originally added by Sascha Hauer, but not submitted
>> to mainline/staging with the rest of the driver.
>>
>> Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
>> ---
>>
>> This is a tidy up of Sascha's earlier HDMI driver for the staging/imx-drm
>> driver. It is still missing CEA support, but has tested fine on a Wandboard
>> Quad (and possibly the Dual?).
>>
>> This is a RFC to see how people feel about the state of the code for inclusion
>> into the mainline staging driver and what still needs to be done to get it
>> there.
>>
>> I have tidied up a lot of the unneccessary code that isn't used and added
>> some proper OF-related stuff.
> Thanks for working on this.
>
>> Regards
>> Tony Prisk
>>
>>   arch/arm/boot/dts/imx6dl-wandboard.dts      |   13 +
>>   arch/arm/boot/dts/imx6q-wandboard.dts       |   13 +
>>   arch/arm/boot/dts/imx6qdl.dtsi              |   10 +
> Please split the dts changes from the driver changes.
>
> The driver changes should go via Greg Kroah-Hartman staging tree.
>
> Once it is accepted, then you could submit the dts changes into Shawn's tree.
>
> I made some comments below (mostly comestic). After you take care of
> them, please send a formal patch to gregkh and
> devel at driverdev.osuosl.org (and also the folks you have Cc'ed here).
>
> ...
>
Thanks for the review.. Most of this is expected. I hadn't spent a lot 
of time tidying up or 'formalizing' the patch, but I will tidy up the 
comments you made.

Three problem's I have noticed with the driver are:

1) If I start the system with no output connected, then connect the 
hdmi, the framebuffer is initialized in 1024x768, but the 
connector/encoder is in 1920x1080 (as per the video= kernel param).

2) The PLL fails to lock several times during startup, but always seems 
to be ok to initialize the actually requested mode.

3) EDID reading fails occassionally for no obvious reason. Powering down 
the Wandboard (sometimes several times) and it comes right.

Once I get all this sorted out, and the code tidied up properly I will 
send a 'proper' patch.

Regards
Tony P

       reply	other threads:[~2013-08-10 20:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1375645673-18237-1-git-send-email-linux@prisktech.co.nz>
     [not found] ` <CAOMZO5CGpdD-iSVBc_dCvCFPXnRuP8PEBRi=xUEcOGwNubX3GQ@mail.gmail.com>
2013-08-10 20:15   ` Tony Prisk [this message]
2013-08-12 16:06     ` [RFC PATCH] imx: video: staging: Add HDMI support to imx-drm driver Fabio Estevam
2013-09-28  3:52     ` Fabio Estevam
2013-09-29 17:44       ` Tony Prisk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52069F7C.9050600@prisktech.co.nz \
    --to=linux@prisktech.co.nz \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.