Editing PS3 GPU Driver
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 23: | Line 23: | ||
* You have to patch your LV1 and enable 4KB GPU IO page size support else ps3gpu won't work. | * You have to patch your LV1 and enable 4KB GPU IO page size support else ps3gpu won't work. | ||
* You can either patch your LV1 permanently (e.g. with my ps3mfw task for LV1) or do it at run-time with my '''gpu_4kb_iopage.sh''' script. | * You can either patch your LV1 permanently (e.g. with my ps3mfw task for LV1) or do it at run-time with my '''gpu_4kb_iopage.sh''' script. | ||
* By default, LV1 supports 1MB and 64KB GPU IO page sizes but we need 4KB page size. The | * By default, LV1 supports 1MB and 64KB GPU IO page sizes but we need 4KB page size. The reson for this is that it's very hard to allocate 1MB or 64KB continuous memory chunk in FreeBSD kernel (same applies for Linux). | ||
* gpu_4kb_iopage.sh should work with my petitboot and my Linux kernels and even on FreeBSD if you load ps3physmem driver before using the script. | * gpu_4kb_iopage.sh should work with my petitboot and my Linux kernels and even on FreeBSD if you load ps3physmem driver before using the script. | ||
* http://gitorious.ps3dev.net/ps3otheros/scripts | * http://gitorious.ps3dev.net/ps3otheros/scripts |