search for: hmdi

Displaying 8 results from an estimated 8 matches for "hmdi".

Did you mean: hdmi
2017 Jan 18
2
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
On Tue, Jan 17, 2017 at 5:42 PM, Alastair Bridgewater <alastair.bridgewater at gmail.com> wrote: > HDMI specification 1.4a, table 8-15 is very explicitly a "must > support at least one of" table, not a "must support all of" table. > It is not hard to find hardware that does not support some of the > so-called "mandatory" modes. > > More
2016 Nov 28
0
[PATCH] drm/nouveau: Add Lenovo P70 to apply_dcb_encoder_quirks
...m/nouveau/nouveau_bios.c index 23ffe85..ef2e6fd 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bios.c +++ b/drivers/gpu/drm/nouveau/nouveau_bios.c @@ -1746,6 +1746,17 @@ apply_dcb_encoder_quirks(struct drm_device *dev, int idx, u32 *conn, u32 *conf) *conn = 0x02000312; } + /* + * Lenovo P70: HMDI connector listed as both DP and DVI, + * ignore the DVI entry. + */ + if (nv_match_device(dev, 0x13f9, 0x17aa, 0x222d)) { + if (idx == 7) { + *conn = 0x0000000f; + *conf = 0x00000000; + } + } + return true; } -- 2.9.3
2017 Jan 18
1
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
...> modes? Another quick glance at the specs leads me to believe c858cfcae6d is correct. 8-15 does say that a sink supporting 3D must at lesst support one of the modes listed in that table. But that's just the very start of the story and we are really talking about the 3D_present bit in the HMDI VSDB and the associated "mandatory" modes (the term comes from the spec). HDMI 1.4a Page 155: "3D_present [1bit] This bit indicates 3D support by the HDMI Sink, including the mandatory formats. If set (=1), an HDMI Sink supports the 3D video formats that are mandatory formats,&quot...
2017 Jan 18
0
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
...ick glance at the specs leads me to believe c858cfcae6d is > correct. > > 8-15 does say that a sink supporting 3D must at lesst support one of the > modes listed in that table. But that's just the very start of the story > and we are really talking about the 3D_present bit in the HMDI VSDB and > the associated "mandatory" modes (the term comes from the spec). > > HDMI 1.4a Page 155: > > "3D_present [1bit] This bit indicates 3D support by the HDMI Sink, > including the mandatory formats. If set (=1), an HDMI Sink supports the > 3D video formats...
2017 Jan 18
2
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
On Wed, Jan 18, 2017 at 11:27:16AM -0500, Ilia Mirkin wrote: > Damien - did you ever test these mandatory modes on an actual > commercial 3D TV or similar device? My main testing device was a Samsung TV with this 3D_present bit set and all the advertised modes were working. Can't quite remember if that included the interleaved mode. -- Damien
2017 Jan 18
1
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
...articular compare the mandatory modes to the other modes advertised by that TV. Maybe we could see some kind of pattern emerge, like the 3D modes supported being the ones with the timings in table 8-15. -- Damien [1] https://cgit.freedesktop.org/xorg/app/edid-decode/ data/samsung-UE40D8000YU-hmdi
2017 Aug 04
0
What RH-like on a Dell XPS 15 (9590)?
...mention nouveau anymore, success? No, it still hangs w/ ml kernel. ==== After all this, I wanted to get back to kernel 3.10, to see now that nouveau is off, if that changes something. Well this is a surprise, everything works fine w/ this 3.10.0-514.26.2.el7.x86_64 kernel (suspend/hibernate/wifi/hmdi-out/dell keys/vmware) BUT the bluetooth (and the dell fn+radioswitch key). I re-installed drv-nouveau, removed the blacklist file from /etc/modprobe.d and all is still OK, but Xorg doesn't loads nouveau driver despite the fact that lsmod shows the nouveau kernel module (I checked, during my fo...
2017 Aug 04
4
What RH-like on a Dell XPS 15 (9590)?
Ok you in Grub press tab and then add ?3? after the initrd entry ?. quiet?? yum remove xorg-x11-drv-nouveau And see if X11 come up with standard frambuffer? Disable nouveau complete from kernel if the upper not helps. nano /etc/modprobe.d/blacklist-nouveau.conf blacklist nouveau > Am 04.08.2017 um 12:52 schrieb wwp <subscript at free.fr>: > > Hello, > > > On Thu,