diff options
author | Erik Faye-Lund <erik.faye-lund@collabora.com> | 2020-09-29 18:48:24 +0200 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-09-30 08:18:21 +0000 |
commit | ca613a5a7ef07ff95ffd02c241488fe7f006595d (patch) | |
tree | d9396014e31228a0b078a864e629e9f9ee5bacf2 | |
parent | 9f59b19ad04931570c6e9be722943368b8b06a42 (diff) | |
download | external_mesa3d-ca613a5a7ef07ff95ffd02c241488fe7f006595d.tar.gz external_mesa3d-ca613a5a7ef07ff95ffd02c241488fe7f006595d.tar.bz2 external_mesa3d-ca613a5a7ef07ff95ffd02c241488fe7f006595d.zip |
docs: drm -> DRM
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6915>
-rw-r--r-- | docs/ci/index.rst | 2 | ||||
-rw-r--r-- | docs/lists.rst | 2 | ||||
-rw-r--r-- | docs/vmware-guest.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/ci/index.rst b/docs/ci/index.rst index 8dc4f7e6bda..9482935cf93 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -65,7 +65,7 @@ can access a better interface on `mesa-ci-results.jf.intel.com <http://mesa-ci-results.jf.intel.com>`__. The Intel CI runs a much larger array of tests, on a number of generations -of Intel hardware and on multiple platforms (X11, Wayland, drm & android), +of Intel hardware and on multiple platforms (X11, Wayland, DRM & android), with the purpose of detecting regressions. Tests include `Crucible <https://gitlab.freedesktop.org/mesa/crucible>`__, diff --git a/docs/lists.rst b/docs/lists.rst index c9265a55072..0a1a0b1f757 100644 --- a/docs/lists.rst +++ b/docs/lists.rst @@ -21,7 +21,7 @@ These are the primary Mesa 3D / DRI mailing lists: traffic. - `dri-devel <http://lists.freedesktop.org/mailman/listinfo/dri-devel>`__ - - for the Linux/BSD Direct Rendering Module (drm) kernel modules + - for the Linux/BSD Direct Rendering Module (DRM) kernel modules supporting Mesa's userspace drivers - `piglit <https://lists.freedesktop.org/mailman/listinfo/piglit>`__ - diff --git a/docs/vmware-guest.rst b/docs/vmware-guest.rst index ba713a73e1d..2005c543fbb 100644 --- a/docs/vmware-guest.rst +++ b/docs/vmware-guest.rst @@ -124,7 +124,7 @@ Begin by saving your current directory location: git clone git://anongit.freedesktop.org/git/mesa/vmwgfx -- libdrm, a user-space library that interfaces with drm. Most distros +- libdrm, a user-space library that interfaces with DRM. Most distros ship with this but it's safest to install a newer version. To get the latest code from git: |