Re: [Mesa-dev] [PATCH 3/6] i965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.

2017-11-28 Thread Ian Romanick
This seems trivially correct, so this patch is Reviewed-by: Ian Romanick On 11/28/2017 04:13 PM, Kenneth Graunke wrote: > The original state buffer was marked with EXEC_OBJECT_CAPTURE. When > growing it, we want to preserve that flag so we continue to capture it > in GPU hang reports. > > Fixe

[Mesa-dev] [PATCH 3/6] i965: Preserve EXEC_OBJECT_CAPTURE when growing the BO.

2017-11-28 Thread Kenneth Graunke
The original state buffer was marked with EXEC_OBJECT_CAPTURE. When growing it, we want to preserve that flag so we continue to capture it in GPU hang reports. Fixes: 2dfc119f22f257082ab0 "i965: Grow the batch/state buffers if we need space and can't flush." Bugzilla: https://bugs.freedesktop.or