freebsd-dev/sys/dev/agp
Jean-Sébastien Pédron 85a60a7756 agp: Do not attach to Intel GEN6+
The i915 video driver doesn't depend on agp(4) anymore for Sandybridge
and later GPUs. Therefore, there is no need to attach agp(4) to those
devices.

While here, fix `agp_i965_res_spec` to include the aperture base for
GEN4 and GEN5.

Reviewed by:	kib
Approved by:	kib
Differential Revision:	https://reviews.freebsd.org/D5586
2016-03-12 09:44:23 +00:00
..
agp_ali.c Remove unneeded semicolons. 2013-01-01 18:16:49 +00:00
agp_amd64.c In agp(4) avoid the need to flush all cpu caches with wbinvd between 2014-11-02 11:26:37 +00:00
agp_amd.c In agp_amd_bind_page don't flush the AGP TLB. It's done by the calling 2014-11-02 11:28:15 +00:00
agp_apple.c In agp(4) avoid the need to flush all cpu caches with wbinvd between 2014-11-02 11:26:37 +00:00
agp_ati.c In agp(4) avoid the need to flush all cpu caches with wbinvd between 2014-11-02 11:26:37 +00:00
agp_i810.c agp: Do not attach to Intel GEN6+ 2016-03-12 09:44:23 +00:00
agp_i810.h drm/i915: Update to match Linux 3.8.13 2016-03-08 20:33:02 +00:00
agp_if.m
agp_intel.c Revert agp_intel.c part of the r274040 for now. There is a confusion 2014-11-04 09:56:58 +00:00
agp_nvidia.c Remove break after return. 2015-01-23 15:14:30 +00:00
agp_sis.c Remove unneeded semicolons. 2013-01-01 18:16:49 +00:00
agp_via.c Remove unneeded semicolons. 2013-01-01 18:16:49 +00:00
agp.c - agp_generic_unbind_memory: flush AGP TLB before unwiring pages 2014-11-02 11:47:40 +00:00
agppriv.h In agp(4) avoid the need to flush all cpu caches with wbinvd between 2014-11-02 11:26:37 +00:00
agpreg.h agp: Do not attach to Intel GEN6+ 2016-03-12 09:44:23 +00:00
agpvar.h Add two new functions to the AGP driver KPI to bind/unbind arbitrary sets 2014-10-30 11:27:03 +00:00