Age | Commit message (Expand) | Author | Files | Lines |
2017-05-10 | drm/i915: Sanitize stolen memory size calculation | Imre Deak | 1 | -7/+7 |
2017-05-10 | drm/i915: Check error return when setting DMA mask | Imre Deak | 1 | -4/+12 |
2017-03-30 | drm/i915: Ironlake do_idle_maps w/a may be called w/o struct_mutex | Chris Wilson | 1 | -1/+1 |
2017-03-03 | drm/i915/gtt: Setup vm callbacks late | Mika Kuoppala | 1 | -11/+12 |
2017-03-03 | drm/i915: Avoid using word legacy with ppgtt | Mika Kuoppala | 1 | -10/+8 |
2017-03-03 | drm/i915/gtt: Prefer i915_vm_is_48bit() over macro | Mika Kuoppala | 1 | -25/+38 |
2017-03-03 | drm/i915/gtt: Make I915_PDPES_PER_PDP inline function | Mika Kuoppala | 1 | -5/+7 |
2017-02-27 | drm/i915: Remove redundant TLB invalidate on switching ppgtt | Chris Wilson | 1 | -17/+0 |
2017-02-27 | drm/i915: Unwind vma->pages allocation upon failure | Chris Wilson | 1 | -1/+12 |
2017-02-27 | drm/i915: Only unwind the local pgtable layer if empty | Chris Wilson | 1 | -11/+26 |
2017-02-25 | drm/i915: Advance start address on crossing PML (48b ppgtt) boundary | Chris Wilson | 1 | -22/+41 |
2017-02-25 | drm/i915: Assert we do not overflow 4lvl page directories | Chris Wilson | 1 | -3/+3 |
2017-02-23 | drm/i915: Remove Braswell GGTT update w/a | Chris Wilson | 1 | -28/+0 |
2017-02-20 | drm/i915: Only apply legacy PDE overflow detection to 3lvl machines | Chris Wilson | 1 | -1/+2 |
2017-02-15 | drm/i915: Use preferred kernel types in i915_gem_gtt.c | Chris Wilson | 1 | -41/+42 |
2017-02-15 | drm/i915: Differentiate the aliasing_ppgtt with an invalid filp | Chris Wilson | 1 | -1/+1 |
2017-02-15 | drm/i915: Only preallocate the aliasing GTT to the extents of the global GTT | Chris Wilson | 1 | -1/+11 |
2017-02-15 | drm/i915: Remove i915_address_space.start | Chris Wilson | 1 | -10/+6 |
2017-02-15 | drm/i915: Remove defunct GTT tracepoints | Chris Wilson | 1 | -4/+0 |
2017-02-15 | drm/i915: Always mark the PDP as dirty when altered | Chris Wilson | 1 | -2/+2 |
2017-02-15 | drm/i915: Remove superfluous posting reads after clear GGTT | Chris Wilson | 1 | -3/+0 |
2017-02-15 | drm/i915: Remove bitmap tracking for used-pml4 | Chris Wilson | 1 | -94/+38 |
2017-02-15 | drm/i915: Remove bitmap tracking for used-pdpes | Chris Wilson | 1 | -194/+85 |
2017-02-15 | drm/i915: Remove bitmap tracking for used-pdes | Chris Wilson | 1 | -164/+82 |
2017-02-15 | drm/i915: Remove bitmap tracking for used-ptes | Chris Wilson | 1 | -221/+109 |
2017-02-15 | drm/i915: Tidy gen6_write_pde() | Chris Wilson | 1 | -25/+14 |
2017-02-15 | drm/i915: Remove redundant clear of appgtt | Chris Wilson | 1 | -4/+0 |
2017-02-15 | drm/i915: Always preallocate gen6/7 ppgtt | Chris Wilson | 1 | -10/+14 |
2017-02-15 | drm/i915: Move allocate_va_range to GTT | Chris Wilson | 1 | -12/+27 |
2017-02-15 | drm/i915: Remove kmap/kunmap wrappers | Chris Wilson | 1 | -43/+26 |
2017-02-15 | drm/i915: Convert clflushed pagetables over to WC maps | Chris Wilson | 1 | -164/+169 |
2017-02-15 | drm/i915: Split ggtt/alasing_gtt unbind_vma | Chris Wilson | 1 | -8/+21 |
2017-02-15 | drm/i915: Don't special case teardown of aliasing_ppgtt | Chris Wilson | 1 | -35/+15 |
2017-02-15 | drm/i915: Micro-optimise gen8_ppgtt_insert_entries() | Chris Wilson | 1 | -79/+93 |
2017-02-15 | drm/i915: Micro-optimise gen6_ppgtt_insert_entries() | Chris Wilson | 1 | -35/+33 |
2017-02-15 | drm/i915: Micro-optimise i915_get_ggtt_vma_pages() | Chris Wilson | 1 | -29/+32 |
2017-02-14 | drm/i915: Emit to ringbuffer directly | Tvrtko Ursulin | 1 | -35/+34 |
2017-02-13 | drm/i915: Extract aliasing ppgtt setup | Chris Wilson | 1 | -34/+56 |
2017-02-13 | drm/i915: Use fault-injection to force the shrinker to run in live GTT tests | Chris Wilson | 1 | -0/+6 |
2017-02-13 | drm/i915: Add initial selftests for i915_gem_gtt | Chris Wilson | 1 | -0/+1 |
2017-02-13 | drm/i915: Mock a GGTT for self-testing | Chris Wilson | 1 | -0/+4 |
2017-02-10 | drm/i915: Unbind any residual objects/vma from the Global GTT on shutdown | Chris Wilson | 1 | -0/+9 |
2017-02-10 | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued | Daniel Vetter | 1 | -23/+16 |
2017-02-09 | drm/i915: A hotfix for making aliasing PPGTT work for GVT-g | Zhi Wang | 1 | -3/+4 |
2017-02-06 | drm/i915: Use page coloring to provide the guard page at the end of the GTT | Chris Wilson | 1 | -7/+12 |
2017-02-06 | drm/i915: Assign I915_COLOR_UNEVICTABLE to the address space head_node | Chris Wilson | 1 | -0/+4 |
2017-02-06 | drm/i915: Manipulate the Global GTT size using I915_GTT_PAGE_SIZE | Chris Wilson | 1 | -2/+2 |
2017-02-03 | drm/i915: remove 512GB allocation warning | Matthew Auld | 1 | -4/+0 |
2017-02-03 | drm: Improve drm_mm search (and fix topdown allocation) with rbtrees | Chris Wilson | 1 | -23/+16 |
2017-01-30 | drm/i915/glk: Turn on workarounds that apply to Geminilake too | Ander Conselvan de Oliveira | 1 | -2/+2 |