vc4: Move vc4_packet.h to the kernel/ directory, since it's also shared.
authorEric Anholt <eric@anholt.net>
Wed, 10 Jun 2015 19:47:56 +0000 (12:47 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 16 Jun 2015 22:15:14 +0000 (15:15 -0700)
I want to notice discrepancies when I diff -u between Mesa and the kernel.

src/gallium/drivers/vc4/Makefile.sources
src/gallium/drivers/vc4/kernel/vc4_packet.h [moved from src/gallium/drivers/vc4/vc4_packet.h with 100% similarity]
src/gallium/drivers/vc4/vc4_cl.h
src/gallium/drivers/vc4/vc4_resource.h

index f678b2f..edef493 100644 (file)
@@ -1,6 +1,7 @@
 C_SOURCES := \
        kernel/vc4_drv.h \
        kernel/vc4_gem.c \
+       kernel/vc4_packet.h \
        kernel/vc4_validate.c \
        kernel/vc4_validate_shaders.c \
        vc4_blit.c \
@@ -24,7 +25,6 @@ C_SOURCES := \
        vc4_opt_dead_code.c \
        vc4_opt_small_immediates.c \
        vc4_opt_vpm_writes.c \
-       vc4_packet.h \
        vc4_program.c \
        vc4_qir.c \
        vc4_qir_lower_uniforms.c \
index 32a2e71..4a50e79 100644 (file)
@@ -29,7 +29,7 @@
 #include "util/u_math.h"
 #include "util/macros.h"
 
-#include "vc4_packet.h"
+#include "kernel/vc4_packet.h"
 
 struct vc4_bo;
 
index b3cba8f..a81c470 100644 (file)
@@ -26,7 +26,7 @@
 #define VC4_RESOURCE_H
 
 #include "vc4_screen.h"
-#include "vc4_packet.h"
+#include "kernel/vc4_packet.h"
 #include "util/u_transfer.h"
 
 struct vc4_transfer {