Reviewed-by: Edward O'Callaghan <eocallag...@alterapraxis.com> -- Edward O'Callaghan edward.ocallag...@koparo.com
On Wed, Aug 19, 2015, at 02:48 AM, Alex Deucher wrote: > On Tue, Aug 18, 2015 at 12:43 PM, Marek Olšák <mar...@gmail.com> wrote: > > From: Marek Olšák <marek.ol...@amd.com> > > Reviewed-by: Alex Deucher <alexander.deuc...@amd.com> > > > > > --- > > 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 > > mesa-dev@lists.freedesktop.org > > http://lists.freedesktop.org/mailman/listinfo/mesa-dev > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev