Displaying 1 result from an estimated 1 matches for "gpu_nouveau_gp107".
2017 Jan 22
1
[GP107 chipset][PATCH] Recognise GP107 chipset (GTX 1050/1050ti)
Hello everyone, I would like to submit a simple patch to let nouveau able
to detect GTX 1050 / 1050ti cards. TESTED and WORKING on my computer with
my GPU (Gigabyte GTX 1050ti OC edition).
drivers/gpu/drm/nouveau/nvkm/engine/device/
base.c
gpu_nouveau_gp107.patch
2272a2273,2301
> static const struct nvkm_device_chip
> nv137_chipset = {
> .name = "GP107",
> .bar = gf100_bar_new,
> .bios = nvkm_bios_new,
> .bus = gf100_bus_new,
> .devinit = gm200_devinit_new,
> .fb = gp102_fb_new,
> .fuse...