util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / drivers / freedreno / a6xx / fd6_screen.c
index 744737b5412940e652816580a81b846a2353f14a..056ba6e1382aba853b15d8eb8691e0fce71ee6e4 100644 (file)
 
 #include "drm-uapi/drm_fourcc.h"
 #include "pipe/p_screen.h"
-#include "util/u_format.h"
+#include "util/format/u_format.h"
 
 #include "fd6_screen.h"
 #include "fd6_blitter.h"
 #include "fd6_context.h"
+#include "fd6_emit.h"
 #include "fd6_format.h"
 #include "fd6_resource.h"
 
@@ -154,4 +155,6 @@ fd6_screen_init(struct pipe_screen *pscreen)
                screen->perfcntr_groups = a6xx_perfcntr_groups;
                screen->num_perfcntr_groups = a6xx_num_perfcntr_groups;
        }
+
+       fd6_emit_init_screen(pscreen);
 }