From 94df67655566f18f05e599bb53a4090b598057f2 Mon Sep 17 00:00:00 2001 From: Katarzyna Dec Date: Fri, 4 May 2018 15:02:18 +0200 Subject: lib: Rename library from gpu_fill to gpu_cmds After refactoring media_spin library - gpu_fill contains helper functions for render copy, *_fill functions and media_spin. Let's rename this library to gpu_cmds. This name will be more general. v2: changed name from gpu_helpers to gpu_cmds Signed-off-by: Katarzyna Dec Cc: Lukasz Kalamarz Cc: Antonio Argenziano Cc: Daniele Ceraolo Spurio Reviewed-by: Daniele Ceraolo Spurio --- lib/gpgpu_fill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gpgpu_fill.c') diff --git a/lib/gpgpu_fill.c b/lib/gpgpu_fill.c index 9a2598bc..56cab27f 100644 --- a/lib/gpgpu_fill.c +++ b/lib/gpgpu_fill.c @@ -32,7 +32,7 @@ #include "drmtest.h" #include "gpgpu_fill.h" -#include "gpu_fill.h" +#include "gpu_cmds.h" /* shaders/gpgpu/gpgpu_fill.gxa */ static const uint32_t gen7_gpgpu_kernel[][4] = { -- cgit v1.2.3