summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-06-15 22:18:46 +0100
committerAndy Green <andy.green@linaro.org>2011-06-15 22:18:46 +0100
commitfc7bea5d4ac1b6e84e33c2719558a04492c7c5d1 (patch)
tree67bb32e52bfb7dc83d166bd83bb20d6d0ff34c0f
parent5e839ba40e1a2cfb4e200fd060dfe9a59989f877 (diff)
sgx additional trace debug
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/gpu/pvr/display/omap_sgx_displayclass.c2
-rw-r--r--drivers/gpu/pvr/pvr_debug.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/pvr/display/omap_sgx_displayclass.c b/drivers/gpu/pvr/display/omap_sgx_displayclass.c
index 89852fb8471..e56fd4d6fe1 100644
--- a/drivers/gpu/pvr/display/omap_sgx_displayclass.c
+++ b/drivers/gpu/pvr/display/omap_sgx_displayclass.c
@@ -304,7 +304,7 @@ static PVRSRV_ERROR OpenDCDevice(IMG_UINT32 ui32DeviceID,
psDevInfo->sSystemBuffer.psSyncData = psSystemBufferSyncData;
display = psDevInfo->display;
- DEBUG_PRINTK("Opening display %lu '%s'",psDevInfo->ulDeviceID,
+ pr_err("Opening display %lu '%s'",psDevInfo->ulDeviceID,
display->name);
/* TODO: Explain here why ORIENTATION_VERTICAL is used*/
diff --git a/drivers/gpu/pvr/pvr_debug.h b/drivers/gpu/pvr/pvr_debug.h
index e07103f56f5..ccc8faea6b8 100644
--- a/drivers/gpu/pvr/pvr_debug.h
+++ b/drivers/gpu/pvr/pvr_debug.h
@@ -69,9 +69,9 @@ extern "C" {
#define PVRSRV_NEED_PVR_DPF
#endif
-#if !defined(PVRSRV_NEED_PVR_TRACE) && (defined(DEBUG) || defined(TIMING))
+//#if !defined(PVRSRV_NEED_PVR_TRACE) && (defined(DEBUG) || defined(TIMING))
#define PVRSRV_NEED_PVR_TRACE
-#endif
+//#endif
#if defined(PVRSRV_NEED_PVR_ASSERT)