aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/mali400/r3p2/ump/linux
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2014-06-24 10:59:02 -0400
committersbrissen <sbrissen@hotmail.com>2014-06-24 11:24:14 -0400
commitbc39ad7239a956de69068934911ab2d0ab09cf55 (patch)
treeb186ba59d91ff67b714ed9c430fcf30d0a1ebc06 /drivers/gpu/mali400/r3p2/ump/linux
parent8a5d38ca20b050503938ec60073ecd964ead39b3 (diff)
downloadkernel_samsung_smdk4412-bc39ad7239a956de69068934911ab2d0ab09cf55.zip
kernel_samsung_smdk4412-bc39ad7239a956de69068934911ab2d0ab09cf55.tar.gz
kernel_samsung_smdk4412-bc39ad7239a956de69068934911ab2d0ab09cf55.tar.bz2
smdk4412: update mali driver
from GT-N7100_SEA_KK_Opensource Change-Id: I1ddaa2c88660427348f359a6477aced196c4d7dc
Diffstat (limited to 'drivers/gpu/mali400/r3p2/ump/linux')
-rw-r--r--drivers/gpu/mali400/r3p2/ump/linux/ump_kernel_memory_backend_os.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/mali400/r3p2/ump/linux/ump_kernel_memory_backend_os.c b/drivers/gpu/mali400/r3p2/ump/linux/ump_kernel_memory_backend_os.c
index 0cee2c8..57c2a7f 100644
--- a/drivers/gpu/mali400/r3p2/ump/linux/ump_kernel_memory_backend_os.c
+++ b/drivers/gpu/mali400/r3p2/ump/linux/ump_kernel_memory_backend_os.c
@@ -185,6 +185,8 @@ static int os_allocate(void* ctx, ump_dd_mem * descriptor)
if (left)
{
DBG_MSG(1, ("Failed to allocate needed pages\n"));
+ printk(KERN_ALERT"UMP::Failed to allocated pages, totally pages = %d, allocated pages = %d, currently requested pages = %d \n",
+ (int)info->num_pages_max, (int)info->num_pages_allocated, left + pages_allocated);
/* MALI_SEC */
DBG_MSG(1, ("UMP memory allocated: %d kB Configured maximum OS memory usage: %d kB\n",
(pages_allocated * _MALI_OSK_CPU_PAGE_SIZE)/1024, (info->num_pages_max* _MALI_OSK_CPU_PAGE_SIZE)/1024));