On Wed, Oct 8, 2014 at 1:00 AM, Kenneth Graunke wrote:
> When mapping the buffer a second time, we need to use the new pointer,
> not the one from the previous mapping. Otherwise, we will most likely
> crash.
>
> Apparently, we've just been getting lucky and getting the same
> bo->virtual pointer
When mapping the buffer a second time, we need to use the new pointer,
not the one from the previous mapping. Otherwise, we will most likely
crash.
Apparently, we've just been getting lucky and getting the same
bo->virtual pointer in both cases. libdrm probably has a hand in that.
Signed-off-by