Merge branch 'bytes-to-map-end' into new-bufcache-wip
This commit is contained in:
parent
7402442442
commit
93a69b6cc8
|
@ -157,6 +157,8 @@ private:
|
|||
|
||||
using MapRange = std::pair<GPUVAddr, size_t>;
|
||||
std::vector<MapRange> map_ranges;
|
||||
|
||||
std::vector<std::pair<VAddr, std::size_t>> cache_invalidate_queue;
|
||||
};
|
||||
|
||||
} // namespace Tegra
|
||||
|
|
Loading…
Reference in New Issue