Mesa (master): iris: Delete useless #define

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 23 17:42:38 UTC 2020


Module: Mesa
Branch: master
Commit: bfc1fd22cdf80722e47d0804e1a97d251e3a650d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfc1fd22cdf80722e47d0804e1a97d251e3a650d

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Jun 22 15:49:31 2020 -0700

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 <jordan.l.justen at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5610>

---

 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 *



More information about the mesa-commit mailing list