From d70a48a706a750a1e8f86f73a757e4af43d563b0 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 2 Feb 2022 18:22:36 -0500 Subject: [PATCH] panfrost: Flesh out tiler heap descriptor Merged with the Buffer descriptor, hence why it shares a type nibble. However, Bifrost uses a dedicated tiler heap descriptor, and I see no benefit to merging. So pretending it's a dedicated descriptor on Valhall too allows us to reuse the Bifrost code with no modifications. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/lib/genxml/v9.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/panfrost/lib/genxml/v9.xml b/src/panfrost/lib/genxml/v9.xml index e2a2c8b..0b8500e 100644 --- a/src/panfrost/lib/genxml/v9.xml +++ b/src/panfrost/lib/genxml/v9.xml @@ -1173,8 +1173,26 @@ + + + + + + + + + + + + + + + - + + + + -- 2.7.4