[Nouveau] Kernel panic on nouveau during boot on NVIDIA NV118 (GM108)

2017-06-06 Thread Chris Chiu
We are working with new desktop that have the NVIDIA NV118 chipset. During boot, the display becomes unusable at the point where the nouveau driver loads. We have reproduced on 4.8, 4.11 and linux master (4.12-rc3). Dmesg log is attached. Is this a known issue? Anything we can do to help?

[Nouveau] [PATCH] drm/nouveau: fix unknown chipset for GTX 1060

2016-12-19 Thread Chris Chiu
Nouveau driver shows unknown chipset (136000a1) for GTX 1060, so it only gives VGA resolution on screen. Use the same chipset as nv134 then it shows FullHD. This commit copies fields from nv134_chipset to nv136_chipset for GTX 1060. Signed-off-by: Chris Chiu <c...@endlessm.com> --- drive