summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Allow full PPGTT with param overrideBen Widawsky2014-04-011-1/+1
* drm/i915: Split out GTT specific header fileBen Widawsky2014-04-011-69/+0Star
* drm/i915: prefer struct drm_i915_private to drm_i915_private_tJani Nikula2014-03-311-2/+2
* drm/i915: Undo gtt scratch pte unmapping againDaniel Vetter2014-03-281-1/+1
* drm/i915/bdw: Restore PPAT on thawBen Widawsky2014-03-191-1/+5
* drm/i915: Drop WARN_ON(flags) from ppgtt_bind_vma()Ville Syrjälä2014-03-131-2/+0Star
* drm/i915: Correct PPGTT total sizeBen Widawsky2014-03-111-1/+1
* drm/i915/bdw: Use scratch page table for GEN8 PPGTTBen Widawsky2014-03-111-1/+1
* Merge tag 'v3.14-rc6' into drm-intel-next-queuedDaniel Vetter2014-03-101-3/+3
|\
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-01-301-18/+36
| |\
| * \ Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-3/+3
| |\ \
| | * | drm/i915: Rename gtt_bus_addr to gtt_phys_addrBjorn Helgaas2014-01-071-3/+3
* | | | drm/i915: Disable full ppgtt by defaultDaniel Vetter2014-03-071-0/+23
* | | | drm/i915/bdw: Kill ppgtt->num_pt_pagesBen Widawsky2014-03-051-10/+4Star
* | | | drm/i915: Split GEN6 PPGTT initialization upBen Widawsky2014-03-051-50/+91
* | | | drm/i915: Split GEN6 PPGTT cleanupBen Widawsky2014-03-051-7/+19
* | | | drm/i915: Update i915_gem_gtt.c copyrightBen Widawsky2014-03-051-0/+1
* | | | Revert "drm/i915/bdw: Limit GTT to 2GB"Ben Widawsky2014-03-051-5/+0Star
* | | | drm/i915/bdw: Reorganize PT allocationsBen Widawsky2014-03-051-27/+105
* | | | drm/i915: Make clear/insert vfuncs args absoluteBen Widawsky2014-03-041-39/+51
* | | | drm/i915/bdw: Split ppgtt initialization upBen Widawsky2014-03-041-48/+116
* | | | drm/i915/bdw: Reorganize PPGTT initBen Widawsky2014-03-041-50/+60
* | | | drm/i915/bdw: Free PPGTT structBen Widawsky2014-03-041-1/+0Star
* | | | drm/i915: Allow blocking in the PDE alloc when running low on gtt spaceDaniel Vetter2014-02-141-1/+1
* | | | drm/i915: Consolidate binding parameters into flagsDaniel Vetter2014-02-141-1/+1
* | | | drm/i915/bdw: Split up PPGTT cleanupBen Widawsky2014-02-131-21/+38
* | | | 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