Re: [Mesa-dev] [PATCH] i965: Bump aperture tracking to u64

2018-09-07 Thread Kenneth Graunke
On Friday, September 7, 2018 6:34:45 AM PDT Chris Wilson wrote: > As a prelude to handling large address spaces, first allow ourselves the > luxury of handling the full 4G. > > Reported-by: Andrey Simiklit > Cc: Kenneth Graunke > --- > src/mesa/drivers/dri/i965/brw_context.h | 2 +- > src

Re: [Mesa-dev] [PATCH] i965: Bump aperture tracking to u64

2018-09-07 Thread andrey simiklit
On Fri, Sep 7, 2018 at 4:35 PM Chris Wilson wrote: > As a prelude to handling large address spaces, first allow ourselves the > luxury of handling the full 4G. > > Reported-by: Andrey Simiklit > Cc: Kenneth Graunke > --- > src/mesa/drivers/dri/i965/brw_context.h | 2 +- > src/mesa/driver

[Mesa-dev] [PATCH] i965: Bump aperture tracking to u64

2018-09-07 Thread Chris Wilson
As a prelude to handling large address spaces, first allow ourselves the luxury of handling the full 4G. Reported-by: Andrey Simiklit Cc: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_context.h | 2 +- src/mesa/drivers/dri/i965/intel_batchbuffer.c | 9 + src/mesa/drivers/dri/i