summaryrefslogtreecommitdiffstats
path: root/src/video_core/memory_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv2018-05-201-0/+1
| | | | It removes a mapping previously created with the MapBufferEx ioctl.
* gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.bunnei2018-04-251-1/+0
|
* memory_manager: Add implement CpuToGpuAddress.bunnei2018-04-241-0/+10
|
* memory_manager: Make GpuToCpuAddress return an optional.bunnei2018-04-241-1/+4
|
* memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.bunnei2018-04-241-8/+8
|
* GPU: Make the GPU virtual memory manager use 16 page bits and 10 page table bits.Subv2018-04-231-1/+5
| | | | Also removed some dead code and added memory map consistency asserts.
* Make a GPU class in VideoCore to contain the GPU state.Subv2018-02-121-0/+49
Also moved the GPU MemoryManager class to video_core since it makes more sense for it to be there.