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.
This commit is contained in:
@@ -73,7 +73,6 @@ enum qfile {
|
||||
* or physical registers later.
|
||||
*/
|
||||
QFILE_TEMP,
|
||||
QFILE_VARY,
|
||||
QFILE_UNIF,
|
||||
QFILE_TLB,
|
||||
QFILE_TLBU,
|
||||
|
Reference in New Issue
Block a user