[Mesa-dev] [PATCH 0/2] i965: scratch space fixes (v2)

Eero Tamminen eero.t.tamminen at intel.com
Tue Dec 12 13:25:16 UTC 2017


Hi,

Tested-by: Eero Tamminen <eero.t.tamminen at intel.com>

Fixes GPU hangs I'm seeing also with the *GL* version of CarChase on KBL 
GT3e (when using Ubuntu 16.04 kernel).

	- Eero

On 12.12.2017 14:17, kevin.rogovin at intel.com wrote:
> From: Kevin Rogovin <kevin.rogovin at intel.com>
> 
> This patch series offers a readability improvement for programming
> MEDIA_VFE_STATE and fixes a scratch space sizing bug for Gen9.
> Together with the ASTC5x5 fixes posted before, carchase on GLES
> works on my SKL GT4.
> 
> v2:
>   correctly state that first patch is just readability patch
>   corrently compute subslices as 4 times number slices
> 
> Kevin Rogovin (2):
>    i965: Program MEDIA_VFE_STATE in a more readable fashion.
>    i965: compute scratch space size correctly for Gen9
> 
>   src/mesa/drivers/dri/i965/brw_program.c       |  6 +++++-
>   src/mesa/drivers/dri/i965/genX_state_upload.c | 19 +++++++++++++------
>   2 files changed, 18 insertions(+), 7 deletions(-)
> 



More information about the mesa-dev mailing list