summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_gtt.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen1-1/+1
2016-03-30drm/i915: Rename GGTT init functionsJoonas Lahtinen1-4/+3
2016-03-18drm/i915/gtt: Clean up GGTT probing codeJoonas Lahtinen1-3/+2
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen1-5/+4
2016-03-01drm/i915: Reorganize intel_rotation_infoVille Syrjälä1-7/+4
2016-02-26drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson1-0/+5
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson1-2/+2
2016-02-17i915: cast before shifting in i915_pte_countAlan1-1/+1
2016-02-05drm/i915/bxt: Check BIOS RC6 setup before enabling RC6Sagar Arun Kamble1-0/+2
2016-01-28drm/i915: Rename the rotated gtt view member to 'rotated'Ville Syrjälä1-1/+1
2016-01-18drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin1-1/+0
2015-12-10drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macrosDave Gordon1-26/+23
2015-11-19drm/i915: Fix i915_ggtt_view_equal to handle rotation correctlyDaniel Vetter1-1/+1
2015-11-19drm/i915: Stuff rotation params into view unionDaniel Vetter1-4/+1
2015-10-06drm/i915: prevent out of range pt in the PDE macros (take 3)Michel Thierry1-6/+8
2015-09-23drm/i915: Enable querying offset of UV plane with intel_plane_obj_offsetTvrtko Ursulin1-0/+1
2015-09-23drm/i915: Support NV12 in rotated GGTT mappingTvrtko Ursulin1-0/+3
2015-09-23drm/i915: avoid the last 8mb of stolen on BDW/SKLPaulo Zanoni1-0/+1
2015-08-14drm/i915/gtt: Allow >= 4GB offsets in X86_32Michel Thierry1-1/+1
2015-08-14drm/i915/gen8: Initialize PDPs and PML4Michel Thierry1-0/+1
2015-08-14drm/i915/gen8: implement alloc/free for 4lvlMichel Thierry1-2/+13
2015-08-14drm/i915/gen8: Add PML4 structureMichel Thierry1-5/+21
2015-08-14drm/i915/gen8: Make pdp allocation more dynamicMichel Thierry1-6/+11
2015-08-14drm/i915: Remove unnecessary gen8_clamp_pdMichel Thierry1-11/+0
2015-06-26drm/i915/gtt: Move scratch_pd and scratch_pt into vm structMika Kuoppala1-4/+3
2015-06-26drm/i915/gtt: Make scratch page i915_page_dma compatibleMika Kuoppala1-4/+5
2015-06-26drm/i915/gtt: Use macros to access dma mapped pagesMika Kuoppala1-2/+6
2015-06-26drm/i915/gtt: Introduce struct i915_page_dmaMika Kuoppala1-9/+16
2015-06-26drm/i915/gtt: Introduce i915_page_dir_dma_addrMika Kuoppala1-0/+8
2015-06-26drm/i915/gtt: Allow >= 4GB sizes for vm.Mika Kuoppala1-6/+6
2015-06-24drm/i915: Move rotated geometry calculations into the fill helperTvrtko Ursulin1-0/+2
2015-06-23drm/i915: Update switch_mm() to take a request structureJohn Harrison1-1/+1
2015-06-23drm/i915: Update ppgtt_init_ring() & context_enable() to take requestsJohn Harrison1-1/+1
2015-06-23drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ringJohn Harrison1-0/+1
2015-05-08drm/i915: Add a partial GGTT view typeJoonas Lahtinen1-2/+14
2015-05-08drm/i915: Do not make assumptions on GGTT VMA sizesJoonas Lahtinen1-0/+4
2015-04-23rm/i915: Move i915_get_ggtt_vma_pages into ggtt_bind_vmaDaniel Vetter1-3/+3
2015-04-20drm/i915: Move PTE_READ_ONLY to ->pte_encode vfuncDaniel Vetter1-1/+2
2015-04-20drm/i915: Move vma vfuns to adddress_spaceDaniel Vetter1-8/+7
2015-04-10drm/i915/gen8: begin bitmap trackingMichel Thierry1-0/+7
2015-04-10drm/i915: num_pd_pages/num_pd_entries isn't usefulMichel Thierry1-2/+5
2015-04-10drm/i915/gen8: Update pdp switch and point unused PDPs to scratch pageMichel Thierry1-0/+1
2015-04-10drm/i915/gen8: Add dynamic allocation macros and helper functionsMichel Thierry1-0/+52
2015-04-10drm/i915: Remove _entry from PPGTT page structuresMichel Thierry1-8/+8
2015-03-27drm/i915: Compare GGTT view structs instead of typesJoonas Lahtinen1-0/+11
2015-03-27drm/i915: Finish gen6/7 dynamic page table allocationMichel Thierry1-0/+2
2015-03-27drm/i915: Prevent out of range pt in gen6_for_each_pdeMichel Thierry1-3/+3
2015-03-23drm/i915/skl: Support secondary (rotated) frame buffer mappingTvrtko Ursulin1-0/+12
2015-03-20drm/i915: Track page table reload needBen Widawsky1-0/+1
2015-03-20drm/i915: Track GEN6 page table usageBen Widawsky1-0/+73