Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. ./lima-memtester 100M
  2. This is a simple textured cube demo from the lima driver and
  3. a memtester. Both combined in a single program. The mali400
  4. hardware is only used to stress RAM in the background. But
  5. this happens to significantly increase chances of exposing
  6. memory stability related problems.
  7.  
  8. Kernel driver is version 14
  9. Detected 1 Mali-400 GP Cores.
  10. Detected 2 Mali-400 PP Cores.
  11. FB: 800x480@32bpp at 0x51001000 (0x002EE000)
  12. Using dual buffered direct rendering to FB.
  13.  
  14. memtester version 4.3.0 (32-bit)
  15. Copyright (C) 2001-2012 Charles Cazabon.
  16. Licensed under the GNU General Public License version 2 (only).
  17.  
  18. pagesize is 4096
  19. pagesizemask is 0xfffff000
  20. want 100MB (104857600 bytes)
  21. got 100MB (104857600 bytes), trying mlock ...locked.
  22. Loop 1:
  23. Stuck Address : ok
  24. Random Value : ok
  25. Compare XOR : ok
  26. Compare SUB : ok
  27. Compare MUL : ok
  28. Compare DIV : ok
  29. Compare OR : ok
  30. Compare AND : ok
  31. Sequential Increment: ok
  32. Solid Bits : ok
  33. Block Sequential : ok
  34. Checkerboard : ok
  35. Bit Spread : ok
  36. Bit Flip : ok
  37. Walking Ones : ok
  38. Walking Zeroes : ok
  39.  
  40. Loop 2:
  41. Stuck Address : ok
  42. Random Value : ok
  43. Compare XOR : ok
  44. Compare SUB : ok
  45. Compare MUL : ok
  46. Compare DIV : ok
  47. Compare OR : ok
  48. Compare AND : ok
  49. Sequential Increment: ok
  50. Solid Bits : testing 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement