summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-4/+4
* drm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()Chris Wilson2016-07-051-24/+5Star
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-10/+10
* drm/i915: tweak gen6_for_{each_pde, all_pdes} macrosDave Gordon2016-06-271-12/+13
* drm/i915: Split idling from forcing context switchChris Wilson2016-06-241-2/+2
* drm/i915: Fold vGPU active check into inner functionsZhi Wang2016-06-171-7/+4Star
* drm/i915: Add support for mapping an object page by pageChris Wilson2016-06-131-1/+65
* drm/i915: Introduce & use new lightweight SGL iteratorsDave Gordon2016-05-201-40/+36Star
* drm/i915: Skip clearing the GGTT on full-ppgtt systemsChris Wilson2016-05-141-5/+15
* drm/i915: Lazily migrate the objects after hibernationChris Wilson2016-05-141-6/+2Star
* drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson2016-05-101-5/+4Star
* drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platformsVille Syrjälä2016-05-101-0/+8
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-15/+17
* drm/i915: Unexport i915_ppgtt_init()Chris Wilson2016-05-051-1/+1
* 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