summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-221-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/+4
* | | | 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/+0
* | | | 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/+0
* | | | 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/+0
| * | | | 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/+2
| * | | | 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/+0
| * | | | 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
OpenPOWER on IntegriCloud