diff options
author | Tomeu Vizoso <[email protected]> | 2020-04-08 10:55:28 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2020-04-10 16:53:03 +0200 |
commit | 7b10d4ece6407db267bf89550b013829d9ad9b20 (patch) | |
tree | 1382f4ae07a874da4f4d8e282ed756d2ec8d2eb8 /src/panfrost/include | |
parent | b010a6d5f15520677d34015c88ec89046b811372 (diff) |
panfrost: Remove most usage of midgard_payload_vertex_tiler
By passing the prefix and postfix structs around, we can use most of the
cmdstream functions as well for bifrost, as those structs haven't
changed between midgard and bifrost.
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4505>
Diffstat (limited to 'src/panfrost/include')
-rw-r--r-- | src/panfrost/include/panfrost-job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index 5078ff60e3e..644606fb054 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -1053,7 +1053,7 @@ struct bifrost_tiler_only { } __attribute__((packed)); struct mali_vertex_tiler_postfix { - u16 gl_enables; // 0x5 on Midgard, 0x2 on Bifrost + u16 gl_enables; // 0x6 on Midgard, 0x2 on Bifrost /* Both zero for non-instanced draws. For instanced draws, a * decomposition of padded_num_vertices. See the comments about the |