diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-10-27 19:46:21 -0400 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-10-29 13:02:53 +0000 |
commit | fa14cdf6e488cc14ca5953389bbdba3b0b27daf6 (patch) | |
tree | 49e4180e3b263e7febb185bec8ff5927091ef573 /src/panfrost/include | |
parent | b4f508ab5990118ea0b9214d0933e0799c36d1f7 (diff) |
panfrost: Cleanup _shader_upper -> shader
I don't believe this is actually a tagged pointer; warn if it is.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
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 6f8a757e2c6..17ea869246e 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -1092,8 +1092,7 @@ struct mali_vertex_tiler_postfix { u64 sampler_descriptor; u64 uniforms; - u8 flags : 4; - u64 _shader_upper : MALI_SHORT_PTR_BITS - 4; /* struct shader_meta */ + u64 shader; u64 attributes; /* struct attribute_buffer[] */ u64 attribute_meta; /* attribute_meta[] */ u64 varyings; /* struct attr */ |