Signed-off-by: Rob Clark <robdclark@chromium.org>
OUT_RING(ring, seqno);
}
+void
+fd6_emit_init_screen(struct pipe_screen *pscreen)
+{
+}
+
void
fd6_emit_init(struct pipe_context *pctx)
{
void fd6_emit_restore(struct fd_batch *batch, struct fd_ringbuffer *ring);
+void fd6_emit_init_screen(struct pipe_screen *pscreen);
void fd6_emit_init(struct pipe_context *pctx);
static inline void
#include "fd6_screen.h"
#include "fd6_blitter.h"
#include "fd6_context.h"
+#include "fd6_emit.h"
#include "fd6_format.h"
#include "fd6_resource.h"
screen->perfcntr_groups = a6xx_perfcntr_groups;
screen->num_perfcntr_groups = a6xx_num_perfcntr_groups;
}
+
+ fd6_emit_init_screen(pscreen);
}