From bfc1fd22cdf80722e47d0804e1a97d251e3a650d Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Mon, 22 Jun 2020 15:49:31 -0700 Subject: [PATCH] iris: Delete useless #define When I was bringing up the driver, I had BLORP use #ifdefs for softpin-mode vs. relocation-mode. That all got reworked during review, but apparently this #define is still kicking around, even though nothing uses it. Reviewed-by: Jordan Justen Part-of: --- src/gallium/drivers/iris/iris_blorp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/iris/iris_blorp.c b/src/gallium/drivers/iris/iris_blorp.c index 34f40f7fa61..8c55621ad0e 100644 --- a/src/gallium/drivers/iris/iris_blorp.c +++ b/src/gallium/drivers/iris/iris_blorp.c @@ -43,7 +43,6 @@ #include "util/u_upload_mgr.h" #include "intel/common/gen_l3_config.h" -#define BLORP_USE_SOFTPIN #include "blorp/blorp_genX_exec.h" static uint32_t * -- 2.30.2