Skip to content

panfrost: Add architecture description XML for v10 馃敟

Alyssa Rosenzweig requested to merge alyssa/mesa:panfrost/v10-xml into main

Add the GenXML hardware description for Mali architecture v10, as implemented in Mali-G610. This is not 100% complete but it should be good enough for parity with v9.

The XML itself is forked off of v9, with all Job Managerisms replaced with CSFisms. This notably includes a large number of new structures defining the instructions that run on the Command Execution Unit (CEU).

This is the first step towards supporting Mali-G610 (i.e. RK3588) upstream. Next up will be pandecode support.

Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com

Merge request reports