[PATCH] drm: expand cea861 mode timing table

2016-09-02 Thread Alex Deucher
es (for > i915.ko) needs to be polished a bit, but the other bits all look fine to > me at a quick glance. > > Thanks, Daniel > >> >> >> >> -Original Message- >> From: Thierry Reding >> Sent: Friday, May 13, 2016 11:28:39 AM >> To: Yang,

[PATCH] drm: expand cea861 mode timing table

2016-09-02 Thread Emil Velikov
On 1 September 2016 at 20:03, Harry Wentland wrote: > Bumping this one up again. This patch is fairly contained and is a > pre-requisite for drivers that want 4k at 60 mode support on HDMI. > Afaics Daniel Vetter replied ~4 months ago [1] with a link to a (imho) more comprehensive series + a reque

[PATCH] drm: expand cea861 mode timing table

2016-09-01 Thread Harry Wentland
Bumping this one up again. This patch is fairly contained and is a pre-requisite for drivers that want 4k at 60 mode support on HDMI. -Harry On 2016-05-13 06:44 PM, Eric Yang wrote: > This patch expand the cea861 mode timing table to include vic 65 > to 107. This allows more modes to be reported

[PATCH] drm: expand cea861 mode timing table

2016-05-26 Thread Daniel Vetter
em. Patch 5 of that series (for i915.ko) needs to be polished a bit, but the other bits all look fine to me at a quick glance. Thanks, Daniel > > > > -Original Message- > From: Thierry Reding > Sent: Friday, May 13, 2016 11:28:39 AM > To: Yang, Eric > Cc: dr

[PATCH] drm: expand cea861 mode timing table

2016-05-25 Thread Yang, Eric
:28:39 AM To: Yang, Eric Cc: dri-devel at lists.freedesktop.org; linux-fbdev at vger.kernel.org; tomi.valkeinen at ti.com; plagnioj at jcrosoft.com Subject: Re: [PATCH] drm: expand cea861 mode timing table On Thu, May 12, 2016 at 03:37:33PM -0400, Eric Yang wrote: [...] > diff --git a/include/linux/hd

[PATCH] drm: expand cea861 mode timing table

2016-05-13 Thread Yang, Eric
. From: Thierry Reding Sent: Friday, May 13, 2016 11:28:39 AM To: Yang, Eric Cc: dri-devel at lists.freedesktop.org; linux-fbdev at vger.kernel.org; tomi.valkeinen at ti.com; plagnioj at jcrosoft.com Subject: Re: [PATCH] drm: expand cea861 mode timing table On Thu, May

[PATCH] drm: expand cea861 mode timing table

2016-05-13 Thread Eric Yang
This patch expand the cea861 mode timing table to include vic 65 to 107. This allows more modes to be reported on newer displays, including 4k at 60Hz on HDMI, which was previously only reported if the display edid has a detailed timing descriptor block specifying the exact timing v2: - fix format

[PATCH] drm: expand cea861 mode timing table

2016-05-13 Thread Thierry Reding
On Thu, May 12, 2016 at 03:37:33PM -0400, Eric Yang wrote: [...] > diff --git a/include/linux/hdmi.h b/include/linux/hdmi.h > index e974420..edbb4fc 100644 > --- a/include/linux/hdmi.h > +++ b/include/linux/hdmi.h > @@ -78,6 +78,8 @@ enum hdmi_picture_aspect { > HDMI_PICTURE_ASPECT_NONE, >

[PATCH] drm: expand cea861 mode timing table

2016-05-13 Thread Jani Nikula
On Thu, 12 May 2016, Eric Yang wrote: > This patch expand the cea861 mode timing table to include vic 65 > to 107. This allows more modes to be reported on newer displays, > including 4k at 60Hz on HDMI, which was previously only reported if > the display edid has a detailed timing descriptor bloc

[PATCH] drm: expand cea861 mode timing table

2016-05-12 Thread Eric Yang
This patch expand the cea861 mode timing table to include vic 65 to 107. This allows more modes to be reported on newer displays, including 4k at 60Hz on HDMI, which was previously only reported if the display edid has a detailed timing descriptor block specifying the exact timing Signed-off-by: E