From cf0b5a60f41ea77e97550efc71ae5af457fffd1d Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 25 Oct 2022 12:08:35 +0200 Subject: [PATCH] docs: xml -> XML Reviewed-by: Yonggang Luo Part-of: --- docs/ci/bare-metal.rst | 2 +- docs/drivers/freedreno/isaspec.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ci/bare-metal.rst b/docs/ci/bare-metal.rst index af461d0..7d1171f 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 1d5606c..2c1866a 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 -- 2.7.4