summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
AgeCommit message (Expand)Author
2015-12-21drm/i915: Move Braswell stop_machine GGTT insertion workaroundChris Wilson
2015-12-17drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson
2015-12-17drm/i915: check that we are in an RPM atomic section in GGTT PTE updatersImre Deak
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer
2015-12-10drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macrosDave Gordon
2015-11-19drm/i915: Stuff rotation params into view unionDaniel Vetter
2015-11-18drm/i915: Turn vgpu pdps into an arrayVille Syrjälä
2015-11-18drm/i915: Add functions to emit register offsets to the ringVille Syrjälä
2015-11-17drm/i915: Serialise updates to GGTT with access through GGTT on BraswellChris Wilson
2015-10-19drm/i915/gen8: Flip the 48b switchMichel Thierry
2015-10-15drm/i915: restore ggtt double-bind avoidanceDaniel Vetter
2015-09-30drm/i915: Add LO/HI PRIVATE_PAT registersVille Syrjälä
2015-09-24drm/i915: Defer adding preallocated stolen objects to the VM listChris Wilson
2015-09-23drm/i915: Enable querying offset of UV plane with intel_plane_obj_offsetTvrtko Ursulin
2015-09-23drm/i915: Support NV12 in rotated GGTT mappingTvrtko Ursulin
2015-09-23drm/i915: Support appending to the rotated pages mappingTvrtko Ursulin
2015-09-23drm/i915/gtt: Do not initialize drm_mm twice.Michał Winiarski
2015-09-04drm/i915/gtt: Avoid calling kcalloc in a loop when allocating temp bitmapsMichał Winiarski
2015-09-02drm/i915: guest i915 notification for Intel GVT-gZhiyuan Lv
2015-09-02drm/i915: preallocate pdps for 32 bit vgpuZhiyuan Lv
2015-08-14drm/i915: Always pass dev pointer in pdp_initMichel Thierry
2015-08-14drm/i915: Use complete virtual address range on 32-bit platformsMichel Thierry
2015-08-14drm/i915/gtt: Allow >= 4GB offsets in X86_32Michel Thierry
2015-08-14drm/i915/gen8: Add ppgtt info and debug_dumpMichel Thierry
2015-08-14drm/i915/gen8: Initialize PDPs and PML4Michel Thierry
2015-08-14drm/i915/gen8: Add 4 level support in insert_entries and clear_rangeMichel Thierry
2015-08-14drm/i915/gen8: Pass sg_iter through pte insertsMichel Thierry
2015-08-14drm/i915/gen8: Add 4 level switching infrastructure and lrc supportMichel Thierry
2015-08-14drm/i915/gen8: implement alloc/free for 4lvlMichel Thierry
2015-08-14drm/i915/gen8: Add PML4 structureMichel Thierry
2015-08-14drm/i915/gen8: Add dynamic page trace eventsMichel Thierry
2015-08-14drm/i915/gen8: Generalize PTE writing for GEN8 PPGTTMichel Thierry
2015-08-14drm/i915/gen8: Abstract PDP usageMichel Thierry
2015-08-14drm/i915/gen8: Make pdp allocation more dynamicMichel Thierry
2015-08-14drm/i915: Remove unnecessary gen8_clamp_pdMichel Thierry
2015-08-14Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixesDaniel Vetter
2015-07-30drm/i915: Mark PIN_USER binding as GLOBAL_BIND without the aliasing ppgttChris Wilson
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak
2015-07-08drm/i915: Restore all GGTT VMAs on resumeTvrtko Ursulin
2015-07-03drm/i915/gtt: Per ppgtt scratch pageMika Kuoppala
2015-07-03drm/i915/gtt: Return struct i915_scratch_page from alloc_scratchMika Kuoppala
2015-07-03drm/i915/gtt: Reorder page alloc/free/init functionsMika Kuoppala
2015-06-26drm/i915/gtt: Switch gen8_free_page_tables paramsMichel Thierry
2015-06-26drm/i915/ppgtt: Break loop in gen8_ppgtt_clear_range failure pathMichel Thierry
2015-06-26drm/i915/gtt: Use nonatomic bitmap opsMika Kuoppala
2015-06-26drm/i915/gtt: Move scratch_pd and scratch_pt into vm structMika Kuoppala
2015-06-26drm/i915/gtt: Cleanup page directory encodingMika Kuoppala
2015-06-26drm/i915/gtt: Pin vma during virtual address allocationMika Kuoppala
2015-06-26drm/i915/gtt: Make scratch page i915_page_dma compatibleMika Kuoppala