Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
int num_atoms[BRW_NUM_PIPELINES];
const struct brw_tracked_state render_atoms[57];
- const struct brw_tracked_state compute_atoms[1];
+ const struct brw_tracked_state compute_atoms[2];
/* If (INTEL_DEBUG & DEBUG_BATCH) */
struct {
static const struct brw_tracked_state *gen7_compute_atoms[] =
{
+ &brw_state_base_address,
&brw_cs_state,
};
static const struct brw_tracked_state *gen8_compute_atoms[] =
{
+ &gen8_state_base_address,
&brw_cs_state,
};