diff options
author | Francisco Jerez <[email protected]> | 2020-01-23 22:27:21 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2020-02-18 11:21:44 -0800 |
commit | 5188cd51e2bf2ab98913472e9376735178dd7c76 (patch) | |
tree | 0a662ad2142e46f18100ef5f9f8612e3cb7cf019 /.pick_status.json | |
parent | 96052fdc24ecd95667e4b1cc86c1b4abfded676e (diff) |
intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch writes.
Found by inspection. Existing code was trying to avoid assuming that
an SBID had been assigned to the virtual instruction, but
synchronizing the header setup with respect to the previous SIMD16
SEND by using SYNC.ALLRD doesn't really seem possible unless the SEND
instruction had been assigned an SBID. Assert-fail instead if no SBID
has been allocated.
Fixes: 15e3a0d9d264becc "intel/eu/gen12: Set SWSB annotations in hand-crafted assembly."
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Cc: 20.0 <[email protected]>
(cherry picked from commit 4e4e8d793f050eac84f2a850ab2e5c24c4c459ac)
Diffstat (limited to '.pick_status.json')
-rw-r--r-- | .pick_status.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pick_status.json b/.pick_status.json index d9b0458a3c0..04c2a2e0ca0 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1003,7 +1003,7 @@ "description": "intel/fs/gen12: Fixup/simplify SWSB annotations of SIMD32 scratch writes.", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "15e3a0d9d264beccb914432ca749d7c0b8a5d43c" }, |