index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
agp
/
intel-gtt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
agp/intel: Serialise after GTT updates
Chris Wilson
2015-01-28
1
-7
/
+7
*
agp: Fix up email address & attributions in AGP MODULE_AUTHOR tags
Dave Jones
2014-12-23
1
-1
/
+1
*
agp/intel-gtt: Remove get/put_pages
Daniel Vetter
2014-09-19
1
-4
/
+0
*
drivers/char: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-02-07
1
-1
/
+0
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-01-29
1
-0
/
+18
|
\
|
*
drm/i915: Make AGP support optional
Ville Syrjälä
2013-11-08
1
-0
/
+18
*
|
agp/intel: Use CPU physical address, not bus address, for ioremap()
Bjorn Helgaas
2014-01-07
1
-7
/
+7
*
|
agp/intel: Use pci_bus_address() to get GTTADR bus address
Bjorn Helgaas
2014-01-07
1
-4
/
+3
*
|
agp/intel: Use pci_bus_address() to get MMADR bus address
Bjorn Helgaas
2014-01-07
1
-7
/
+3
*
|
agp/intel: Support 64-bit GMADR
Yinghai Lu
2014-01-07
1
-8
/
+4
*
|
agp/intel: Rename gtt_bus_addr to gtt_phys_addr
Bjorn Helgaas
2014-01-07
1
-8
/
+8
|
/
*
drm/i915: Disable WC PTE updates to w/a buggy IOMMU on ILK
Chris Wilson
2013-02-20
1
-2
/
+35
*
drm/i915: Fix gen2 mappable calculations
Ben Widawsky
2013-02-15
1
-1
/
+4
*
drm/i915: remove intel_gtt structure
Ben Widawsky
2013-01-31
1
-15
/
+21
*
agp/intel: Add gma_bus_addr
Ben Widawsky
2013-01-20
1
-2
/
+3
*
drm/i915: Needs_dmar, not
Ben Widawsky
2013-01-20
1
-4
/
+6
*
drm/i915: Remove scratch page from shared
Ben Widawsky
2013-01-20
1
-4
/
+5
*
drm/i915: Cut out the infamous ILK w/a from AGP layer
Ben Widawsky
2013-01-20
1
-27
/
+0
*
drm/i915: Move GSM mapping into dev_priv
Ben Widawsky
2012-12-20
1
-1
/
+0
*
drm/i915: Kill off now unused gen6+ AGP code
Ben Widawsky
2012-11-11
1
-307
/
+11
*
drm/i915: Stop using AGP layer for GEN6+
Ben Widawsky
2012-11-11
1
-1
/
+1
*
drm/i915: disable wc gtt pte mappings on gen2
Daniel Vetter
2012-10-12
1
-1
/
+1
*
agp/intel: Use a write-combining map for updating PTEs
Chris Wilson
2012-09-20
1
-3
/
+8
*
drm/i915: Replace the array of pages with a scatterlist
Chris Wilson
2012-09-20
1
-29
/
+22
*
drm/i915: fix hsw uncached pte
Daniel Vetter
2012-08-17
1
-36
/
+69
*
drm/i915: add more Haswell PCI IDs
Paulo Zanoni
2012-08-07
1
-1
/
+59
*
agp/intel: use correct GTT offset on VLV
Jesse Barnes
2012-06-20
1
-0
/
+1
*
agp/intel: allow cacheable and GDFT PTEs on ValleyView
Jesse Barnes
2012-06-20
1
-2
/
+9
*
drm/i915: call intel_enable_gtt
Daniel Vetter
2012-06-12
1
-1
/
+2
*
agp/intel-gtt: move gart base addres setup
Daniel Vetter
2012-06-12
1
-10
/
+10
*
drm/i915 + agp/intel-gtt: prep work for direct setup
Daniel Vetter
2012-06-12
1
-9
/
+37
*
agp/intel-gtt: don't require the agp bridge on setup
Daniel Vetter
2012-06-12
1
-3
/
+5
*
drm/i915: stop using dev->agp->base
Daniel Vetter
2012-06-12
1
-3
/
+2
*
agp/intel-gtt: remove dead code
Daniel Vetter
2012-06-12
1
-3
/
+0
*
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...
Dave Airlie
2012-04-12
1
-1
/
+44
|
\
|
*
drm/i915: add Haswell devices and their PCI IDs
Eugeni Dodonov
2012-04-09
1
-0
/
+14
|
*
agp/intel: add ValleyView AGP driver
Jesse Barnes
2012-03-29
1
-0
/
+25
|
*
agp/intel: map more registers for use by the GTT code
Jesse Barnes
2012-03-29
1
-1
/
+5
*
|
drm/i915: disable ppgtt on snb when dmar is enabled
Daniel Vetter
2012-04-02
1
-1
/
+0
*
|
drm/i915: add Ivy Bridge GT2 Server entries
Eugeni Dodonov
2012-04-02
1
-0
/
+2
|
/
*
agp/intel-gtt: export the gtt pagetable iomapping
Daniel Vetter
2012-02-09
1
-0
/
+1
*
agp/intel-gtt: export the scratch page dma address
Daniel Vetter
2012-02-09
1
-5
/
+4
*
agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is set
Keith Packard
2011-11-08
1
-2
/
+3
*
drm/i915: fix if statement (bogus semi-colon)
Dan Carpenter
2011-11-08
1
-1
/
+1
*
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2011-10-28
1
-0
/
+28
|
\
|
*
drm/i915: ILK + VT-d workaround
Ben Widawsky
2011-10-20
1
-0
/
+28
*
|
iommu: Rename the DMAR and INTR_REMAP config options
Suresh Siddha
2011-09-21
1
-2
/
+2
|
/
*
agp/intel: add Ivy Bridge support
Jesse Barnes
2011-05-13
1
-0
/
+10
*
agp/intel: Experiment with a 855GM GWB bit
Chris Wilson
2011-02-22
1
-35
/
+21
*
drm/i915,agp/intel: Do not clear stolen entries
Chris Wilson
2011-01-24
1
-10
/
+9
[next]