Displaying 2 results from an estimated 2 matches for "deifel".
2013 Aug 23
1
[PATCH] drm/nouveau/i2c: pass the function pointers in at creation time
i2c_bit_add_bus can call the pre_xfer function, which expects the func
pointer to be set. Pass in func to the port creation logic so that it is
set before i2c_bit_add_bus.
See https://bugs.freedesktop.org/show_bug.cgi?id=68456
Reported-by: Hans-Peter Deifel <hpdeifel at gmx.de>
Tested-by: Hans-Peter Deifel <hpdeifel at gmx.de>
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
This will only happen if i2c_algo_bit.bit_test=1.
drivers/gpu/drm/nouveau/core/include/subdev/i2c.h | 8 +++++---
drivers/gpu/drm/nouveau/core/subdev...
2013 Aug 22
5
[Bug 68456] New: kernel NULL pointer dereference on 'modprobe nouveau'
...Bug ID: 68456
Assignee: nouveau at lists.freedesktop.org
Summary: kernel NULL pointer dereference on 'modprobe nouveau'
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: hpdeifel at gmx.de
Hardware: Other
Status: NEW
Version: git
Component: Driver/nouveau
Product: xorg
Loading the nouveau module leads to an instant crash. I was advised on #nouveau
to try the config option NvI2C=1, which worked. But the default config is...