Displaying 1 result from an estimated 1 matches for "nvkm_udevice_info".
2020 Oct 02
0
5.9-rc7 oops in nvkm_udevice_info() w/ GA100
hey,
I'm seeing an Oops when nouveau loads (see below). I've verified
that this is because both device->chip and device->name are NULL prior
to the strncpy()s at the end of nvkm_udevice_info(). Bisect shows that
this started happening after:
commit 24d5ff40a732633dceab68c6559ba723784f4a68
Author: Karol Herbst <kherbst at redhat.com>
Date: Tue Apr 28 18:54:02 2020 +0200
drm/nouveau/device: rework mmio mapping code to get rid of second map
Fixes warnings on GPUs with sma...