aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp_i810.c
Commit message (Expand)AuthorAgeFilesLines
* agp: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+2
* 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-091-2/+0
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-3/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a helper function to agp(4) which installs a single GTT entry.Mark Johnston2017-07-091-0/+17
* Move bogus_page declaration to vm_page.h and initialization to vm_page.c.Gleb Smirnoff2017-01-041-2/+0
* agp: Do not attach to Intel GEN6+Jean-Sébastien Pédron2016-03-121-519/+23
* drm/i915: Update to match Linux 3.8.13Jean-Sébastien Pédron2016-03-081-14/+206
* 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
* In agp(4) avoid the need to flush all cpu caches with wbinvd betweenTijl Coosemans2014-11-021-7/+6
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-1/+1
* 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-221-1/+1
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-4/+5
* Fix reversed condition in the logic to wait for the chipset buffersKonstantin Belousov2013-01-271-1/+1
* 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-151-2/+0
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-051-0/+1
* Revert revision 238172 of agp_i810.c. Correctness is considered moreMarcel Moolenaar2012-07-091-1/+2
* agp.c:Marcel Moolenaar2012-07-061-2/+1
* 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-221-635/+2051
* Push down the acquisition of the page queues lock into vm_page_unwire().Alan Cox2010-05-051-2/+0
* Acquire the page lock around vm_page_unwire(). For consistency, extend theAlan Cox2010-05-031-1/+3
* Add support of Intel Pineview chips, aka IGD.Robert Noland2010-03-121-4/+20
* Add pci ids for Intel Ironlake chipsets.Robert Noland2010-03-121-0/+4
* Add pci id's for Intel G41 chipsetRobert Noland2009-10-111-0/+2
* John Baldwin suggested that 'stolen memory' only happens in the case ofNick Hibma2009-09-141-8/+6
* Move the printing of aperture size and stolen memory behind bootverbose.Nick Hibma2009-09-101-9/+9
* vm_offset_t is unsigned and therefore can not be negative.Robert Noland2009-03-201-3/+3
* Fix prototypes to be consistent.Warner Losh2009-03-091-3/+3
* Fix up handling of Intel G4X chips some more.Robert Noland2008-12-231-5/+12
* Correctly handle Intel g33 chips and add support for g45 chipsRobert Noland2008-10-021-18/+120
* Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have beenJohn Baldwin2008-08-011-2/+0
* Fix PCI id for 945GME Express Integrated Graphics Controller:Oleksandr Tymoshenko2008-06-201-1/+1
* Add resume support to the agp_i810 family.Remko Lodder2008-03-121-0/+17
* Add the 845M GMCH controller.Remko Lodder2007-11-261-0/+2
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-121-2/+2
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-301-4/+2
* Add the PCI id for the Intel 7221's integrated graphics controller. It isAlan Cox2007-09-151-0/+2
* Add support for G965/Q965/GM965/GME965/GME945 AGP.Eric Anholt2007-07-131-223/+305
* Add support for 945G/GM AGP chipsets.Eric Anholt2006-09-271-13/+29
* Fix breakage of CHIP_I855 in the last revision.Eric Anholt2006-06-271-3/+4
* Replace the three copies of the list of pci ids with a single centralized list.Eric Anholt2006-06-251-143/+122