Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
dc6f962eb5ad728086fcfa9967976e93ed68e0a5
/
drivers
/
char
/
agp
/
intel-agp.c
8554048
intel_agp,i915: Add more sandybridge graphics device ids
by Zhenyu Wang
· 14 years ago
f8f235e
agp/intel: Fix cache control for Sandybridge
by Zhenyu Wang
· 14 years ago
4fefe43
drm/i915,intel_agp: Add support for Sandybridge D0
by Zhenyu Wang
· 14 years ago
877fdac
agp/intel: set 40-bit dma mask on Sandybridge
by Zhenyu Wang
· 14 years ago
96576a9
agp: intel-agp: do not use PCI resources before pci_enable_device()
by Kulikov Vasiliy
· 14 years ago
3869d4a
agp/intel: Support the extended physical addressing bits on Sandybridge.
by Zhenyu Wang
· 14 years ago
61cf059
agp: use scratch page on memory remove and at GATT creation V4
by Jerome Glisse
· 15 years ago
10fd883
agp/intel: put back check that we have a driver for the bridge.
by Dave Airlie
· 15 years ago
97921a5
Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-next
by Dave Airlie
· 15 years ago
22dd82a
agp/intel: split out gmch/gtt probe, part 1
by Daniel Vetter
· 15 years ago
059efc6
agp/intel: kill mutli_gmch_chip
by Daniel Vetter
· 15 years ago
e5a04d5
agp/intel: uncoditionally reconfigure driver on resume
by Daniel Vetter
· 15 years ago
f51b766
agp/intel: split out the GTT support
by Daniel Vetter
· 15 years ago
ff7cdd6
agp/intel: introduce intel-agp.h header file
by Daniel Vetter
· 15 years ago
13bd8e4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5e64499
agp/intel: intel_845_driver is an agp driver!
by Daniel Vetter
· 15 years ago
66f6ff0
agp/intel: Don't do the chipset flush on Sandybridge.
by Eric Anholt
· 15 years ago
285aca8
agp/intel: Respect the GTT size on Sandybridge for scratch page setup.
by Eric Anholt
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
03a2c4d
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
1f7a6e3
drm/i915: Add dependency on the intel agp module
by Zhenyu Wang
· 15 years ago
954bce5
agp/intel: Add a new Sandybridge HB/IG PCI ID combo.
by Eric Anholt
· 15 years ago
14bc490
drm/i915, agp/intel: Fix stolen memory size on Sandybridge
by Zhenyu Wang
· 15 years ago
e3deb20
agp/intel: Use a non-reserved value for the cache field of the PTEs.
by Eric Anholt
· 15 years ago
1089e30
agp/intel: Add support for Sandybridge.
by Eric Anholt
· 15 years ago
af86d4b
agp/intel: official names for Pineview and Ironlake
by Zhenyu Wang
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
48a719c
intel-agp: Switch to wbinvd_on_all_cpus
by Borislav Petkov
· 15 years ago
9b974cc
drm/i915: enable 36bit physical address for hardware status page
by Zhenyu Wang
· 15 years ago
0b5e8db
Merge remote branch 'anholt/drm-intel-next' into drm-linus
by Dave Airlie
· 15 years ago
3ff9916
Merge remote branch 'anholt/drm-intel-next' into drm-linus
by Dave Airlie
· 15 years ago
fc61901
agp/intel-agp: Clear entire GTT on startup
by David Woodhouse
· 15 years ago
107f517
agp/intel: Fix product names and #defines
by Adam Jackson
· 15 years ago
9709652
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
ec402ba
agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()
by David Woodhouse
· 15 years ago
9cf1e35
agp/intel: new host bridge support
by Zhenyu Wang
· 15 years ago
94e0fb0
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
66a4fe0
Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6
by Linus Torvalds
· 15 years ago
1212648
agp/intel: remove restore in resume
by Zhenyu Wang
· 15 years ago
e517a5e
agp/intel: Fix the pre-9xx chipset flush.
by Eric Anholt
· 15 years ago
38d8a95
agp/intel: Add B43 chipset support
by Fabian Henze
· 15 years ago
07fb611
agp/intel: support for new chip variant of IGDNG mobile
by Zhenyu Wang
· 15 years ago
ba3139f
intel-agp: Set dma mask for i915
by David Woodhouse
· 15 years ago
6a12235
agp: kill phys_to_gart() and gart_to_phys()
by David Woodhouse
· 15 years ago
f692775
intel-agp: fix sglist allocation to avoid vmalloc()
by David Woodhouse
· 15 years ago
91b8e30
intel-agp: Move repeated sglist free into separate function
by David Woodhouse
· 15 years ago
c2980d8
agp: Switch agp_{un,}map_page() to take struct page * argument
by David Woodhouse
· 15 years ago
56ec4c1
agp: tidy up handling of scratch pages w.r.t. DMA API
by David Woodhouse
· 15 years ago
1766168
intel_agp: Use PCI DMA API correctly on chipsets new enough to have IOMMU
by Zhenyu Wang
· 15 years ago
2a4ceb6
agp: Switch mask_memory() method to take address argument again, not page
by David Woodhouse
· 15 years ago
0b7af26
agp/intel: Make intel_i965_mask_memory use dma_addr_t for physical addresses
by Pierre Willenbrock
· 15 years ago
07613ba
agp: switch AGP to use page array instead of unsigned long array
by Dave Airlie
· 15 years ago
32cb055
agp/intel: Add support for new chipsets
by Zhenyu Wang
· 15 years ago
347486b
intelfb: support i854
by Stefan Husemann
· 16 years ago
2177832
agp/intel: Add support for new intel chipset.
by Shaohua Li
· 16 years ago
9c1e8a4
intel-agp: fix a panic with 1M of shared memory, no GTT entries
by Lubomir Rintel
· 16 years ago
b854b2a
agp/intel: Fix broken ® symbol in device name.
by Eric Anholt
· 16 years ago
a50ccc6
agp/intel: add support for G41 chipset
by Zhenyu Wang
· 16 years ago
f4432c5
Update email addresses.
by Dave Jones
· 16 years ago
a45fbc3
Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6
by Linus Torvalds
· 16 years ago
44d4944
agp/intel: Reduce extraneous PCI posting reads during init
by Keith Packard
· 16 years ago
82e14a6
agp: Fix stolen memory counting on G4X.
by Eric Anholt
· 16 years ago
8b53b57
Merge branch 'x86/urgent' into x86/pat
by Ingo Molnar
· 16 years ago
bd07928
agp: add agp_generic_destroy_pages()
by Shaohua Li
· 16 years ago
37acee1
agp: generic_alloc_pages()
by Shaohua Li
· 16 years ago
a8c84df
intel/agp: rewrite GTT on resume
by Keith Packard
· 16 years ago
e3cf695
agp: use dev_printk when possible
by Bjorn Helgaas
· 16 years ago
99d32bd
intel_agp: official name for GM45 chipset
by Zhenyu Wang
· 16 years ago
7d15ddf
[agp]: fixup chipset flush for new Intel G4x.
by Zhenyu Wang
· 16 years ago
0e480e5
agp: brown paper bag patch - put back the two lines it took out.
by Dave Airlie
· 16 years ago
62c96b9
agp/intel: cleanup some serious whitespace badness
by Dave Airlie
· 16 years ago
25ce77a
[AGP] intel_agp: Add support for Intel 4 series chipsets
by Zhenyu Wang
· 16 years ago
598d144
[AGP] intel_agp: extra stolen mem size available for IGD_GM chipset
by Zhenyu Wang
· 16 years ago
9516b03
agp: more boolean conversions.
by Dave Airlie
· 16 years ago
c725801
drivers/char/agp - use bool
by Joe Perches
· 17 years ago
da503fa
agp: two-stage page destruction issue
by Jan Beulich
· 16 years ago
bc89460
agp: remove flush_agp_mappings calls from new flush handling code
by Dave Airlie
· 17 years ago
f011ae7
intel-agp: introduce IS_I915 and do some cleanups..
by Dave Airlie
· 17 years ago
9119f85
[intel_agp] fix name for G35 chipset
by Zhenyu Wang
· 17 years ago
4d64dd9
intel-agp: fixup resource handling in flush code.
by Dave Airlie
· 17 years ago
4e8b6e2
intel-agp: add new chipset ID
by Zhenyu Wang
· 17 years ago
1fa4db7
fix AGP warning
by Andrew Morton
· 17 years ago
2162e6a
agp/intel: Add chipset flushing support for i8xx chipsets.
by Dave Airlie
· 17 years ago
6c00a61
intel-agp: add chipset flushing support
by Dave Airlie
· 17 years ago
d7c8f21
x86: cpa: move flush to cpa
by Thomas Gleixner
· 17 years ago
6d238cc
x86: convert CPA users to the new set_page_ API
by Arjan van de Ven
· 17 years ago
e914a36
agp/intel: add support for E7221 chipset
by Carlos Martín
· 17 years ago
a2721e9
AGP fix race condition between unmapping and freeing pages
by Dave Airlie
· 17 years ago
3a49869
Revert "intel_agp: fix stolen mem range on G33"
by Kyle McMartin
· 17 years ago
e67aa27
intel-agp: Fix i830 mask variable that changed with G33 support
by Dave Airlie
· 17 years ago
4740622
intel_agp: fix GTT map size on G33
by Zhenyu Wang
· 17 years ago
f443675a
intel_agp: fix stolen mem range on G33
by Zhenyu Wang
· 17 years ago
5bdbc7d
agp: balance ioremap checks
by Scott Thompson
· 17 years ago
dde4787
intel_agp: really fix 945/965GME
by Zhenyu Wang
· 17 years ago
a51b3459
agp: don't lock pages
by Nick Piggin
· 17 years ago
47d4637
[AGPGART] intel_agp: don't load if no IGD and AGP port
by Wang Zhenyu
· 17 years ago
8888985
[AGPGART] intel_agp: fix device probe
by Wang Zhenyu
· 17 years ago
874808c6
[AGPGART] intel_agp: Add support for G33, Q33 and Q35 chipsets
by Wang Zhenyu
· 17 years ago
df80b14
[AGPGART] intel_agp: add support for 945GME
by Wang Zhenyu
· 18 years ago
Next »