Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Nov 2025 20:14:31 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a87c1e2dd8fc - main - agp: Export intel_gtt_read_pte, required by i915kms
Message-ID:  <69260e27.2ca39.439dcd4f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=a87c1e2dd8fc997d6ee603c252c543afe8a4d2a4

commit a87c1e2dd8fc997d6ee603c252c543afe8a4d2a4
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-11-25 18:40:35 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-11-25 20:14:19 +0000

    agp: Export intel_gtt_read_pte, required by i915kms
    
    This isn't used by modern cards, but is needed for i915kms to load
    on a system that has agp as a module not compiled into the kernel.
    
    PR:             291214
    Reviewed by:    cy
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D53906
---
 sys/modules/agp/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile
index d27a78b7e437..f24f05f28407 100644
--- a/sys/modules/agp/Makefile
+++ b/sys/modules/agp/Makefile
@@ -36,6 +36,7 @@ EXPORT_SYMS+=	intel_gtt_clear_range	\
 		intel_gtt_install_pte	\
 		intel_gtt_get		\
 		intel_gtt_chipset_flush	\
+		intel_gtt_read_pte	\
 		intel_gtt_unmap_memory	\
 		intel_gtt_map_memory	\
 		intel_gtt_insert_sg_entries \


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69260e27.2ca39.439dcd4f>