From bc7877660c7d7a733ec484e91e2096b8daf2cf0d Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 18 May 2017 12:11:59 +0100 Subject: lib: Refactor testing for ability to use MI_STORE_DATA_IMM Rather than have the code in multiple locations, put a copy in lib/ Signed-off-by: Chris Wilson --- lib/igt_gt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/igt_gt.h') diff --git a/lib/igt_gt.h b/lib/igt_gt.h index 1ed833d2..2579cbd3 100644 --- a/lib/igt_gt.h +++ b/lib/igt_gt.h @@ -78,5 +78,6 @@ extern const struct intel_execution_engine { e__++) \ for_if (gem_has_ring(fd__, flags__ = e__->exec_id | e__->flags)) +bool gem_can_store_dword(int fd, unsigned int engine); #endif /* IGT_GT_H */ -- cgit v1.2.3