commit | 0e513ccca484c9086bdc13181e64c71fb8641649 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@collabora.com> | Tue Aug 27 12:36:42 2019 +0200 |
committer | Boris Brezillon <boris.brezillon@collabora.com> | Fri Sep 13 11:01:40 2019 +0200 |
tree | 3ffb7ce1609e966028c04af1303e598bd81559a6 | |
parent | 2eace10c62914708c0d59b3a6151da9e1a3a817c [diff] |
panfrost: Fix a list_assert() in schedule_block() list_for_each_entry() does not allow modifying the current item pointer. Let's rework the skip-instructions logic in schedule_block() to not break this rule. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>