| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/i915: Mark PIN_USER binding as GLOBAL_BIND without the aliasing ppgtt | Chris Wilson | 2015-07-30 | 1 | -0/+11 |
* | drm/i915: remove unused has_dma_mapping flag | Imre Deak | 2015-07-13 | 1 | -7/+2 |
* | drm/i915: Restore all GGTT VMAs on resume | Tvrtko Ursulin | 2015-07-08 | 1 | -7/+16 |
* | drm/i915/ppgtt: Break loop in gen8_ppgtt_clear_range failure path | Michel Thierry | 2015-06-26 | 1 | -3/+3 |
* | drm/i915: limit PPGTT size to 2GB in 32-bit platforms | Michel Thierry | 2015-05-29 | 1 | -0/+7 |
* | drm/i915/gtt: Fix the boundary check for vm area | Mika Kuoppala | 2015-05-20 | 1 | -1/+1 |
* | drm/i915: Add a partial GGTT view type | Joonas Lahtinen | 2015-05-08 | 1 | -0/+46 |
* | drm/i915: Do not make assumptions on GGTT VMA sizes | Joonas Lahtinen | 2015-05-08 | 1 | -0/+20 |
* | drm/i915: Fix 32b overflow check in gen8_ppgtt_alloc_page_directories | Michel Thierry | 2015-05-08 | 1 | -2/+2 |
* | drm/i915: Remove incorrect restriction on 32bit offsets in ppGTT backend | Chris Wilson | 2015-05-08 | 1 | -9/+0 |
* | drm/i915: Do not clear mappings beyond VMA size | Joonas Lahtinen | 2015-05-08 | 1 | -2/+6 |
* | drm/i915/gtt: Allocate va range only if vma is not bound | Mika Kuoppala | 2015-04-30 | 1 | -17/+22 |
* | rm/i915: Move i915_get_ggtt_vma_pages into ggtt_bind_vma | Daniel Vetter | 2015-04-23 | 1 | -17/+24 |
* | drm/i915: Don't try to outsmart gcc in i915_gem_gtt.c | Daniel Vetter | 2015-04-23 | 1 | -19/+19 |
* | drm/i915: Unduplicate i915_ggtt_unbind/bind_vma | Daniel Vetter | 2015-04-23 | 1 | -19/+8 |
* | drm/i915: Move ppgtt_bind/unbind around | Daniel Vetter | 2015-04-23 | 1 | -25/+19 |
* | drm/i915: move i915_gem_restore_gtt_mappings around | Daniel Vetter | 2015-04-23 | 1 | -56/+53 |
* | drm/i915: Fix up the vma aliasing ppgtt binding | Daniel Vetter | 2015-04-23 | 1 | -39/+26 |
* | drm/i915: Move PTE_READ_ONLY to ->pte_encode vfunc | Daniel Vetter | 2015-04-20 | 1 | -6/+9 |
* | drm/i915: Unify aliasing ppgtt handling | Daniel Vetter | 2015-04-20 | 1 | -110/+24 |
* | drm/i915: Clean up aliasing ppgtt correctly on error paths | Daniel Vetter | 2015-04-20 | 1 | -20/+10 |
* | drm/i915: Move vma vfuns to adddress_space | Daniel Vetter | 2015-04-20 | 1 | -16/+12 |
* | drm/i915: Move gen8 clear_range vfunc setup into common code | Daniel Vetter | 2015-04-20 | 1 | -2/+1 |
* | Merge branch 'topic/bxt-stage1' into drm-intel-next-queued | Daniel Vetter | 2015-04-14 | 1 | -3/+13 |
|\ |
|
| * | drm/i915/bxt: map GTT as uncached | Imre Deak | 2015-04-09 | 1 | -1/+11 |
| * | drm/i915/bxt: Enable PTE encoding | Sumit Singh | 2015-04-09 | 1 | -2/+2 |
* | | drm/i915: Move vm page allocation in proper place | Mika Kuoppala | 2015-04-10 | 1 | -1/+15 |
* | | drm/i915: Use a separate slab for vmas | Chris Wilson | 2015-04-10 | 1 | -1/+2 |
* | | drm/i915: Use complete address space in true PPGTT | Michel Thierry | 2015-04-10 | 1 | -3/+1 |
* | | drm/i915/gen8: Dynamic page table allocations | Michel Thierry | 2015-04-10 | 1 | -71/+236 |
* | | drm/i915/gen8: begin bitmap tracking | Michel Thierry | 2015-04-10 | 1 | -12/+47 |
* | | drm/i915/gen8: Split out mappings | Michel Thierry | 2015-04-10 | 1 | -155/+69 |
* | | drm/i915: Extract PPGTT param from page_directory alloc | Michel Thierry | 2015-04-10 | 1 | -8/+7 |
* | | drm/i915: num_pd_pages/num_pd_entries isn't useful | Michel Thierry | 2015-04-10 | 1 | -50/+18 |
* | | drm/i915/gen8: Update pdp switch and point unused PDPs to scratch page | Michel Thierry | 2015-04-10 | 1 | -11/+21 |
* | | drm/i915/gen8: pagetable allocation rework | Michel Thierry | 2015-04-10 | 1 | -24/+59 |
* | | drm/i915/gen8: page directories rework allocation | Michel Thierry | 2015-04-10 | 1 | -15/+85 |
* | | drm/i915/gen8: Initialize page tables | Michel Thierry | 2015-04-10 | 1 | -1/+21 |
* | | drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages | Michel Thierry | 2015-04-10 | 1 | -34/+0 |
* | | drm/i915: Remove _entry from PPGTT page structures | Michel Thierry | 2015-04-10 | 1 | -28/+28 |
|/ |
|
* | drm/i915: Compare GGTT view structs instead of types | Joonas Lahtinen | 2015-03-27 | 1 | -0/+3 |
* | drm/i915: fix simple_return.cocci warnings | kbuild test robot | 2015-03-27 | 1 | -7/+1 |
* | drm/i915: Add dynamic page trace events | Michel Thierry | 2015-03-27 | 1 | -0/+5 |
* | drm/i915: Finish gen6/7 dynamic page table allocation | Michel Thierry | 2015-03-27 | 1 | -19/+127 |
* | drm/i915: Remove unnecessary gen6_ppgtt_unmap_pages | Michel Thierry | 2015-03-27 | 1 | -11/+0 |
* | drm/i915: Fix i915_dma_map_single positive error code | Michel Thierry | 2015-03-27 | 1 | -1/+4 |
* | drm/i915/skl: Fix up positive error code | Tvrtko Ursulin | 2015-03-25 | 1 | -1/+1 |
* | drm/i915/skl: Support secondary (rotated) frame buffer mapping | Tvrtko Ursulin | 2015-03-23 | 1 | -4/+113 |
* | drm/i915: Track page table reload need | Ben Widawsky | 2015-03-20 | 1 | -0/+11 |
* | drm/i915: Track GEN6 page table usage | Ben Widawsky | 2015-03-20 | 1 | -62/+137 |