git: 3ec1a3cb7f - main - status: 2023q1: drm-drivers: minor changes

From: Graham Perrin <grahamperrin_at_FreeBSD.org>
Date: Wed, 05 Apr 2023 05:05:09 UTC
The branch main has been updated by grahamperrin:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3ec1a3cb7f4fe4fbbb6a7fc40c58fab37fe5929a

commit 3ec1a3cb7f4fe4fbbb6a7fc40c58fab37fe5929a
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-04-03 18:36:55 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-04-05 04:42:43 +0000

    status: 2023q1: drm-drivers: minor changes
    
    One correction to spelling, add a missing word, minor adjustments to
    grammar, a handful of other minor changes.
    
    Approved by:  dumbbell, status (salvadore)
    Pull request: https://github.com/freebsd/freebsd-doc/pull/146
---
 .../en/status/report-2023-01-2023-03/drm-drivers.adoc      | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/website/content/en/status/report-2023-01-2023-03/drm-drivers.adoc b/website/content/en/status/report-2023-01-2023-03/drm-drivers.adoc
index 62f2570c04..8a700bedf0 100644
--- a/website/content/en/status/report-2023-01-2023-03/drm-drivers.adoc
+++ b/website/content/en/status/report-2023-01-2023-03/drm-drivers.adoc
@@ -16,8 +16,8 @@ Therefore this status report entry will cover more than just the last quarter.
 
 ==== Update to Linux 5.15 LTS and Linux 5.16
 
-As of this status report, the package:graphics/drm-kmod[] meta port still installs the DRM drivers from Linux 5.10 (released on December 13, 2020).
-This version lacks support for recent GPUs, in particular Intel 12th gen Alder Lake ones.
+As of this status report, the package:graphics/drm-kmod[] meta port still installs the DRM drivers from Linux 5.10 (released on December 13, 2020) on FreeBSD 13.1 and greater.
+This version of the driver lacks support for recent GPUs, in particular Intel 12th gen Alder Lake ones.
 In the past months, we worked to update the DRM drivers to bring support for more modern AMD and Intel GPUs.
 
 The `drm-kmod` Git repository `master` branch was first updated to Linux 5.15 (released on October 31, 2021).
@@ -29,8 +29,8 @@ Thus at that point, we followed two paths:
 
 The Intel driver from Linux 5.15 LTS supports 12th gen GPUs (Alder Lake).
 It looks to work on FreeBSD but we only tested it lightly so far.
-We still need more of that, that's why the package:graphics/drm-kmod[] still installs package:graphics/drm-510-kmod[] by default instead of package:graphics/drm-515-kmod[].
-But at last, FreeBSD should run as a desktop on this GPU generation and several new AMD GPUs, though problems will surely appear through real test and use.
+We still need more of that, that's why package:graphics/drm-kmod[] still installs package:graphics/drm-510-kmod[] instead of package:graphics/drm-515-kmod[].
+At last, FreeBSD should run as a desktop on this GPU generation and several new AMD GPUs, though problems will surely appear through real test and use.
 
 In the process, we updated firmwares to link:https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git[linux-firmware] 20230210.
 
@@ -38,13 +38,13 @@ In the process, we updated firmwares to link:https://git.kernel.org/pub/scm/linu
 
 DRM drivers from Linux 5.17 (released on March 20, 2022) were already ported but link:https://github.com/freebsd/drm-kmod/pull/236[this work still sits in its own branch].
 
-There are a couple issues which block further testing and the merge into the `master` branch:
+A couple of issues block further testing and the merge into the `master` branch:
 
 * Our current integration with man:vt[4], the console/terminal driver, is quite far from the DRM drivers expectations which are based on Linux' fbdev KPI. Something changed in both the Intel and AMD drivers, meaning that man:vt[4] breaks with the 5.17 update.
-* The initial Linux 5.17 release does not contain the fixes backported to Linux 5.15 LTS. It seems quite unstable with the Intel 12th gen GPU mentionned earlier.
+* The initial Linux 5.17 release does not contain the fixes backported to Linux 5.15 LTS. It seems quite unstable with the Intel 12th gen GPU mentioned earlier.
 
 To address the issue with our man:vt[4] integration layer, we started to link:https://github.com/freebsd/drm-kmod/pull/243[write a new vt backend specifically to use the fbdev callbacks exposed by the DRM drivers].
-This backend will be provided with the DRM drivers, not the FreeBSD kernel, to make it easier to maintain it as the DRM drivers evolve.
+This backend will be provided with the DRM drivers, not the FreeBSD kernel, to make it easier to maintain as the drivers evolve.
 This is still a work in progress and locking in particular is tricky to get right.
 
 Regarding the bad support of Intel 12th gen in the 5.17 update, bug fixes backported to Linux 5.17.x patch releases will probably not be ported as part of this work. Instead we will focus on Linux 5.18 (released on May 22, 2022) and following.