Re: [Nouveau] [PATCH 0/5] drm/nouveau: add basic HDMI 2.0 support

2018-09-03 Thread Ben Skeggs
On Tue, 4 Sep 2018 at 10:59, Ilia Mirkin wrote: > > This is the beginnings of HDMI 2.0 support. All of the "extra" > features are left out, such as 12/16bpc, YUV420, etc. > > I've verified that with this code, a GP108 (GT1030) can switch between > 4k@60 and 19

[PATCH 0/5] drm/nouveau: add basic HDMI 2.0 support

2018-09-03 Thread Ilia Mirkin
This is the beginnings of HDMI 2.0 support. All of the "extra" features are left out, such as 12/16bpc, YUV420, etc. I've verified that with this code, a GP108 (GT1030) can switch between 4k@60 and 1920x1080@60 on a LG 4K TV. Further, I've verified via i2c tools, that the S

HDMI 2.0 Support

2016-08-09 Thread Alex Deucher
On Mon, Aug 8, 2016 at 10:44 AM, Jose Abreu wrote: > Hi, > > Currently I am working on some HDMI 2.0 features using the DRM > infrastructure. I am mainly working in parsing the newly > introduced EDID blocks such as HDMI Forum Vendor Specific Data > Block, YCBCR 420 Video Data Block and YCBCR Capa

HDMI 2.0 Support

2016-08-08 Thread Jose Abreu
Hi, Currently I am working on some HDMI 2.0 features using the DRM infrastructure. I am mainly working in parsing the newly introduced EDID blocks such as HDMI Forum Vendor Specific Data Block, YCBCR 420 Video Data Block and YCBCR Capability Map Data Block. The new blocks require some changes in t