[PATCH] Fix i2c table parsing for dcb 4.1

2015-02-22 Thread Stefan Huehner
Code before looked only at bit 31 to decide if a port is unused. However dcb 4.1 spec says 0x1F in bits 31-27 and 26-22 means unused. This fixed hdmi monitor detection on GM206. --- drm/nouveau/nvkm/subdev/bios/i2c.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drm/nou

[PATCH] device/gm100: Basic GM206 bring up (as copy of GM204)

2015-02-21 Thread Stefan Huehner
Enough to get VGA monitor on DVI-I output have output. HDMI output not yet working --- drm/nouveau/nvkm/engine/device/gm100.c | 43 ++ 1 file changed, 43 insertions(+) diff --git a/drm/nouveau/nvkm/engine/device/gm100.c b/drm/nouveau/nvkm/engine/device/gm100.c ind