- ae96a90 [jira] Rewrite all known Jira ids to monorail ids. by Nathan Mulcahey · 2 years, 5 months ago main master
- 1c226a8 [config] Suppress implicit fallthrough by Tamir Duberstein · 2 years, 5 months ago
- 399bba4 [ddk] migrate off deprecated path by Jocelyn Dang · 2 years, 6 months ago
- f02be5e [Wconversion] Suppress warnings Bug: 56258 Bug: 58162 by Shai Barack · 3 years, 1 month ago
- 7497231 Remove MAGMA_TEMP_USE_RESOURCE_COUNT. by Craig Stout · 3 years, 1 month ago
- f4b1d8d Adapt to updated magma_system_command_buffer by Craig Stout · 3 years, 1 month ago
- cccf7e3 [mmio] Cast mmio to void* by Suraj Malhotra · 3 years, 2 months ago
- 043f5f0 [imgtec-pvr-rgx-km] Compile with -O0 for arm64-asan by Matthew Dempsky · 3 years, 2 months ago
- 3431528 [devices] Replace WARN with WARNING by Abdulla Kamar · 3 years, 3 months ago
- 31fa58d [imgtec-pvr-rgx-km] Fix incorrect macro usage by Abdulla Kamar · 3 years, 5 months ago
- f6adf76 [imgtec-pvr-rgx-km] Use zxlogf_etc() by Abdulla Kamar · 3 years, 5 months ago
- d6b09fa [UBSan][rgx] Temporarily disable UBSan by Leonard Chan · 3 years, 7 months ago
- a8e5123 Prepare for magma source migration by Craig Stout · 3 years, 8 months ago
- f818146 Use magma_util:macros by Craig Stout · 3 years, 8 months ago
- 922414d [imgtec-pvr-rgx-km] Convert ints to unsigned ints by Leonard Chan · 3 years, 8 months ago
- 17ace15 Compile fix for case where tracing disabled by Craig Stout · 3 years, 10 months ago
- 91e7ea1 Switch to MAGMA_LOG by Craig Stout · 3 years, 11 months ago
- aef52ac Return value for vendor ID query by John Bauman · 4 years ago
- ad50026 Use correct core clock of 600MHz by John Bauman · 4 years ago
- a4afcb0 Trace GPU activity by John Bauman · 4 years ago
- 85b8a7d Add OWNERS file by John Bauman · 4 years ago
- 390e583 Teardown CleanupThread before the process handle table by John Bauman · 4 years ago
- 9599bb8 Set thread priority by John Bauman · 4 years ago
- f83c561 Remove msd_context_execute_command_buffer by John Bauman · 4 years ago
- 78e621f Rename alignment macro to avoid a collision with the DDK by Alex Legg · 4 years, 1 month ago
- ae6f470 Return device ID when queried. by John Rosasco · 4 years, 1 month ago
- 9a6f63e Switch longer OSWaitus to descheduling the thread by John Bauman · 4 years, 2 months ago
- 217dc11 Implement msd_context_execute_command_buffer_with_resources by John Bauman · 4 years, 2 months ago
- 927e2c8 Add stub msd_context_execute_command_buffer_with_resources by Craig Stout · 4 years, 2 months ago
- 9e9622f Version FuchsiaImgCommandPayload by John Bauman · 4 years, 2 months ago
- 21994f1 Dump GPU time statistics with magma-info by John Bauman · 4 years, 2 months ago
- b979804 Allow waiting for event objects on the client side by John Bauman · 4 years, 2 months ago
- 540a689 Use PlatformDevice for firmware loading by Craig Stout · 4 years, 2 months ago
- 8f5053b Use one semaphore to signal command completion by John Bauman · 4 years, 2 months ago
- 83ee9c3 Use semaphores to signal command completion by John Bauman · 4 years, 2 months ago
- 41ccaac Fix DmaBuf leak by John Bauman · 4 years, 2 months ago
- 692cbf1 Add tracing of bridge commands by John Bauman · 4 years, 2 months ago
- 543846d Add flag for when bridge command is finished processing by John Bauman · 4 years, 2 months ago
- 8f1176d Keep payload buffer mapped for its lifetime by John Bauman · 4 years, 2 months ago
- 26c9023 Reuse existing PMRs when importing VMO multiple times by John Bauman · 4 years, 2 months ago
- 29e70dd Unify payload and array buffers. by John Bauman · 4 years, 2 months ago
- 074dedc Implement thread naming by John Bauman · 4 years, 3 months ago
- cf8b3c3 Implement msd_semaphore_t by John Bauman · 4 years, 3 months ago
- 6100f17 Use DMABuf bridge for VMO import by John Bauman · 4 years, 3 months ago
- 18782bb Implement OSGetCurrentClientThreadIDKM by John Bauman · 4 years, 3 months ago
- b658d6e Allow taking ownership of a client VMO by John Bauman · 4 years, 3 months ago
- 5a2e47b Implement stub msd_query_returns_buffer by John Bauman · 4 years, 3 months ago
- 3c105f5 Implement OSCopyFrom/ToUser by John Bauman · 4 years, 3 months ago
- fac4144 Dispatch bridge commands from msd_context_execute_command_buffer by John Bauman · 4 years, 4 months ago
- 03c6dcc Implement MsdImgBuffer by John Bauman · 4 years, 4 months ago
- 3025e43 Use PVR_BUILD_DIR in logging by John Bauman · 4 years, 4 months ago
- 3da74e4 Add no-hardware build by John Bauman · 4 years, 4 months ago
- d7eecdf Fix driver teardown by John Bauman · 4 years, 5 months ago
- bcce1c5 Implement OSGetRAMSize by John Bauman · 4 years, 5 months ago
- c7ae085 Switch reported frequency to 400MHz by John Bauman · 4 years, 5 months ago
- 353159c Define DEBUG in debug builds by John Bauman · 4 years, 5 months ago
- 7c66b26 Reimplement event objects with condition variables by John Bauman · 4 years, 5 months ago
- 4dab7ad Only use -mstrict-align on ARM64 by John Bauman · 4 years, 5 months ago
- 7a6572e Implement OSReleaseThreadQuanta by John Bauman · 4 years, 5 months ago
- 1405e0c Call into ImgSysDevice to power up/down GPU. by John Bauman · 4 years, 5 months ago
- fc6b9fe Implement OSGetCurrentProcessVASpaceSize by John Bauman · 4 years, 5 months ago
- 8573cfc Set -mstrict-align by John Bauman · 4 years, 5 months ago
- e6a1100 Tear down CONNECTION_DATA on closing MsdImgConnection by John Bauman · 4 years, 5 months ago
- 5778b2f Enable active power management by John Bauman · 4 years, 5 months ago
- 97b7fcd Implement OSEventObjectWait*AndHoldBridgeLock by John Bauman · 4 years, 5 months ago
- 090bae5 Correctly pick cache flags for cache-coherent memory by John Bauman · 4 years, 5 months ago
- c405949 Implement msd_device_dump_status. by John Bauman · 4 years, 5 months ago
- 9972481 Remove not implemented logging from OSCPUOperation by John Bauman · 4 years, 5 months ago
- 6af0d94 Implement OSGetCurrentProcessID by John Bauman · 4 years, 5 months ago
- 366c6b5 Use TLS to store the current client process ID by John Bauman · 4 years, 5 months ago
- fc60b04 Start add MsdImgConnection by John Bauman · 4 years, 5 months ago
- b69afaa Dump GPU state when force-idle fails by John Bauman · 4 years, 5 months ago
- aec0bde Enable Werror by John Bauman · 4 years, 5 months ago
- be76edb Implement cache ops by John Bauman · 4 years, 5 months ago
- 389d1b5 Implement register access functions. by John Bauman · 4 years, 5 months ago
- cf8f715 Implement installing LISR (low-level interrupt-service routine) by John Bauman · 4 years, 5 months ago
- 6976667 Implement installing MISR (a mid-level interrupt service routine) by John Bauman · 4 years, 5 months ago
- 4fa6e78 Implement functions dealing with time. by John Bauman · 4 years, 5 months ago
- 96fb76e Implement some division functions by John Bauman · 4 years, 5 months ago
- 101548d Allow allocating contiguous memory by John Bauman · 4 years, 5 months ago
- ee5e2f9 Load firmware from file. by John Bauman · 4 years, 5 months ago
- 2a08676 Add basic AppHint support by John Bauman · 4 years, 6 months ago
- a62590e Start implementing PMR by John Bauman · 4 years, 6 months ago
- e25322b Start implementing sysconfig.cc by John Bauman · 4 years, 6 months ago
- 65dc5d6 Add MsdImgDevice by John Bauman · 4 years, 6 months ago
- 87f2964 Change access modifier offset by John Bauman · 4 years, 6 months ago
- 76adaa5 Implement some string functions by John Bauman · 4 years, 6 months ago
- 80e3a64 Stub out creating a statistics entry so the following code can run by John Bauman · 4 years, 6 months ago
- 24c3b72 Implement threads by John Bauman · 4 years, 6 months ago
- 1a918c4 Implement event objects by John Bauman · 4 years, 6 months ago
- 25c7435 Implement some memory-related utility functions. by John Bauman · 4 years, 6 months ago
- 4b25dbe Initializing environment data should return PVRSRV_OK by John Bauman · 4 years, 6 months ago
- f8b8a93 Implement reader-writer locks by John Bauman · 4 years, 6 months ago
- 95d3e93 Fake out platform bridge init by John Bauman · 4 years, 6 months ago
- b7b27a5 Implement memory allocation functions by John Bauman · 4 years, 6 months ago
- b1a0d0b Implement debug printf by John Bauman · 4 years, 6 months ago
- abd2921 Implement locks by John Bauman · 4 years, 6 months ago
- da4aa2d Use userland Linux atomics implementation by John Bauman · 4 years, 6 months ago
- 8d990df Add MSD entrypoints by John Bauman · 4 years, 6 months ago
- b999fee Convert stub C files to C++ by John Bauman · 4 years, 6 months ago