summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-17drm/i915: Fold vGPU active check into inner functionsZhi Wang1-7/+4
2016-06-13drm/i915: Add support for mapping an object page by pageChris Wilson1-1/+65
2016-05-20drm/i915: Introduce & use new lightweight SGL iteratorsDave Gordon1-40/+36
2016-05-14drm/i915: Skip clearing the GGTT on full-ppgtt systemsChris Wilson1-5/+15
2016-05-14drm/i915: Lazily migrate the objects after hibernationChris Wilson1-6/+2
2016-05-10drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson1-5/+4
2016-05-10drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platformsVille Syrjälä1-0/+8
2016-05-09drm/i915: Store a i915 backpointer from engine, and use itChris Wilson1-15/+17
2016-05-05drm/i915: Unexport i915_ppgtt_init()Chris Wilson1-1/+1
2016-04-29drm/i915: Fix ordering of sanitize ppgtt and sanitize execlistsChris Wilson1-11/+5
2016-04-28drm/i915: Rearrange switch_context to load the aliasing ppgtt on first useChris Wilson1-14/+0
2016-04-28drm/i915: Move ioremap_wc tracking onto VMAChris Wilson1-0/+26
2016-04-28drm/i915: Introduce i915_vm_to_ggtt()Chris Wilson1-4/+11
2016-04-27drm/i915: tidy up gen8_init_scratchMatthew Auld1-9/+16
2016-04-22drm/i915: use dev_priv directly in gen8_ppgtt_notify_vgtMatthew Auld1-3/+2
2016-04-19drm/i915: call kunmap_px on pt_vaddrMatthew Auld1-1/+1
2016-04-14drm/i915: Store and use edram capabilitiesMika Kuoppala1-1/+2
2016-04-11drm,i915: Introduce drm_malloc_gfp()Chris Wilson1-2/+3
2016-04-07drm/i915: Do not use {HAS_*, IS_*, INTEL_INFO}(dev_priv->dev)Joonas Lahtinen1-2/+2
2016-04-07drm/i915: Use i915_vm_to_ppgtt instead of manual container_ofJoonas Lahtinen1-28/+16
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen1-81/+89
2016-03-30drm/i915: Rename GGTT init functionsJoonas Lahtinen1-3/+15
2016-03-30drm/i915: BUG_ON when ggtt_view is NULLMatthew Auld1-9/+1
2016-03-24drm/i915: replace for_each_engine()Dave Gordon1-6/+3
2016-03-23drm/i915: Tidy aliasing_gtt_bind_vma()Chris Wilson1-10/+9
2016-03-18drm/i915: Codify our assumption that the Global GTT is <= 4GiBChris Wilson1-0/+8
2016-03-18drm/i915/gtt: Clean up GGTT probing codeJoonas Lahtinen1-56/+44
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen1-74/+73
2016-03-18drm/i915/gtt: Reference mappable_end variable from pointerJoonas Lahtinen1-2/+1
2016-03-18drm/i915: Use shorter route to dev_private where possibleTvrtko Ursulin1-1/+1
2016-03-16drm/i915: More intel_engine_cs renamingTvrtko Ursulin1-3/+3
2016-03-16drm/i915: Rename intel_engine_cs struct membersTvrtko Ursulin1-7/+7
2016-03-16drm/i915: Rename local struct intel_engine_cs variablesTvrtko Ursulin1-45/+45
2016-03-01drm/i915: Move the NULL sg handling out from rotate_pages()Ville Syrjälä1-10/+8
2016-03-01drm/i915: Reorganize intel_rotation_infoVille Syrjälä1-20/+15
2016-03-01drm/i915: Account for the size of the chroma plane for the rotated gtt viewVille Syrjälä1-1/+1
2016-02-26drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson1-7/+5
2016-02-26drm/i915: Rename vma->*_list to *_link for consistencyChris Wilson1-5/+5
2016-02-04drm/i915: implement WaIncreaseDefaultTLBEntriesTim Gore1-0/+21
2016-01-28drm/i915: Pass rotation_info to intel_rotate_fb_obj_pages()Ville Syrjälä1-3/+2
2016-01-28drm/i915: Pass stride to rotate_pages()Ville Syrjälä1-2/+5
2016-01-28drm/i915: Rename the rotated gtt view member to 'rotated'Ville Syrjälä1-2/+2
2016-01-27drm/i915: Move stolen memory initialization earlier during loadingImre Deak1-0/+15
2016-01-15drm/i915: Pass the dma_addr_t array as const to rotate_pages()Ville Syrjälä1-1/+1
2016-01-15drm/i915: Set i915_ggtt_view_normal type explicitlyVille Syrjälä1-2/+4
2015-12-21drm/i915: Move Braswell stop_machine GGTT insertion workaroundChris Wilson1-22/+28
2015-12-17drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson1-0/+1
2015-12-17drm/i915: check that we are in an RPM atomic section in GGTT PTE updatersImre Deak1-0/+33
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer1-2/+1
2015-12-10drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macrosDave Gordon1-21/+18