summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2015-11-30 11:05:42 +1000
committerDave Airlie <[email protected]>2015-11-30 11:05:42 +1000
commit26332ef79793568d2d9adf587df0edaa2e2eba6a (patch)
tree8eb3e682f10b719883edaeaa1a662bd2dece033b /src/gallium
parent9eff9f61342ce0be04f1407537ed88c254c955e0 (diff)
r600/llvm: fix r600/llvm build
Reported on irc by gryffus Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/r600/r600_llvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_llvm.c b/src/gallium/drivers/r600/r600_llvm.c
index 372cd419c73..1cc30317ba5 100644
--- a/src/gallium/drivers/r600/r600_llvm.c
+++ b/src/gallium/drivers/r600/r600_llvm.c
@@ -887,7 +887,7 @@ void r600_shader_binary_read_config(const struct radeon_shader_binary *binary,
case R_02880C_DB_SHADER_CONTROL:
*use_kill = G_02880C_KILL_ENABLE(value);
break;
- case CM_R_0288E8_SQ_LDS_ALLOC:
+ case R_0288E8_SQ_LDS_ALLOC:
bc->nlds_dw = value;
break;
}