On Tue, Aug 18, 2015 at 12:43 PM, Marek Olšák <[email protected]> wrote: > From: Marek Olšák <[email protected]>
Reviewed-by: Alex Deucher <[email protected]> > > --- > src/gallium/winsys/amdgpu/drm/amdgpu_cs.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gallium/winsys/amdgpu/drm/amdgpu_cs.h > b/src/gallium/winsys/amdgpu/drm/amdgpu_cs.h > index 0842259..12c6b62 100644 > --- a/src/gallium/winsys/amdgpu/drm/amdgpu_cs.h > +++ b/src/gallium/winsys/amdgpu/drm/amdgpu_cs.h > @@ -77,8 +77,8 @@ struct amdgpu_cs { > > int buffer_indices_hashlist[512]; > > - unsigned used_vram; > - unsigned used_gart; > + uint64_t used_vram; > + uint64_t used_gart; > > unsigned max_dependencies; > }; > -- > 2.1.4 > > _______________________________________________ > mesa-dev mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
