aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/memory_manager.h
AgeCommit message (Expand)Author
2020-04-08Memory: Address Feedback.Fernando Sahmkow
2020-04-08GPUMemoryManager: Improve safety of memory reads.Fernando Sahmkow
2020-04-06Buffer Cache: Use vAddr instead of physical memory.Fernando Sahmkow
2020-03-14PageTable: move backing addresses to a children class as the CPU page table d...Fernando Sahmkow
2020-02-15Revert "video_core: memory_manager: Use GPU interface for cache functions."bunnei
2020-02-07video_core: memory_manager: Use GPU interface for cache functions.bunnei
2019-07-09prefer system reference over global accessorMichael Scire
2019-06-09GPUVM: Correct GPU VM virtual address spaceFernando Sahmkow
2019-05-09video_core/memory_manager: Mark IsBlockContinuous() as a const member functionLioncash
2019-05-09video_core/memory_manager: Mark the constructor as explicitLioncash
2019-05-09video_core/memory_manager: Default the destructor within the cpp fileLioncash
2019-05-09video_core/memory_manager: Amend doxygen commentsLioncash
2019-05-09video_core/memory_manager: Remove superfluous const from function declarationsLioncash
2019-04-16Implement IsBlockContinousFernando Sahmkow
2019-04-16Use ReadBlockUnsafe for fetyching DMA CommandListsFernando Sahmkow
2019-04-16Document unsafe versions and add BlockCopyUnsafeFernando Sahmkow
2019-04-15GPU MemoryManager: Implement ReadBlockUnsafe and WriteBlockUnsafeFernando Sahmkow
2019-04-05memory_manager: Improved implementation of read/write/copy block.bunnei
2019-04-05video_core/memory_manager: Make Read() a const qualified member functionLioncash
2019-04-05video_core/memory_manager: Make ReadBlock() a const qualifier member functionLioncash
2019-04-05video_core/memory_manager: Add a const qualified variant of GetPointer()Lioncash
2019-04-05video_core/memory_manager: Make FindFreeRegion() a const member functionLioncash
2019-04-05video_core/memory_manager: Make GpuToCpuAddress() a const member functionLioncash
2019-03-20memory_manager: Cleanup FindFreeRegion.bunnei
2019-03-20memory_manager: Bug fixes and further cleanup.bunnei
2019-03-20memory_manager: Add protections for invalid GPU addresses.bunnei
2019-03-20gpu: Rewrite virtual memory manager using PageTable.bunnei
2019-03-20gpu: Move GPUVAddr definition to common_types.bunnei
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei
2018-11-23memory_manager: Do not allow 0 to be a valid GPUVAddr.bunnei
2018-11-01memory_manager: Do not MapBufferEx over already in use memory.bunnei
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-16memory_manager: Add a method for querying the end of a mapped GPU region.bunnei
2018-05-20GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv
2018-04-24gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.bunnei
2018-04-24memory_manager: Add implement CpuToGpuAddress.bunnei
2018-04-24memory_manager: Make GpuToCpuAddress return an optional.bunnei
2018-04-24memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.bunnei
2018-04-23GPU: Make the GPU virtual memory manager use 16 page bits and 10 page table b...Subv
2018-02-11Make a GPU class in VideoCore to contain the GPU state.Subv