aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-16drm/i915: move vma sanity checking into i915_vma_bindMatthew Auld1-12/+0
2016-12-07drm/i915: Advertise ppgtt support type in platform definitionMichel Thierry1-4/+3
2016-12-05drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson1-5/+6
2016-12-02drm/i915/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira1-4/+4
2016-11-29drm/i915: Fix tracepoint compilationChris Wilson1-5/+5
2016-11-29drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson1-44/+43
2016-11-29drm/i915: Move the release of PT page to the upper callerZhi Wang1-11/+7
2016-11-17drm/i915: add i915_address_space_finiMatthew Auld1-6/+12
2016-11-17drm/i915: dev_priv cleanup in i915_gem_stolen.cTvrtko Ursulin1-1/+1
2016-11-17drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin1-123/+125
2016-11-17drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin1-20/+14
2016-11-11drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen useTvrtko Ursulin1-1/+1
2016-11-11drm/i915: Split out i915_vma.cJoonas Lahtinen1-275/+2
2016-11-07drm/i915: Remove the vma from the object list upon closeChris Wilson1-2/+3
2016-11-04drm/i915: Fix pages pin counting around swizzle quirkChris Wilson1-0/+7
2016-11-03drm/i915: Fix test on inputs for vma_compare()Chris Wilson1-1/+1
2016-11-02drm/i915: Unify global_list into global_linkJoonas Lahtinen1-2/+2
2016-11-02drm/i915/gtt: Mark tlbs dirty on clearMika Kuoppala1-10/+12
2016-11-02drm/i915/gtt: Fix pte clear rangeMika Kuoppala1-5/+7
2016-11-01drm/i915: Store the vma in an rbtree under the objectChris Wilson1-25/+55
2016-10-28drm/i915: Enable multiple timelinesChris Wilson1-6/+13
2016-10-28drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson1-0/+32
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson1-9/+10
2016-10-28drm/i915: Refactor object page APIChris Wilson1-5/+5
2016-10-28drm/i915: Use radixtree to jump start intel_partial_pages()Chris Wilson1-14/+26
2016-10-28drm/i915: Markup GEM API with lockdep assertsChris Wilson1-0/+2
2016-10-28drm/i915: Defer active reference until requiredChris Wilson1-1/+6
2016-10-24drm/i915: Remove RPM sequence checkingChris Wilson1-54/+1
2016-10-24drm/i915: Use RPM as the barrier for controlling user mmap accessChris Wilson1-4/+13
2016-10-14drm/i915/gtt: Free unused lower-level page tablesMichał Winiarski1-8/+73
2016-10-14drm/i915/gtt: Split gen8_ppgtt_clear_pte_rangeMichał Winiarski1-49/+58
2016-10-14drm/i915: Remove unused "valid" parameter from pte_encodeMichał Winiarski1-58/+40
2016-10-14drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin1-4/+6
2016-10-14drm/i915: Make IS_CHERRYVIEW only take dev_privTvrtko Ursulin1-1/+1
2016-10-14drm/i915: Make IS_BROXTON only take dev_privTvrtko Ursulin1-19/+21
2016-10-14drm/i915: Make IS_SKYLAKE only take dev_privTvrtko Ursulin1-1/+1
2016-10-14drm/i915: Make IS_HASWELL only take dev_privTvrtko Ursulin1-2/+2
2016-10-14drm/i915: Make IS_BROADWELL only take dev_privTvrtko Ursulin1-1/+1
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-4/+10
2016-10-12drm/i915: Always use the GTT for error captureChris Wilson1-13/+30
2016-09-12drm/i915: remove writeq ifdefferyMatthew Auld1-5/+0
2016-09-09drm/i915: Flush to GTT domain all GGTT bound objects after hibernationChris Wilson1-5/+16
2016-09-09drm/i915: Mark up all locked waitersChris Wilson1-1/+1
2016-09-09drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson1-1/+1
2016-09-06drm/i915: disable 48bit full PPGTT when vGPU is activeZhi Wang1-3/+6
2016-08-22drm/i915: Allow DMA pagetables to use highmemChris Wilson1-6/+12
2016-08-22drm/i915: Embed the scratch page struct into each VMChris Wilson1-45/+31
2016-08-22drm/i915: pdev cleanupDavid Weinehall1-4/+6
2016-08-22drm/i915: consistent struct device namingDavid Weinehall1-3/+3
2016-08-22drm/i915: Stop marking the unaccessible scratch page as UCChris Wilson1-4/+0