aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
* agp: Handle multiple devices more gracefullyMark Johnston2021-11-252-5/+29
* agp: plug a set-but-not-unused var in agp_intel_gtt_map_memoryMateusz Guzik2021-11-241-0/+4
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* agp: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0111-30/+16
* Remove support for FreeBSD 4.x and earlier from agp driverWarner Losh2020-02-261-7/+0
* Complete the removal of the "wire_count" field from struct vm_page.Mark Johnston2019-09-251-1/+1
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-092-7/+1
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-254-13/+13
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-202-6/+5
* Oops. r338030 didn't eliminate the unused arena argument from all ofAlan Cox2018-08-182-10/+8
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2715-0/+30
* Add a helper function to agp(4) which installs a single GTT entry.Mark Johnston2017-07-092-0/+18
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* Move bogus_page declaration to vm_page.h and initialization to vm_page.c.Gleb Smirnoff2017-01-041-2/+0
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-3/+3
* dev/agp: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-193-10/+9
* agp: Do not attach to Intel GEN6+Jean-Sébastien Pédron2016-03-122-531/+33
* drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron2016-03-082-31/+223
* Remove break after return.Kevin Lo2015-01-231-5/+5
* Initial attachment of the agp(4) to Haswell IGP. There is no handlingKonstantin Belousov2014-11-111-0/+58
* Based on some BIOS configuration (GGC register in host bridge, bit 1),Konstantin Belousov2014-11-111-1/+2
* On 965 and higher, map GTT as write-combining.Konstantin Belousov2014-11-111-8/+43
* Revert agp_intel.c part of the r274040 for now. There is a confusionKonstantin Belousov2014-11-041-0/+95
* agp_intel.c provides support for AGP on Intel chipsets from 440/BX toKonstantin Belousov2014-11-031-95/+0
* - agp_generic_unbind_memory: flush AGP TLB before unwiring pagesTijl Coosemans2014-11-021-2/+5
* In agp_amd_bind_page don't flush the AGP TLB. It's done by the callingTijl Coosemans2014-11-021-3/+0
* In agp(4) avoid the need to flush all cpu caches with wbinvd betweenTijl Coosemans2014-11-027-65/+40
* Avoid possible overflow in agp_generic_alloc_memory.Tijl Coosemans2014-10-301-1/+1
* Add two new functions to the AGP driver KPI to bind/unbind arbitrary setsTijl Coosemans2014-10-302-0/+86
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-162-3/+3
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-2/+2
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).Konstantin Belousov2013-08-222-2/+2
* The soft and hard busy mechanism rely on the vm object lock to work.Attilio Rao2013-08-091-2/+2
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-092-13/+15
* Fix reversed condition in the logic to wait for the chipset buffersKonstantin Belousov2013-01-271-1/+1
* Remove unneeded semicolons.Antoine Brodin2013-01-017-8/+8
* Add pci id for the xeon hd4000 (IvyBridge server GT2)Baptiste Daroussin2012-12-111-0/+5
* Remove unneeded header from agp: opt_bus.hEitan Adler2012-11-1511-21/+0
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-229-0/+19
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-229-19/+0
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-052-0/+2
* Revert revision 238172 of agp_i810.c. Correctness is considered moreMarcel Moolenaar2012-07-091-1/+2
* agp.c:Marcel Moolenaar2012-07-062-4/+2
* Correct device id for GPU on some server SandyBridge model.Konstantin Belousov2012-06-231-1/+1
* A rewrite of the i810 bits of the agp(4) driver. New driver supportsKonstantin Belousov2012-05-227-638/+2260
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-1/+1
* Add a driver for the Apple Uninorth AGP host bridge found in all PowerPCNathan Whitehorn2010-10-312-11/+325
* Do not mention VM_ALLOC_RETRY in comment, and normalize the terminologyKonstantin Belousov2010-07-081-2/+2
* Add a missing linefeedBrian Somers2010-06-191-1/+1
* Push down the acquisition of the page queues lock into vm_page_unwire().Alan Cox2010-05-052-6/+0