From owner-dev-commits-doc-all@freebsd.org Sat Jul 24 18:47:15 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E2C1766574C for ; Sat, 24 Jul 2021 18:47:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GXFXz5vsgz4vPX; Sat, 24 Jul 2021 18:47:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B344115852; Sat, 24 Jul 2021 18:47:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16OIlFhj059301; Sat, 24 Jul 2021 18:47:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16OIlFxV059300; Sat, 24 Jul 2021 18:47:15 GMT (envelope-from git) Date: Sat, 24 Jul 2021 18:47:15 GMT Message-Id: <202107241847.16OIlFxV059300@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Li-Wen Hsu Subject: git: 753ccfa244 - main - Remove duplicated entry which is already snipped from the index MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 753ccfa244c37dfd2fb1978ebe5a8dc8970447f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2021 18:47:15 -0000 The branch main has been updated by lwhsu (ports, src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=753ccfa244c37dfd2fb1978ebe5a8dc8970447f4 commit 753ccfa244c37dfd2fb1978ebe5a8dc8970447f4 Author: Li-Wen Hsu AuthorDate: 2021-07-24 18:45:50 +0000 Commit: Li-Wen Hsu CommitDate: 2021-07-24 18:45:50 +0000 Remove duplicated entry which is already snipped from the index Approved by: carlavilla (implicitly) --- .../en/status/report-2021-04-2021-06/drm-kmod.adoc | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/website/content/en/status/report-2021-04-2021-06/drm-kmod.adoc b/website/content/en/status/report-2021-04-2021-06/drm-kmod.adoc deleted file mode 100644 index cb57312a50..0000000000 --- a/website/content/en/status/report-2021-04-2021-06/drm-kmod.adoc +++ /dev/null @@ -1,26 +0,0 @@ -=== Linux 5.7 Graphics Driver Update - -Links: + -link:https://github.com/neelchauhan/drm-kmod/tree/5.7-wip[WIP GitHub Repository] URL: link:https://github.com/neelchauhan/drm-kmod/tree/5.7-wip[https://github.com/neelchauhan/drm-kmod/tree/5.7-wip] - -Contact: Neel Chauhan + -Contact: Hans Petter Selasky + -Contact: Emmanuel Vadot + -Contact: Mark Linimon - -We are attempting to update the drm-kmod graphics drivers to the Linux 5.7 code, based on the existing drm-kmod 5.5-wip branch. - -Right now, the current version of drm-kmod do not support newer GPU such as Intel's Tiger Lake/Iris Xe, used on laptops such as the 2020 HP Spectre x360. This prevents us from supporting accelerated graphics on newer hardware containing Intel or AMD GPUs. - -Some tasks have already been completed, including: - -* amdgpu bring-up -* i915kms console bring-up - -Some tasks need to be completed, including: - -* i915kms Xorg bring-up -* amdgpu VA-API bring-up -* radeonkms bring-up - -We welcome help for the incomplete tasks, especially from users wanting to use newer hardware (or support FreeBSD-as-a-desktop in general).