From 97a6f0b56ad9c4339be49a955671ebfc47b3133d Mon Sep 17 00:00:00 2001 From: Andrzej Turko Date: Mon, 11 Jan 2021 11:17:50 +0000 Subject: lib/i915: Split gem_create.c from ioctl_wrappers.c In preparation for a variation on the exisiting GEM_CREATE API, split the ioctl from out of the large ioctl_wrappers.c Signed-off-by: Andrzej Turko Reviewed-by: Chris Wilson Signed-off-by: Chris Wilson --- benchmarks/gem_syslatency.c | 1 + 1 file changed, 1 insertion(+) (limited to 'benchmarks/gem_syslatency.c') diff --git a/benchmarks/gem_syslatency.c b/benchmarks/gem_syslatency.c index 9e57df3a..c10d4f50 100644 --- a/benchmarks/gem_syslatency.c +++ b/benchmarks/gem_syslatency.c @@ -44,6 +44,7 @@ #include +#include "i915/gem.h" #include "i915/gem_ring.h" #define sigev_notify_thread_id _sigev_un._tid -- cgit v1.2.3