i965/gen11: fix genX_bits.h include path

Instead of "genX_bits.h" use "genxml/genX_bits.h"
as already done in other similar cases

Besides being more correct, it also fixes building error in Android.

Fixes: f0d2923 ("i965/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
This commit is contained in:
Mauro Rossi 2019-08-13 17:38:29 +02:00
parent 0c56330361
commit 37841f52b2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
#include "brw_gs.h"
#include "brw_wm.h"
#include "brw_cs.h"
#include "genX_bits.h"
#include "genxml/genX_bits.h"
#include "main/framebuffer.h"
void