From a78861b0fbd6e1c1bac7c89f4049cdab7ee2913d Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 25 Jan 2022 20:23:46 -0500 Subject: [PATCH] docs/panfrost: Add new Midgard/Bifrost chips These should be fine. It's only the early chips that are too broken to see the light of day. Signed-off-by: Alyssa Rosenzweig Part-of: --- docs/drivers/panfrost.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/drivers/panfrost.rst b/docs/drivers/panfrost.rst index eda2dd27ec8..bc84fcffa67 100644 --- a/docs/drivers/panfrost.rst +++ b/docs/drivers/panfrost.rst @@ -12,16 +12,17 @@ Product Architecture OpenGL ES OpenGL Mali T720 Midgard (v4) 2.0 2.1 Mali T760 Midgard (v5) 3.1 3.1 Mali T820 Midgard (v5) 3.1 3.1 +Mali T830 Midgard (v5) 3.1 3.1 Mali T860 Midgard (v5) 3.1 3.1 +Mali T880 Midgard (v5) 3.1 3.1 Mali G72 Bifrost (v6) 3.1 3.1 Mali G31 Bifrost (v7) 3.1 3.1 +Mali G51 Bifrost (v7) 3.1 3.1 Mali G52 Bifrost (v7) 3.1 3.1 +Mali G76 Bifrost (v7) 3.1 3.1 ========= ============ ============ ======= -Other Midgard and Bifrost chips (T604, T620, T830, T880, G71, G51, G76) may -work but may be buggy. End users are advised against using Panfrost on -unsupported hardware. Developers interested in porting will need to allowlist -the hardware (``src/gallium/drivers/panfrost/pan_screen.c``). +Other Midgard and Bifrost chips (T604, T628, G71) are not yet supported. Older Mali chips based on the Utgard architecture (Mali 400, Mali 450) are supported in the Lima driver, not Panfrost. Lima is also available in Mesa.