summaryrefslogtreecommitdiffstats
path: root/drivers/char/agp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | agp/intel: Remove confusion of stolen entries not stolen memoryChris Wilson2010-11-231-33/+7
| * | | agp/intel: Remove the artificial cap on stolen sizeChris Wilson2010-11-231-13/+3
| * | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-221-1/+0
| |\ \ \
| * \ \ \ Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-151-0/+5
| |\ \ \ \
| * | | | | agp/intel: restore cache behavior on sandybridgeZhenyu Wang2010-11-021-1/+1
| * | | | | agp/intel: fix cache control for sandybridgeZhenyu Wang2010-11-021-2/+2
| * | | | | agp/intel: the GMCH is always enabled for integrated processor graphicsChris Wilson2010-10-311-16/+27
| * | | | | agp/intel: Sandybridge doesn't require GMCH enablingChris Wilson2010-10-291-7/+30
| * | | | | intel-gtt: maximize ggtt size on platforms that support thisDaniel Vetter2010-10-272-29/+81
| * | | | | intel-gtt: save PGETBL_CTL later in the setup processDaniel Vetter2010-10-271-7/+7
* | | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-061-17/+16
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86, amd-nb: Cleanup AMD northbridge caching codeHans Rosenfeld2010-11-181-15/+14
| * | | | | x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld2010-11-181-16/+16
| | |/ / / | |/| | |
* | | | | agp/intel: Fix missed cached memory flags setting in i965_write_entry()Chris Wilson2010-12-141-2/+9
| |_|_|/ |/| | |
* | | | agp/intel: Fix wrong kunmap in i830_cleanup()Takashi Iwai2010-12-051-2/+4
| |_|/ |/| |
* | | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/ /
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2010-11-091-3/+3
|\ \
| * | agp/intel: fix cache control for sandybridgeZhenyu Wang2010-11-041-2/+2
| * | agp/intel: restore cache behavior on sandybridgeZhenyu Wang2010-11-041-1/+1
| |/
* | parisc-agp: fix missing slab.h includeKyle McMartin2010-10-291-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds2010-10-281-0/+4
|\ \ | |/ |/|
| * drivers/char/agp/parisc-agp.c: eliminate memory leakJulia Lawall2010-10-211-0/+4
* | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-268-1094/+804
|\ \
| * | agp/intel: Restore valid PTE bit for Sandybridge after bdd3072Chris Wilson2010-10-221-3/+3
| * | agp/intel: Also add B43.1 to list of supported devicesChris Wilson2010-10-191-0/+1
| * | agp/amd-k7: Allow binding user memory to the AGP GART.Francisco Jerez2010-10-191-2/+4
| * | some clean up to intel-gtt.cJan Beulich2010-09-241-2/+1
| * | intel-gtt add a cleanup function for chipset specific stuffDaniel Vetter2010-09-211-8/+31
| * | intel-gtt: store the dma mask size in intel_gtt_driverDaniel Vetter2010-09-211-7/+11
| * | intel-gtt: clean up gtt size reportingDaniel Vetter2010-09-211-1/+5
| * | agp: kill agp_(unmap|map)_memoryDaniel Vetter2010-09-212-11/+0
| * | intel-gtt: consolidate fake_agp driver structsDaniel Vetter2010-09-211-131/+39
| * | intel-gtt: move chipset flush to the gtt driver structDaniel Vetter2010-09-211-7/+21
| * | intel-gtt: kill mask_memory functionsDaniel Vetter2010-09-211-92/+13
| * | intel-gtt: generic (insert|remove)_entries for sandybridgeDaniel Vetter2010-09-211-136/+8
| * | intel-gtt: generic (insert|remove)_entries for g33/i965Daniel Vetter2010-09-211-12/+9
| * | intel-gtt: generic (insert|remove)_entries for i915Daniel Vetter2010-09-211-11/+49
| * | intel-gtt: generic (insert|remove)_entries for i830Daniel Vetter2010-09-211-25/+28
| * | agp: kill agp_(map|unmap)_pageDaniel Vetter2010-09-212-23/+1
| * | intel-gtt: drop agp scratch page support stuffDaniel Vetter2010-09-211-28/+0
| * | intel-gtt: introduce pte write function for gen6Daniel Vetter2010-09-211-22/+26
| * | intel-gtt: introduce pte write function for g33/i965/gm45Daniel Vetter2010-09-211-2/+15
| * | intel-gtt: introduce pte write function for i8xx/i915/i945Daniel Vetter2010-09-211-9/+32
| * | intel-gtt: initialize our own scratch pageDaniel Vetter2010-09-211-17/+64
| * | Merge branch 'drm-intel-fixes' into HEADChris Wilson2010-09-212-0/+4
| |\ \ | | |/
| * | agp/intel: Fix resume regression from 2d2430cfChris Wilson2010-09-141-4/+10
| * | agp/intel: Remove redundant setting of gtt_mappable_entriesChris Wilson2010-09-141-9/+6
| * | agp/intel: Use macro to set the count of the size arrayChris Wilson2010-09-141-14/+14
| * | drm/i915: die, i915_probe_agp, dieDaniel Vetter2010-09-081-0/+6
| * | intel-gtt: use chipset generation number some moreDaniel Vetter2010-09-081-8/+2
OpenPOWER on IntegriCloud