From 4d581a4bc6ad51b3c5478d46dd2f52f7c86a2974 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 27 Apr 2020 16:49:22 +0200 Subject: panfrost: Create additional BO for the checksum of imported BOs (Bifrost) Similar to what the blob does. My reason for doing this was mainly so traces weren't as different, which makes it more work to spot relevant differences. Signed-off-by: Tomeu Vizoso Reviewed-by: Alyssa Rosenzweig Part-of: --- src/panfrost/encoder/pan_texture.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/panfrost/encoder') diff --git a/src/panfrost/encoder/pan_texture.h b/src/panfrost/encoder/pan_texture.h index 5bcda798ac3..591efd86c68 100644 --- a/src/panfrost/encoder/pan_texture.h +++ b/src/panfrost/encoder/pan_texture.h @@ -46,6 +46,7 @@ struct panfrost_slice { * is its offset/stride? */ unsigned checksum_offset; unsigned checksum_stride; + struct panfrost_bo *checksum_bo; /* Has anything been written to this slice? */ bool initialized; -- cgit v1.2.3