summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix ordering of sanitize ppgtt and sanitize execlistsChris Wilson2016-04-291-11/+5Star
* drm/i915: Rearrange switch_context to load the aliasing ppgtt on first useChris Wilson2016-04-281-14/+0Star
* drm/i915: Move ioremap_wc tracking onto VMAChris Wilson2016-04-281-0/+26
* drm/i915: Introduce i915_vm_to_ggtt()Chris Wilson2016-04-281-4/+11
* drm/i915: tidy up gen8_init_scratchMatthew Auld2016-04-271-9/+16
* drm/i915: use dev_priv directly in gen8_ppgtt_notify_vgtMatthew Auld2016-04-221-3/+2Star
* drm/i915: call kunmap_px on pt_vaddrMatthew Auld2016-04-191-1/+1
* drm/i915: Store and use edram capabilitiesMika Kuoppala2016-04-141-1/+2
* drm,i915: Introduce drm_malloc_gfp()Chris Wilson2016-04-111-2/+3
* drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen2016-04-071-2/+2
* drm/i915: Use i915_vm_to_ppgtt instead of manual container_ofJoonas Lahtinen2016-04-071-28/+16Star
* drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-81/+89
* drm/i915: Rename GGTT init functionsJoonas Lahtinen2016-03-301-3/+15
* drm/i915: BUG_ON when ggtt_view is NULLMatthew Auld2016-03-301-9/+1Star
* drm/i915: replace for_each_engine()Dave Gordon2016-03-241-6/+3Star
* drm/i915: Tidy aliasing_gtt_bind_vma()Chris Wilson2016-03-231-10/+9Star
* drm/i915: Codify our assumption that the Global GTT is <= 4GiBChris Wilson2016-03-181-0/+8
* drm/i915/gtt: Clean up GGTT probing codeJoonas Lahtinen2016-03-181-56/+44Star
* drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-74/+73Star
* drm/i915/gtt: Reference mappable_end variable from pointerJoonas Lahtinen2016-03-181-2/+1Star
* drm/i915: Use shorter route to dev_private where possibleTvrtko Ursulin2016-03-181-1/+1
* drm/i915: More intel_engine_cs renamingTvrtko Ursulin2016-03-161-3/+3
* drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin2016-03-161-7/+7
* drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin2016-03-161-45/+45
* drm/i915: Move the NULL sg handling out from rotate_pages()Ville Syrjälä2016-03-011-10/+8Star
* drm/i915: Reorganize intel_rotation_infoVille Syrjälä2016-03-011-20/+15Star
* drm/i915: Account for the size of the chroma plane for the rotated gtt viewVille Syrjälä2016-03-011-1/+1
* drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson2016-02-261-7/+5Star
* drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson2016-02-261-5/+5
* drm/i915: implement WaIncreaseDefaultTLBEntriesTim Gore2016-02-041-0/+21
* drm/i915: Pass rotation_info to intel_rotate_fb_obj_pages()Ville Syrjälä2016-01-281-3/+2Star
* drm/i915: Pass stride to rotate_pages()Ville Syrjälä2016-01-281-2/+5
* drm/i915: Rename the rotated gtt view member to 'rotated'Ville Syrjälä2016-01-281-2/+2
* drm/i915: Move stolen memory initialization earlier during loadingImre Deak2016-01-271-0/+15
* drm/i915: Pass the dma_addr_t array as const to rotate_pages()Ville Syrjälä2016-01-151-1/+1
* drm/i915: Set i915_ggtt_view_normal type explicitlyVille Syrjälä2016-01-151-2/+4
* drm/i915: Move Braswell stop_machine GGTT insertion workaroundChris Wilson2015-12-211-22/+28
* drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson2015-12-171-0/+1
* drm/i915: check that we are in an RPM atomic section in GGTT PTE updatersImre Deak2015-12-171-0/+33
* drm/i915: Separate cherryview from valleyviewWayne Boyer2015-12-101-2/+1Star
* drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macrosDave Gordon2015-12-101-21/+18Star
* drm/i915: Stuff rotation params into view unionDaniel Vetter2015-11-191-2/+2
* drm/i915: Turn vgpu pdps into an arrayVille Syrjälä2015-11-181-7/+4Star
* drm/i915: Add functions to emit register offsets to the ringVille Syrjälä2015-11-181-6/+6
* drm/i915: Serialise updates to GGTT with access through GGTT on BraswellChris Wilson2015-11-171-0/+24
* drm/i915/gen8: Flip the 48b switchMichel Thierry2015-10-191-1/+6
* drm/i915: restore ggtt double-bind avoidanceDaniel Vetter2015-10-151-12/+34
* drm/i915: Add LO/HI PRIVATE_PAT registersVille Syrjälä2015-09-301-4/+4
* drm/i915: Defer adding preallocated stolen objects to the VM listChris Wilson2015-09-241-1/+1
* drm/i915: Enable querying offset of UV plane with intel_plane_obj_offsetTvrtko Ursulin2015-09-231-0/+2