Thread
:
debian jessie image for N900
View Single Post
Android_808
2014-09-15 , 13:49
Posts: 1,203 | Thanked: 3,027 times | Joined on Dec 2010
#
114
drivers/gpu/pvr/module.c: 229
Makes a call to CreateProcEntries(), which in turn creates the /proc/pvr folder. WIthout testing, I would guess the fault is in the if block @ drivers/gpu/pvr/proc.c: 167
I'm leaning towards
Code:
file->owner = THIS_MODULE;
being the problem as it was removed in 2.6.30
http://git.kernel.org/cgit/linux/ker...ea9e41149804f3
. I have also found another version of the driver based on cedartrail that has this line in an if block for older kernel versions (
https://github.com/thomas001/cdv/blo...ux/proc.c#L477
)
If not, you could try building debug version to enable PVR_DPF definition to see what proc entry is failing?
Quote & Reply
|
The Following 7 Users Say Thank You to Android_808 For This Useful Post:
caveman
,
Estel
,
foobar
,
marmistrz
,
OVK
,
wicket
,
Wikiwide
Android_808
View Public Profile
Send a private message to Android_808
Find all posts by Android_808