summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
AgeCommit message (Expand)Author
2016-05-23drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platformsVille Syrjälä
2016-04-22drm/i915: use dev_priv directly in gen8_ppgtt_notify_vgtMatthew Auld
2016-04-19drm/i915: call kunmap_px on pt_vaddrMatthew Auld
2016-04-14drm/i915: Store and use edram capabilitiesMika Kuoppala
2016-04-11drm,i915: Introduce drm_malloc_gfp()Chris Wilson
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen
2016-04-07drm/i915: Use i915_vm_to_ppgtt instead of manual container_ofJoonas Lahtinen
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen
2016-03-30drm/i915: Rename GGTT init functionsJoonas Lahtinen
2016-03-30drm/i915: BUG_ON when ggtt_view is NULLMatthew Auld
2016-03-24drm/i915: replace for_each_engine()Dave Gordon
2016-03-23drm/i915: Tidy aliasing_gtt_bind_vma()Chris Wilson
2016-03-18drm/i915: Codify our assumption that the Global GTT is <= 4GiBChris Wilson
2016-03-18drm/i915/gtt: Clean up GGTT probing codeJoonas Lahtinen
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen
2016-03-18drm/i915/gtt: Reference mappable_end variable from pointerJoonas Lahtinen
2016-03-18drm/i915: Use shorter route to dev_private where possibleTvrtko Ursulin
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin
2016-03-16drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin
2016-03-16drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin
2016-03-01drm/i915: Move the NULL sg handling out from rotate_pages()Ville Syrjälä
2016-03-01drm/i915: Reorganize intel_rotation_infoVille Syrjälä
2016-03-01drm/i915: Account for the size of the chroma plane for the rotated gtt viewVille Syrjälä
2016-02-26drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson
2016-02-04drm/i915: implement WaIncreaseDefaultTLBEntriesTim Gore
2016-01-28drm/i915: Pass rotation_info to intel_rotate_fb_obj_pages()Ville Syrjälä
2016-01-28drm/i915: Pass stride to rotate_pages()Ville Syrjälä
2016-01-28drm/i915: Rename the rotated gtt view member to 'rotated'Ville Syrjälä
2016-01-27drm/i915: Move stolen memory initialization earlier during loadingImre Deak
2016-01-15drm/i915: Pass the dma_addr_t array as const to rotate_pages()Ville Syrjälä
2016-01-15drm/i915: Set i915_ggtt_view_normal type explicitlyVille Syrjälä
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