commit | e7ac7924001d87d6c3083562969ff74306cc59d5 | [log] [tgz] |
---|---|---|
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Thu Jan 17 09:33:37 2019 +0100 |
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Wed Jan 23 11:31:09 2019 +0100 |
tree | 5be9b0d5d5e25aebee514fc4eed7c6862109fa2d | |
parent | bd098884f101937de0819200b9cdcaee11aa6f1d [diff] |
radv: only allocate the GFX9 fence and EOP BOs for the gfx queue It's invalid to emit a ZPASS_DONE event on the compute queue, and the fence BO is unused on the compute queue (ie. we don't flush CB or DB caches). This saves some space in the upload BO. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>