aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp/intel-agp.c
Commit message (Expand)AuthorAgeFilesLines
* char/agp: add another Ironlake host bridgeEugeni Dodonov2012-06-171-0/+1
* agp/intel: add Ivy Bridge supportJesse Barnes2011-05-131-0/+3
* agp: ensure GART has an address before enabling itStephen Kitt2011-02-041-11/+16
* agp/intel: Fix device names of i845 and 845GOswald Buddenhagen2011-01-141-2/+2
* drm/i915: restore gtt on resume in the drm instead of in intel-gtt.koDaniel Vetter2010-11-231-5/+0
* agp/intel: Also add B43.1 to list of supported devicesChris Wilson2010-10-191-0/+1
* agp/intel: make intel-gtt.c into a real source fileDaniel Vetter2010-09-081-3/+0
* agp/intel: split out gmch/gtt probe, part 2Daniel Vetter2010-09-081-172/+23
* intel_agp,i915: Add more sandybridge graphics device idsZhenyu Wang2010-09-071-3/+12
* agp/intel: Fix cache control for SandybridgeZhenyu Wang2010-09-071-0/+1
* drm/i915,intel_agp: Add support for Sandybridge D0Zhenyu Wang2010-08-211-0/+2
* agp/intel: set 40-bit dma mask on SandybridgeZhenyu Wang2010-08-211-9/+15
* agp: intel-agp: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-051-11/+11
* agp/intel: Support the extended physical addressing bits on Sandybridge.Zhenyu Wang2010-08-011-2/+2
* agp: use scratch page on memory remove and at GATT creation V4Jerome Glisse2010-04-231-0/+9
* agp/intel: put back check that we have a driver for the bridge.Dave Airlie2010-04-201-0/+8
* Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...Dave Airlie2010-04-201-1778/+100
|\
| * agp/intel: split out gmch/gtt probe, part 1Daniel Vetter2010-04-181-29/+44
| * agp/intel: kill mutli_gmch_chipDaniel Vetter2010-04-181-55/+52
| * agp/intel: uncoditionally reconfigure driver on resumeDaniel Vetter2010-04-181-16/+1
| * agp/intel: split out the GTT supportDaniel Vetter2010-04-181-1523/+2
| * agp/intel: introduce intel-agp.h header fileDaniel Vetter2010-04-181-155/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-04-171-3/+0
|\ \ | |/
| * agp/intel: intel_845_driver is an agp driver!Daniel Vetter2010-03-251-3/+0
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* agp/intel: Don't do the chipset flush on Sandybridge.Eric Anholt2010-03-181-2/+7
* agp/intel: Respect the GTT size on Sandybridge for scratch page setup.Eric Anholt2010-03-181-1/+24
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-03-041-10/+113
|\ \
| * | drm/i915: Add dependency on the intel agp moduleZhenyu Wang2010-02-261-2/+8
| * | agp/intel: Add a new Sandybridge HB/IG PCI ID combo.Eric Anholt2010-02-261-4/+13
| * | drm/i915, agp/intel: Fix stolen memory size on SandybridgeZhenyu Wang2010-02-261-4/+74
| * | agp/intel: Use a non-reserved value for the cache field of the PTEs.Eric Anholt2010-02-261-0/+5
| * | agp/intel: Add support for Sandybridge.Eric Anholt2010-02-261-1/+14
| * | agp/intel: official names for Pineview and IronlakeZhenyu Wang2010-02-221-6/+6
| |/
* | intel-agp: Switch to wbinvd_on_all_cpusBorislav Petkov2010-01-221-11/+4
|/
* drm/i915: enable 36bit physical address for hardware status pageZhenyu Wang2010-01-151-1/+5
* Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-101-1/+6
|\
| * agp/intel-agp: Clear entire GTT on startupDavid Woodhouse2009-12-071-1/+6
* | Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-081-48/+48
|\ \ | |/
| * agp/intel: Fix product names and #definesAdam Jackson2009-12-071-42/+42
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-11-301-1/+7
|\ \
| * | agp/intel: new host bridge supportZhenyu Wang2009-11-121-1/+7
| |/
* | agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()David Woodhouse2009-11-191-6/+5
|/
* Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-241-7/+30
|\
| * agp/intel: Fix the pre-9xx chipset flush.Eric Anholt2009-09-111-7/+23
| * agp/intel: Add B43 chipset supportFabian Henze2009-09-081-0/+7
* | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-151-24/+158
|\ \ | |/ |/|
| * agp/intel: remove restore in resumeZhenyu Wang2009-09-141-9/+0