mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
enable gpu's fastclear function
This commit is contained in:
@@ -63,7 +63,7 @@ module_param(contiguousBase, ulong, 0644);
|
||||
long bankSize = 32 << 20;
|
||||
module_param(bankSize, long, 0644);
|
||||
|
||||
int fastClear = 0; //-1;
|
||||
int fastClear = -1;
|
||||
module_param(fastClear, int, 0644);
|
||||
|
||||
int compression = -1;
|
||||
|
||||
@@ -2673,6 +2673,8 @@ gceSTATUS gckOS_AllocatePagedMemoryEx(
|
||||
if(addr) {
|
||||
g_pages_alloced += numPages;
|
||||
//printk("alloc %d / %d \n", numPages, g_pages_alloced);
|
||||
} else {
|
||||
printk("gpu : alloc %d fail! (%d/8192)\n", numPages, g_pages_alloced);
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user