diff options
author | Francisco Jerez <[email protected]> | 2020-01-23 23:00:54 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2020-02-18 11:21:42 -0800 |
commit | 5df7a39c1b2579c1856a5ac2d7556c5afdfe050a (patch) | |
tree | 6246310ec6879d540677b8c99ac27d27a7b595e0 /.pick_status.json | |
parent | d92cf573457d9614ed7ba5a9c1cc78038075c577 (diff) |
intel/fs/gen7: Fix fs_inst::flags_written() for SHADER_OPCODE_FIND_LIVE_CHANNEL.
We need to pass a width of 32 since the opcode bashes the whole f1.0
register on IVB. This is unlikely to have caused problems since f1.0
is largely unused currently. That's likely to change soon though,
even on platforms other than Gen7.
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Cc: 20.0 <[email protected]>
(cherry picked from commit b8b509fb921a7c2f687b9f7e5075c72847740ac4)
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 fe1d94a1559..11cf4439c02 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1030,7 +1030,7 @@ "description": "intel/fs/gen7: Fix fs_inst::flags_written() for SHADER_OPCODE_FIND_LIVE_CHANNEL.", "nominated": true, "nomination_type": 0, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": null }, |