search for: nvkm_device_preinit

Displaying 2 results from an estimated 2 matches for "nvkm_device_preinit".

2020 Jul 27
0
[PATCH] drm/nouveau: add config NvForceGpioReset
...32 addr); diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c index 5b90c2a1bf3d..1b7535805e71 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2836,6 +2836,11 @@ nvkm_device_preinit(struct nvkm_device *device) if (ret) goto fail; + if (device->devinit->force_gpio_reset) { + struct nvkm_gpio *gpio = device->devinit->subdev.device->gpio; + nvkm_gpio_reset(gpio, DCB_GPIO_UNUSED); + } + time = ktime_to_us(ktime_get()) - time; nvdev_trace(device, "pr...
2018 Dec 08
18
[Bug 108980] New: GF117: MMIO write of 0000001f FAULT at 6013d4 [ IBUS ]
https://bugs.freedesktop.org/show_bug.cgi?id=108980 Bug ID: 108980 Summary: GF117: MMIO write of 0000001f FAULT at 6013d4 [ IBUS ] Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau