diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-02-18 12:07:47 -0500 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2020-02-21 07:26:52 -0500 |
commit | 5ddf7ad9d2098d21e1346b8ceb2756901ae1b0c1 (patch) | |
tree | be9d3a1361c352d6801dacf9858c823470576ce9 /src/panfrost/encoder/pan_encoder.h | |
parent | 2e3318b151abddd456077ec0eed13f95245ce344 (diff) |
panfrost: Move checksum routines to root panfrost
These are Gallium-independent and clean code; as is tradition, let's
hoist them up out of the Gallium driver as a bit of yak shaving as we
prepare to untangle the monster that is pan_resource.c
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Reviewed-by: Boris Brezillon <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3858>
Diffstat (limited to 'src/panfrost/encoder/pan_encoder.h')
-rw-r--r-- | src/panfrost/encoder/pan_encoder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/panfrost/encoder/pan_encoder.h b/src/panfrost/encoder/pan_encoder.h index 2f3ab0d10a9..42ec8320acb 100644 --- a/src/panfrost/encoder/pan_encoder.h +++ b/src/panfrost/encoder/pan_encoder.h @@ -107,4 +107,6 @@ void panfrost_instance_id(unsigned padded_count, union mali_attr *attr); enum mali_func panfrost_flip_compare_func(enum mali_func f); + + #endif |