From 3338bfcf498aa93a256aaadaee25951d4864f78f Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Fri, 28 Nov 2014 17:16:24 -0500 Subject: freedreno/a3xx: fd3_util -> fd3_format All the "util" helpers are actually format-related Signed-off-by: Ilia Mirkin Reviewed-by: Rob Clark --- src/gallium/drivers/freedreno/a3xx/fd3_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/freedreno/a3xx/fd3_query.c') diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_query.c b/src/gallium/drivers/freedreno/a3xx/fd3_query.c index bc3a3ec69c7..cf70ae3bd3c 100644 --- a/src/gallium/drivers/freedreno/a3xx/fd3_query.c +++ b/src/gallium/drivers/freedreno/a3xx/fd3_query.c @@ -31,7 +31,7 @@ #include "freedreno_util.h" #include "fd3_query.h" -#include "fd3_util.h" +#include "fd3_format.h" struct fd_rb_samp_ctrs { -- cgit v1.2.3