mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 13:40:11 +01:00
r600/llvm: fix r600/llvm build
Reported on irc by gryffus Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
9eff9f6134
commit
26332ef797
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue