Mesa (master): r600/sb: fix typo in field definitions

Dave Airlie airlied at kemper.freedesktop.org
Mon Jun 5 19:46:40 UTC 2017


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Jun  6 05:38:34 2017 +1000

r600/sb: fix typo in field definitions

Pointed out by glennk.

---

 src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc b/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc
index 35ecee5701..5e6fb25a5b 100644
--- a/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc
+++ b/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc
@@ -560,7 +560,7 @@ BC_FIELD(MEM_GDS_WORD1,     SRC_GPR,                S_GPR,     22, 16)
 BC_FIELD(MEM_GDS_WORD1,     UAV_INDEX_MODE,         U_IM,      25, 24)
 BC_FIELD(MEM_GDS_WORD1,     UAV_ID,                 U_ID,      29, 26)
 BC_FIELD(MEM_GDS_WORD1,     ALLOC_CONSUME,          AC,        30, 30)
-BC_FIELD(MEM_GDS_WORD1,     BCARD_FIRST_REQ,        BFR,       31, 31)
+BC_FIELD(MEM_GDS_WORD1,     BCAST_FIRST_REQ,        BFR,       31, 31)
 BC_FORMAT_END(MEM_GDS_WORD1)
 
 BC_FORMAT_BEGIN_HW(MEM_GDS_WORD2, EGCM)




More information about the mesa-commit mailing list