1. cccf7e3 [mmio] Cast mmio to void* by Suraj Malhotra · 3 years, 10 months ago
  2. 043f5f0 [imgtec-pvr-rgx-km] Compile with -O0 for arm64-asan by Matthew Dempsky · 3 years, 10 months ago
  3. 3431528 [devices] Replace WARN with WARNING by Abdulla Kamar · 3 years, 11 months ago
  4. 31fa58d [imgtec-pvr-rgx-km] Fix incorrect macro usage by Abdulla Kamar · 4 years, 1 month ago
  5. f6adf76 [imgtec-pvr-rgx-km] Use zxlogf_etc() by Abdulla Kamar · 4 years, 1 month ago
  6. d6b09fa [UBSan][rgx] Temporarily disable UBSan by Leonard Chan · 4 years, 2 months ago
  7. a8e5123 Prepare for magma source migration by Craig Stout · 4 years, 4 months ago
  8. f818146 Use magma_util:macros by Craig Stout · 4 years, 5 months ago
  9. 922414d [imgtec-pvr-rgx-km] Convert ints to unsigned ints by Leonard Chan · 4 years, 4 months ago
  10. 17ace15 Compile fix for case where tracing disabled by Craig Stout · 4 years, 5 months ago
  11. 91e7ea1 Switch to MAGMA_LOG by Craig Stout · 4 years, 6 months ago
  12. aef52ac Return value for vendor ID query by John Bauman · 4 years, 7 months ago
  13. ad50026 Use correct core clock of 600MHz by John Bauman · 4 years, 7 months ago
  14. a4afcb0 Trace GPU activity by John Bauman · 4 years, 7 months ago
  15. 85b8a7d Add OWNERS file by John Bauman · 4 years, 7 months ago
  16. 390e583 Teardown CleanupThread before the process handle table by John Bauman · 4 years, 7 months ago
  17. 9599bb8 Set thread priority by John Bauman · 4 years, 9 months ago
  18. f83c561 Remove msd_context_execute_command_buffer by John Bauman · 4 years, 8 months ago
  19. 78e621f Rename alignment macro to avoid a collision with the DDK by Alex Legg · 4 years, 9 months ago
  20. ae6f470 Return device ID when queried. by John Rosasco · 4 years, 9 months ago
  21. 9a6f63e Switch longer OSWaitus to descheduling the thread by John Bauman · 4 years, 10 months ago
  22. 217dc11 Implement msd_context_execute_command_buffer_with_resources by John Bauman · 4 years, 10 months ago
  23. 927e2c8 Add stub msd_context_execute_command_buffer_with_resources by Craig Stout · 4 years, 10 months ago
  24. 9e9622f Version FuchsiaImgCommandPayload by John Bauman · 4 years, 10 months ago
  25. 21994f1 Dump GPU time statistics with magma-info by John Bauman · 4 years, 10 months ago
  26. b979804 Allow waiting for event objects on the client side by John Bauman · 4 years, 10 months ago
  27. 540a689 Use PlatformDevice for firmware loading by Craig Stout · 4 years, 10 months ago
  28. 8f5053b Use one semaphore to signal command completion by John Bauman · 4 years, 10 months ago
  29. 83ee9c3 Use semaphores to signal command completion by John Bauman · 4 years, 10 months ago
  30. 41ccaac Fix DmaBuf leak by John Bauman · 4 years, 10 months ago
  31. 692cbf1 Add tracing of bridge commands by John Bauman · 4 years, 10 months ago
  32. 543846d Add flag for when bridge command is finished processing by John Bauman · 4 years, 10 months ago
  33. 8f1176d Keep payload buffer mapped for its lifetime by John Bauman · 4 years, 10 months ago
  34. 26c9023 Reuse existing PMRs when importing VMO multiple times by John Bauman · 4 years, 10 months ago
  35. 29e70dd Unify payload and array buffers. by John Bauman · 4 years, 10 months ago
  36. 074dedc Implement thread naming by John Bauman · 4 years, 10 months ago
  37. cf8b3c3 Implement msd_semaphore_t by John Bauman · 4 years, 10 months ago
  38. 6100f17 Use DMABuf bridge for VMO import by John Bauman · 4 years, 11 months ago
  39. 18782bb Implement OSGetCurrentClientThreadIDKM by John Bauman · 4 years, 10 months ago
  40. b658d6e Allow taking ownership of a client VMO by John Bauman · 4 years, 11 months ago
  41. 5a2e47b Implement stub msd_query_returns_buffer by John Bauman · 4 years, 11 months ago
  42. 3c105f5 Implement OSCopyFrom/ToUser by John Bauman · 5 years ago
  43. fac4144 Dispatch bridge commands from msd_context_execute_command_buffer by John Bauman · 5 years ago
  44. 03c6dcc Implement MsdImgBuffer by John Bauman · 5 years ago
  45. 3025e43 Use PVR_BUILD_DIR in logging by John Bauman · 5 years ago
  46. 3da74e4 Add no-hardware build by John Bauman · 5 years ago
  47. d7eecdf Fix driver teardown by John Bauman · 5 years ago
  48. bcce1c5 Implement OSGetRAMSize by John Bauman · 5 years ago
  49. c7ae085 Switch reported frequency to 400MHz by John Bauman · 5 years ago
  50. 353159c Define DEBUG in debug builds by John Bauman · 5 years ago
  51. 7c66b26 Reimplement event objects with condition variables by John Bauman · 5 years ago
  52. 4dab7ad Only use -mstrict-align on ARM64 by John Bauman · 5 years ago
  53. 7a6572e Implement OSReleaseThreadQuanta by John Bauman · 5 years ago
  54. 1405e0c Call into ImgSysDevice to power up/down GPU. by John Bauman · 5 years ago
  55. fc6b9fe Implement OSGetCurrentProcessVASpaceSize by John Bauman · 5 years ago
  56. 8573cfc Set -mstrict-align by John Bauman · 5 years ago
  57. e6a1100 Tear down CONNECTION_DATA on closing MsdImgConnection by John Bauman · 5 years ago
  58. 5778b2f Enable active power management by John Bauman · 5 years ago
  59. 97b7fcd Implement OSEventObjectWait*AndHoldBridgeLock by John Bauman · 5 years ago
  60. 090bae5 Correctly pick cache flags for cache-coherent memory by John Bauman · 5 years ago
  61. c405949 Implement msd_device_dump_status. by John Bauman · 5 years ago
  62. 9972481 Remove not implemented logging from OSCPUOperation by John Bauman · 5 years ago
  63. 6af0d94 Implement OSGetCurrentProcessID by John Bauman · 5 years ago
  64. 366c6b5 Use TLS to store the current client process ID by John Bauman · 5 years ago
  65. fc60b04 Start add MsdImgConnection by John Bauman · 5 years ago
  66. b69afaa Dump GPU state when force-idle fails by John Bauman · 5 years ago
  67. aec0bde Enable Werror by John Bauman · 5 years ago
  68. be76edb Implement cache ops by John Bauman · 5 years ago
  69. 389d1b5 Implement register access functions. by John Bauman · 5 years ago
  70. cf8f715 Implement installing LISR (low-level interrupt-service routine) by John Bauman · 5 years ago
  71. 6976667 Implement installing MISR (a mid-level interrupt service routine) by John Bauman · 5 years ago
  72. 4fa6e78 Implement functions dealing with time. by John Bauman · 5 years ago
  73. 96fb76e Implement some division functions by John Bauman · 5 years ago
  74. 101548d Allow allocating contiguous memory by John Bauman · 5 years ago
  75. ee5e2f9 Load firmware from file. by John Bauman · 5 years ago
  76. 2a08676 Add basic AppHint support by John Bauman · 5 years ago
  77. a62590e Start implementing PMR by John Bauman · 5 years ago
  78. e25322b Start implementing sysconfig.cc by John Bauman · 5 years ago
  79. 65dc5d6 Add MsdImgDevice by John Bauman · 5 years ago
  80. 87f2964 Change access modifier offset by John Bauman · 5 years ago
  81. 76adaa5 Implement some string functions by John Bauman · 5 years ago
  82. 80e3a64 Stub out creating a statistics entry so the following code can run by John Bauman · 5 years ago
  83. 24c3b72 Implement threads by John Bauman · 5 years ago
  84. 1a918c4 Implement event objects by John Bauman · 5 years ago
  85. 25c7435 Implement some memory-related utility functions. by John Bauman · 5 years ago
  86. 4b25dbe Initializing environment data should return PVRSRV_OK by John Bauman · 5 years ago
  87. f8b8a93 Implement reader-writer locks by John Bauman · 5 years ago
  88. 95d3e93 Fake out platform bridge init by John Bauman · 5 years ago
  89. b7b27a5 Implement memory allocation functions by John Bauman · 5 years ago
  90. b1a0d0b Implement debug printf by John Bauman · 5 years ago
  91. abd2921 Implement locks by John Bauman · 5 years ago
  92. da4aa2d Use userland Linux atomics implementation by John Bauman · 5 years ago
  93. 8d990df Add MSD entrypoints by John Bauman · 5 years ago
  94. b999fee Convert stub C files to C++ by John Bauman · 5 years ago
  95. 03dc7f3 Add Fuchsia ifdefs by John Bauman · 5 years ago
  96. 9b42d3f Add fake linux headers by John Bauman · 5 years ago
  97. 4c333a6 Add BUILD.gn by John Bauman · 5 years ago
  98. 07fc292 Add all necessary stub functions by John Bauman · 5 years ago
  99. 7fc488a Add fuchsia mt8167 config header by John Bauman · 5 years ago
  100. ed42c76 Add .clang-format (generated with unformat) by John Bauman · 5 years ago