diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-02-10 08:56:33 -0500 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2020-02-16 09:16:46 -0500 |
commit | 50138abb5a0328b530723dfef5e9a8ac9dea2692 (patch) | |
tree | 720cb724d97bf8335322f9c46284b393b99cd5d8 /src/panfrost/include | |
parent | 6d9ee3e65aea9262a9890fb34032ef7c693aef2d (diff) |
panfrost: Rename unknown2_8 to padding
It's zero everywhere.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3835>
Diffstat (limited to 'src/panfrost/include')
-rw-r--r-- | src/panfrost/include/panfrost-job.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index 7002776eed5..940b5860e95 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -614,8 +614,7 @@ struct mali_shader_meta { } midgard2; }; - /* zero on bifrost */ - u32 unknown2_8; + u32 padding; /* Blending information for the older non-MRT Midgard HW. Check for * MALI_HAS_BLEND_SHADER to decide how to interpret. |