Thread
:
The N800 has a 3D accelerator, right?
View Single Post
svs57
2010-02-20 , 16:33
Posts: 207 | Thanked: 31 times | Joined on Apr 2008
#
479
omaplcd_linux.c:
irqreturn_t vsync_isr(int irq, void *dev_id, struct pt_regs *regs)
should be
static irqreturn_t vsync_isr(int irq, void *dev_id)
Also in mmap.c
function define as PKV_OFFSET_STRUCT *PVRMMapRegisterArea
but return PKV_OFFSET_STRUCT
Quote & Reply
|
The Following User Says Thank You to svs57 For This Useful Post:
t_moyashi
svs57
View Public Profile
Send a private message to svs57
Find all posts by svs57