diff --git a/docs/ci/bare-metal.rst b/docs/ci/bare-metal.rst index af461d0b5e7..7d1171fbad8 100644 --- a/docs/ci/bare-metal.rst +++ b/docs/ci/bare-metal.rst @@ -28,7 +28,7 @@ The boards need to be able to have a kernel/initramfs supplied by the gitlab-runner system, since Mesa often needs to update the kernel either for new DRM functionality, or to fix kernel bugs. -The boards must have networking, so that we can extract the dEQP .xml results to +The boards must have networking, so that we can extract the dEQP XML results to artifacts on GitLab, and so that we can download traces (too large for an initramfs) for trace replay testing. Given that we need networking already, and our dEQP/Piglit/etc. payload is large, we use nfs from the x86 runner system diff --git a/docs/drivers/freedreno/isaspec.rst b/docs/drivers/freedreno/isaspec.rst index 1d5606ce59f..2c1866afaed 100644 --- a/docs/drivers/freedreno/isaspec.rst +++ b/docs/drivers/freedreno/isaspec.rst @@ -1,7 +1,7 @@ ISASPEC - XML Based ISA Specification ===================================== -isaspec provides a mechanism to describe an instruction set in xml, and +isaspec provides a mechanism to describe an instruction set in XML, and generate a disassembler and assembler. The intention is to describe the instruction set more formally than hand-coded assembler and disassembler, and better decouple the shader compiler from the @@ -16,10 +16,10 @@ and verification that different encodings don't have conflicting bits (i.e. that the specification cannot result in more than one valid interpretation of any bit pattern). -The isaspec tool and xml schema are intended to be generic (not specific +The isaspec tool and XML schema are intended to be generic (not specific to ir3), although there are currently a couple limitations due to short- cuts taken to get things up and running (which are mostly not inherent to -the xml schema, and should not be too difficult to remove from the py and +the XML schema, and should not be too difficult to remove from the py and decode/disasm utility): * Maximum "field" size is 64b