summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Purge loose pages if we run out of DMA remap spaceChris Wilson2017-01-061-4/+18
* drm/i915: Use fixed-sized types for stolenChris Wilson2017-01-061-3/+5
* drm/i915/guc: Exclude the upper end of the Global GTT for the GuCChris Wilson2017-01-051-0/+10
* Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Daniel Vetter2017-01-041-5/+3
|\
| * drm/i915: Simplify i915_gtt_color_adjust()Chris Wilson2016-12-161-4/+2
| * drm: Constify the drm_mm APIChris Wilson2016-12-161-1/+1
* | drm/i915: move vma sanity checking into i915_vma_bindMatthew Auld2016-12-161-12/+0
* | drm/i915: Advertise ppgtt support type in platform definitionMichel Thierry2016-12-071-4/+3
* | drm/i915: Mark all non-vma being inserted into the address spacesChris Wilson2016-12-051-5/+6
* | drm/i915/glk: Reuse broxton code for geminilakeAnder Conselvan de Oliveira2016-12-021-4/+4
* | drm/i915: Fix tracepoint compilationChris Wilson2016-11-291-5/+5
* | drm/i915: Convert vm->dev backpointer to vm->i915Chris Wilson2016-11-291-44/+43
* | drm/i915: Move the release of PT page to the upper callerZhi Wang2016-11-291-11/+7
|/
* drm/i915: add i915_address_space_finiMatthew Auld2016-11-171-6/+12
* drm/i915: dev_priv cleanup in i915_gem_stolen.cTvrtko Ursulin2016-11-171-1/+1
* drm/i915: dev_priv cleanup in i915_gem_gtt.cTvrtko Ursulin2016-11-171-123/+125
* drm/i915: dev_priv and a small cascade of cleanups in i915_gem.cTvrtko Ursulin2016-11-171-20/+14
* drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen useTvrtko Ursulin2016-11-111-1/+1
* drm/i915: Split out i915_vma.cJoonas Lahtinen2016-11-111-275/+2
* drm/i915: Remove the vma from the object list upon closeChris Wilson2016-11-071-2/+3
* drm/i915: Fix pages pin counting around swizzle quirkChris Wilson2016-11-041-0/+7
* drm/i915: Fix test on inputs for vma_compare()Chris Wilson2016-11-031-1/+1
* drm/i915: Unify global_list into global_linkJoonas Lahtinen2016-11-021-2/+2
* drm/i915/gtt: Mark tlbs dirty on clearMika Kuoppala2016-11-021-10/+12
* drm/i915/gtt: Fix pte clear rangeMika Kuoppala2016-11-021-5/+7
* drm/i915: Store the vma in an rbtree under the objectChris Wilson2016-11-011-25/+55
* drm/i915: Enable multiple timelinesChris Wilson2016-10-281-6/+13
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-0/+32
* drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson2016-10-281-9/+10
* drm/i915: Refactor object page APIChris Wilson2016-10-281-5/+5
* drm/i915: Use radixtree to jump start intel_partial_pages()Chris Wilson2016-10-281-14/+26
* drm/i915: Markup GEM API with lockdep assertsChris Wilson2016-10-281-0/+2
* drm/i915: Defer active reference until requiredChris Wilson2016-10-281-1/+6
* drm/i915: Remove RPM sequence checkingChris Wilson2016-10-241-54/+1
* drm/i915: Use RPM as the barrier for controlling user mmap accessChris Wilson2016-10-241-4/+13
* drm/i915/gtt: Free unused lower-level page tablesMichał Winiarski2016-10-141-8/+73
* drm/i915/gtt: Split gen8_ppgtt_clear_pte_rangeMichał Winiarski2016-10-141-49/+58
* drm/i915: Remove unused "valid" parameter from pte_encodeMichał Winiarski2016-10-141-58/+40
* drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin2016-10-141-4/+6
* drm/i915: Make IS_CHERRYVIEW only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make IS_BROXTON only take dev_privTvrtko Ursulin2016-10-141-19/+21
* drm/i915: Make IS_SKYLAKE only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make IS_HASWELL only take dev_privTvrtko Ursulin2016-10-141-2/+2
* drm/i915: Make IS_BROADWELL only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-4/+10
* drm/i915: Always use the GTT for error captureChris Wilson2016-10-121-13/+30
* drm/i915: remove writeq ifdefferyMatthew Auld2016-09-121-5/+0
* drm/i915: Flush to GTT domain all GGTT bound objects after hibernationChris Wilson2016-09-091-5/+16
* drm/i915: Mark up all locked waitersChris Wilson2016-09-091-1/+1
* drm/i915: Expand bool interruptible to pass flags to i915_wait_request()Chris Wilson2016-09-091-1/+1
OpenPOWER on IntegriCloud