From: Andy Furniss <adf.lists@gmail.com>
To: Alex Deucher <alexdeucher@gmail.com>
Cc: dri-devel <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list
Date: Sun, 23 Jun 2013 21:01:10 +0100 [thread overview]
Message-ID: <51C75406.6070007@gmail.com> (raw)
In-Reply-To: <CADnq5_MVtBzXEw_i31yVSZs5XhUq6LPdsvaxWetCHtnjF+R_kw@mail.gmail.com>
Alex Deucher wrote:
> On Sat, Jun 1, 2013 at 5:13 AM, Andy Furniss <adf.lists@gmail.com> wrote:
>> Daniel Vetter wrote:
>>
>>> Interlaced modes are supported on all intel platforms (except i8xx, hw
>>> can't do it there) and we have full support for CEA modes.
>>> -Daniel
>>
>>
>> OK, thanks, I guess it's an AMD driver issue rather than a more generic drm
>> thing then.
>
> You might try removing this chunk of code in radeon_atom_mode_fixup()
> in atombios_encoders.c
>
> /* hw bug */
> if ((mode->flags & DRM_MODE_FLAG_INTERLACE)
> && (mode->crtc_vsync_start < (mode->crtc_vdisplay + 2)))
> adjusted_mode->crtc_vsync_start =
> adjusted_mode->crtc_vdisplay + 2;
Thanks, but it doesn't make any difference.
To slightly correct what I said earlier when describing what I see -
at 1920x1080i the right quarter of the bottom line is rendering repeated
x4 as the top line.
next prev parent reply other threads:[~2013-06-23 20:01 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-31 12:23 [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list ville.syrjala
2013-05-31 15:43 ` Daniel Vetter
2013-05-31 18:56 ` Andy Furniss
2013-05-31 19:46 ` Daniel Vetter
2013-06-01 9:13 ` Andy Furniss
2013-06-23 17:53 ` Alex Deucher
2013-06-23 20:01 ` Andy Furniss [this message]
2013-06-18 10:10 ` Andy Furniss
2013-06-18 10:30 ` Ville Syrjälä
2013-06-18 10:36 ` Andy Furniss
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=51C75406.6070007@gmail.com \
--to=adf.lists@gmail.com \
--cc=alexdeucher@gmail.com \
--cc=dri-devel@lists.freedesktop.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.