summaryrefslogtreecommitdiff
path: root/sys/dev/agp
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-04-26agp: Drop a needless iterator resetDoug Moore
2025-04-19agp: use iterators to speed up lookupsDoug Moore
2024-08-29agp: Set the driver-specific field correctlyMark Johnston
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2023-11-29pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin
2023-11-29agp_amd64: Use <machine/pci_cfgreg.h> rather than bare prototypesJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2022-07-16Adjust agp_find_device() definition in agp.c to avoid clang 15 warningDimitry Andric
2022-07-12vm_object: Modify various drivers to allocate OBJT_SWAP objectsMark Johnston
2022-05-06agp: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-08agp_nvidia: Replace a dummy variable to force a read with a void cast.John Baldwin
2021-11-25agp: Handle multiple devices more gracefullyMark Johnston
2021-11-24agp: plug a set-but-not-unused var in agp_intel_gtt_map_memoryMateusz Guzik
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2020-09-01agp: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Remove support for FreeBSD 4.x and earlier from agp driverWarner Losh
2019-09-25Complete the removal of the "wire_count" field from struct vm_page.Mark Johnston
2019-09-09Change synchonization rules for vm_page reference counting.Mark Johnston
2018-08-25Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox
2018-08-20Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox
2018-08-18Oops. r338030 didn't eliminate the unused arena argument from all ofAlan Cox
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-09Add a helper function to agp(4) which installs a single GTT entry.Mark Johnston
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-01-04Move bogus_page declaration to vm_page.h and initialization to vm_page.c.Gleb Smirnoff
2016-04-21sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-04-19dev/agp: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-03-12agp: Do not attach to Intel GEN6+Jean-Sébastien Pédron
2016-03-08drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron
2015-01-23Remove break after return.Kevin Lo
2014-11-11Initial attachment of the agp(4) to Haswell IGP. There is no handlingKonstantin Belousov
2014-11-11Based on some BIOS configuration (GGC register in host bridge, bit 1),Konstantin Belousov
2014-11-11On 965 and higher, map GTT as write-combining.Konstantin Belousov
2014-11-04Revert agp_intel.c part of the r274040 for now. There is a confusionKonstantin Belousov
2014-11-03agp_intel.c provides support for AGP on Intel chipsets from 440/BX toKonstantin Belousov
2014-11-02- agp_generic_unbind_memory: flush AGP TLB before unwiring pagesTijl Coosemans
2014-11-02In agp_amd_bind_page don't flush the AGP TLB. It's done by the callingTijl Coosemans
2014-11-02In agp(4) avoid the need to flush all cpu caches with wbinvd betweenTijl Coosemans
2014-10-30Avoid possible overflow in agp_generic_alloc_memory.Tijl Coosemans
2014-10-30Add two new functions to the AGP driver KPI to bind/unbind arbitrary setsTijl Coosemans