shinpei0208 / gdev

First-Class GPU Resource Management: Device Drivers, Runtimes, and CUDA Compilers for Nouveau.
http://www.pdsl.jp/
MIT License
350 stars 70 forks source link

nouveau: patch against Linux v3.5-rc5 #4

Closed kris7t closed 12 years ago

kris7t commented 12 years ago

With this new patch I could get the driver and gdev compile and load.

The patch is against the tag v3.5-rc5 from @torvalds' tree, but should apply to any recent one, I think.

kris7t commented 12 years ago

Forget about this. There may be some serious bugs that cause 100% cpu utilization and messages like

Jul  8 14:10:40 localhost kernel: [ 5156.711545] [drm] nouveau 0000:01:00.0: PFIFO: read fault at 0x0000000000 [PT_NOT_PRESENT] from PGRAPH/CTXCTL on channel 0x000011a000
Jul  8 14:10:40 localhost kernel: [ 5156.711562] [drm] nouveau 0000:01:00.0: PFIFO: unknown status 0x40000000

when trying to run an application using CUDA.

shinpei0208 commented 12 years ago

Okay. If you get a new patch working, however, please send it to me :D

Shinpei