aboutsummaryrefslogtreecommitdiffstats
path: root/src/broadcom/compiler/v3d_compiler.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-01-11 11:53:13 -0800
committerEric Anholt <[email protected]>2018-01-12 21:57:21 -0800
commit368bab43fd63ec395a2e178ce067f41bae7a1ea0 (patch)
treeba0b6713596a4b914052b331e4edaa8abf78d64a /src/broadcom/compiler/v3d_compiler.h
parentaf9753e246c2a4371a289b44064483ece8d1ad5d (diff)
broadcom/vc5: Add support for loading varyings in V3D 4.1.
The LDVARY signal now writes an arbitrary register, so I took out the magic src register file and replaced it with an instruction with LDVARY set so we have somewhere to hang a QFILE_TEMP destination for register allocation.
Diffstat (limited to 'src/broadcom/compiler/v3d_compiler.h')
-rw-r--r--src/broadcom/compiler/v3d_compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/broadcom/compiler/v3d_compiler.h b/src/broadcom/compiler/v3d_compiler.h
index 1de0bfc1abd..cccb54184a5 100644
--- a/src/broadcom/compiler/v3d_compiler.h
+++ b/src/broadcom/compiler/v3d_compiler.h
@@ -73,7 +73,6 @@ enum qfile {
* or physical registers later.
*/
QFILE_TEMP,
- QFILE_VARY,
QFILE_UNIF,
QFILE_TLB,
QFILE_TLBU,