File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/video_core/buffer_cache Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class BufferCache {
42
42
43
43
struct Traits {
44
44
using Entry = BufferId;
45
- static constexpr size_t AddressSpaceBits = 39 ;
45
+ static constexpr size_t AddressSpaceBits = 40 ;
46
46
static constexpr size_t FirstLevelBits = 14 ;
47
47
static constexpr size_t PageBits = CACHING_PAGEBITS;
48
48
};
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace VideoCore {
14
14
15
15
class MemoryTracker {
16
16
public:
17
- static constexpr size_t MAX_CPU_PAGE_BITS = 39 ;
17
+ static constexpr size_t MAX_CPU_PAGE_BITS = 40 ;
18
18
static constexpr size_t HIGHER_PAGE_BITS = 22 ;
19
19
static constexpr size_t HIGHER_PAGE_SIZE = 1ULL << HIGHER_PAGE_BITS;
20
20
static constexpr size_t HIGHER_PAGE_MASK = HIGHER_PAGE_SIZE - 1ULL ;
You can’t perform that action at this time.
0 commit comments