summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | drm/i915: move module parameters into a struct, in a new fileJani Nikula2014-01-271-1/+1
* | | | Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter2014-01-251-163/+510
|\ \ \ \ | |_|_|/ |/| | |
| * | | drm/i915: fix ppgtt dump code for DEBUG_FS=nDaniel Vetter2014-01-101-0/+1
| * | | drm/i915: Add PPGTT dumperBen Widawsky2013-12-181-0/+57
| * | | drm/i915: Remove extraneous mm_switch in ppgtt enableBen Widawsky2013-12-181-1/+13
| * | | drm/i915: Use multiple VMs -- the point of no returnBen Widawsky2013-12-181-5/+17
| * | | Merge commit drm-intel-fixes into topic/ppgttDaniel Vetter2013-12-181-2/+4
| |\ \ \
| * | | | drm/i915: Do aliasing PPGTT init with contextsBen Widawsky2013-12-181-32/+0Star
| * | | | drm/i915: Restore PDEs for all VMsBen Widawsky2013-12-181-2/+15
| * | | | drm/i915: Write PDEs at init instead of enableBen Widawsky2013-12-181-4/+5
| * | | | drm/i915: Add VM to contextBen Widawsky2013-12-181-2/+5
| * | | | drm/i915: Reorganize intel_enable_ppgttBen Widawsky2013-12-181-18/+2Star
| * | | | drm/i915: Generalize PPGTT initBen Widawsky2013-12-181-15/+19
| * | | | drm/i915: Flush TLBs after !RCS PP_DIR_BASEBen Widawsky2013-12-181-0/+54
| * | | | drm/i915: Use LRI for switching PP_DIR_BASEBen Widawsky2013-12-181-4/+52
| * | | | drm/i915: Extract mm switching to functionBen Widawsky2013-12-181-27/+58
| * | | | drm/i915: Use platform specific ppgtt enableBen Widawsky2013-12-181-38/+55
| * | | | drm/i915: One hopeful eviction on PPGTT allocBen Widawsky2013-12-181-2/+12
| * | | | drm/i915: Use drm_mm for PPGTT PDEsBen Widawsky2013-12-181-25/+31
| * | | | drm/i915: PPGTT vfuncs should take a ppgtt argumentBen Widawsky2013-12-181-4/+4
| * | | | drm/i915: Create bind/unbind abstraction for VMAsBen Widawsky2013-12-181-37/+155
| * | | | drm/i915: Provide PDP updates via MMIOBen Widawsky2013-12-181-2/+10
* | | | | Merge commit origin/master into drm-intel-nextDaniel Vetter2014-01-161-4/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | drm/i915/bdw: Flush system agent on gen8 alsoBen Widawsky2014-01-061-2/+0Star
| * | | | Merge branch 'bdw-fixes' of git://people.freedesktop.org/~danvet/drm-intel in...Dave Airlie2013-12-121-2/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | drm/i915: Prefer setting PTE cache age to 3Chris Wilson2013-11-251-2/+4
| | |_|/ | |/| |
* | | | drm/i915: Avoid dereference past end of page array in gen8_ppgtt_insert_entri...Chris Wilson2014-01-071-9/+9
* | | | drm/i915: Avoid dereference past end of page array in gen6_ppgtt_insert_entri...Chris Wilson2014-01-071-7/+9
* | | | drm/i915: Mention when we enable the Ironlake iommu workaroundsChris Wilson2014-01-071-0/+3
| |_|/ |/| |
* | | drm/i915: Move the gtt mm takedown to cleanupBen Widawsky2013-11-261-0/+2
* | | drm/i915: Add a few missed bits to the mmBen Widawsky2013-11-261-0/+6
* | | drm/i915: Fix BDW PPGTT error pathBen Widawsky2013-11-261-1/+7
* | | Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter2013-11-151-18/+491
|\ \ \ | | |/ | |/|
| * | drm/i915/bdw: Limit GTT to 2GBBen Widawsky2013-11-141-0/+5
| * | drm/i915/bdw: Free correct number of ppgtt pagesBen Widawsky2013-11-141-2/+2
| |/
| * drm/i915/bdw: Don't muck with gtt_size on Gen8 when PPGTT setup failsVille Syrjälä2013-11-081-1/+2
| * drm/i915/bdw: unleash PPGTTBen Widawsky2013-11-081-1/+1
| * drm/i915/bdw: Implement PPGTT enableBen Widawsky2013-11-081-0/+50
| * drm/i915/bdw: Implement PPGTT insertBen Widawsky2013-11-081-1/+32
| * drm/i915/bdw: Implement PPGTT clear rangeBen Widawsky2013-11-081-1/+41
| * drm/i915/bdw: Initialize the PDEsBen Widawsky2013-11-081-0/+27
| * drm/i915/bdw: PPGTT init & cleanupBen Widawsky2013-11-081-1/+122
| * drm/i915/bdw: Support BDW cachingBen Widawsky2013-11-081-0/+45
| * drm/i915/bdw: Add GTT functionsBen Widawsky2013-11-081-3/+86
| * drm/i915/bdw: Create gen8_gtt_pte_tBen Widawsky2013-11-081-1/+2
| * drm/i915/bdw: Make gen8_gmch_probeBen Widawsky2013-11-081-24/+68
| * drm/i915/bdw: support GMS and GGMS changesBen Widawsky2013-11-081-3/+26
| * drm/i915/bdw: Disable PPGTT for nowDaniel Vetter2013-11-081-0/+2
* | drm/i915: drop duplicate ggtt vma list add in setup_global_gttJesse Barnes2013-11-131-1/+0Star
|/
* Merge tag 'v3.12' into drm-intel-nextDaniel Vetter2013-11-041-24/+85
|\