From 272bef0601a1bdb5292771aefc8d62fcbdf4c47f Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 26 Feb 2018 15:39:59 -0800 Subject: intel: Split gen_device_info out into libintel_dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Split out the device info so isl doesn't depend on intel/common. Now it will depend on the new intel/dev device info lib. This will allow the decoder in intel/common to use isl, allowing us to apply Ken's patch that removes the genxml duplication of surface formats. Signed-off-by: Jordan Justen Reviewed-by: Samuel Iglesias Gonsálvez --- src/intel/isl/isl_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/intel/isl/isl_priv.h') diff --git a/src/intel/isl/isl_priv.h b/src/intel/isl/isl_priv.h index b86167bb3af..871518409ee 100644 --- a/src/intel/isl/isl_priv.h +++ b/src/intel/isl/isl_priv.h @@ -27,7 +27,7 @@ #include #include -#include "common/gen_device_info.h" +#include "dev/gen_device_info.h" #include "util/macros.h" #include "isl.h" -- cgit v1.2.3