Skip to content
  • Lyude Paul's avatar
    panwrap: Set gpu_va of mapped memory structs correctly for SAME_VA · c927a3a9
    Lyude Paul authored
    The fake GPU VA address that gets used for allocating memory using the
    same VA on the CPU's end is only useful for matching up a pending GPU
    memory allocation with it's respective mmap call, storing the real VA
    when we track the mmap makes traversing the list of mmaps easier.
    c927a3a9