summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_gtt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove success dmesg noise for intel_rotate_pages()Chris Wilson2017-11-221-5/+2
* drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-201-2/+2
* drm/i915: Initialise entry in intel_ppat_get() for older compilersChris Wilson2017-11-151-2/+2
* drm/i915: There is only one fault register from GEN8 onwardsMichel Thierry2017-11-131-15/+42
* drm/i915: Mark vm_free_page() as a potential sleeper agentChris Wilson2017-11-091-0/+8
* drm/i915: Deconstruct struct sgt_dma initialiserChris Wilson2017-11-071-16/+9
* drm/i915/cnl: Remove unnecessary check in cnl_setup_private_ppatMichel Thierry2017-10-311-6/+0
* drm/i915: Disable lazy PPGTT page table optimization for vGPUJoonas Lahtinen2017-10-251-1/+1
* drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson2017-10-161-2/+1
* drm/i915: Simplify intel_sanitize_enable_ppgttJoonas Lahtinen2017-10-121-6/+4
* drm/i915: Silently fallback to 4k scratchChris Wilson2017-10-101-1/+1
* drm/i915: accurate page size tracking for the ppgttMatthew Auld2017-10-071-0/+11
* drm/i915: support 64K pages for the 48b PPGTTMatthew Auld2017-10-071-0/+31
* drm/i915: add support for 64K scratch pageMatthew Auld2017-10-071-11/+53
* drm/i915: support 2M pages for the 48b PPGTTMatthew Auld2017-10-071-4/+72
* drm/i915: enable IPS bit for 64K pagesMatthew Auld2017-10-071-0/+17
* drm/i915: align the vma start to the largest gtt page sizeMatthew Auld2017-10-071-0/+6
* drm/i915: introduce vm set_pages/clear_pagesMatthew Auld2017-10-071-26/+44
* drm/i915: Use memset64() to prefill the GTT pageChris Wilson2017-09-281-3/+1
* Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-281-2/+2
|\
| * Merge tag 'drm-intel-next-2017-09-07' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-09-281-30/+104
| |\
| * | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
| * | Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/...Linus Torvalds2017-09-071-4/+4
| |\ \
| | * | drm/i915: Fix the missing PPAT cache attributes on CNLZhi Wang2017-09-051-4/+4
| * | | drm/i915: wire up shrinkctl->nr_scannedChris Wilson2017-09-061-1/+1
| |/ /
* | | drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-3/+3
* | | drm/i915: Return the correct score in i915_ppat_get()Zhi Wang2017-09-181-1/+1
* | | drm/i915: Remove the "INDEX" suffix from PPAT marcosZhi Wang2017-09-141-5/+5
* | | drm/i915: Introduce private PAT managementZhi Wang2017-09-141-49/+236
* | | drm/i915: Factor out setup_private_pat()Zhi Wang2017-09-121-8/+12
* | | drm/i915: Only initialize partially filled pagetablesChris Wilson2017-09-091-2/+5
| |/ |/|
* | drm/i915: Fix the missing PPAT cache attributes on CNLZhi Wang2017-09-011-4/+4
* | drm/i915/cnl: Avoid ioremap_wc on Cannonlake as well.Rodrigo Vivi2017-08-311-4/+4
* | drm/i915: Keep a small stash of preallocated WC pagesChris Wilson2017-08-221-24/+98
* | drm/i915/cnl: Introduce initial Cannonlake Workarounds.Rodrigo Vivi2017-08-181-2/+2
|/
* drm/i915/cnl: Setup PAT Index.Rodrigo Vivi2017-08-151-2/+24
* drm/i915: Enable guest i915 full ppgtt functionalityTina Zhang2017-08-151-2/+2
* drm/i915: Disconnect 32 and 48 bit ppGTT supportJoonas Lahtinen2017-08-151-4/+9
* drm/i915: Fix the kernel panic when using aliasing ppgttChuanxiao Dong2017-07-071-2/+2
* drm/i915: pass the vma to insert_entriesMatthew Auld2017-06-221-40/+28
* drm/i915/cfl: Introduce Coffee Lake workarounds.Rodrigo Vivi2017-06-161-1/+1
* drm/i915: First try the previous execbuffer locationChris Wilson2017-06-161-0/+6
* drm/i915/guc: Assert that we switch between known ggtt->invalidate functionsChris Wilson2017-06-011-2/+6
* drm/i915: Guard against i915_ggtt_disable_guc() being invoked unconditionallyChris Wilson2017-06-011-1/+2
* Merge tag 'drm-intel-next-2017-05-29' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-05-301-27/+134
|\
| * drm/i915: Consolidate #ifdef CONFIG_INTEL_IOMMUChris Wilson2017-05-251-11/+3
| * drm/i915: Serialize GTT/Aperture accesses on BXTJon Bloomfield2017-05-251-0/+103
| * drm/i915: use vma->size for appgtt allocate_va_rangeMatthew Auld2017-05-161-1/+1
| * drm/i915: don't do allocate_va_range again on PIN_UPDATEMatthew Auld2017-05-121-4/+8
| * drm/i915: Sanitize stolen memory size calculationImre Deak2017-05-101-7/+7
OpenPOWER on IntegriCloud