Kernel[Tegra2] - Messing about debugging tegra stuff
[tpg/acess2.git] / KernelLand / Modules / Display / Tegra2Vid / main.c
index 34b58f1..09bbbb8 100644 (file)
@@ -98,7 +98,7 @@ int Tegra2Vid_Install(char **Arguments)
        gpTegra2Vid_IOMem = (void*)MM_MapHWPages(gTegra2Vid_PhysBase, 256/4);
 
        #if DUMP_REGISTERS
-       Tegra2Vid_int_DumpRegisters();
+//     Tegra2Vid_int_DumpRegisters();
        #endif
 
        // HACK!!!
@@ -148,6 +148,7 @@ int Tegra2Vid_Install(char **Arguments)
 #endif
 
        gpTegra2Vid_Cursor = (void*)MM_AllocDMA(1, 26, NULL);
+       Log_Debug("Tegra2Vid", "gpTegra2Vid_Cursor = %p", gpTegra2Vid_Cursor);
 
        Tegra2Vid_int_SetMode(0);
 

UCC git Repository :: git.ucc.asn.au