index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_gtt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-11
drm/i915: Disable read only ppgtt support for gen11
Mika Kuoppala
1
-3
/
+8
2019-03-22
drm/i915: Create/destroy VM (ppGTT) for use with contexts
Chris Wilson
1
-6
/
+13
2019-03-21
drm/i915: Separate GEM context construction and registration to userspace
Chris Wilson
1
-5
/
+2
2019-03-15
drm/i915/gtt: Refactor common ppgtt initialisation
Chris Wilson
1
-24
/
+19
2019-03-15
drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvl
Chris Wilson
1
-16
/
+11
2019-03-15
drm/i915: Record platform specific ppGTT size in intel_device_info
Chris Wilson
1
-6
/
+2
2019-03-05
drm/i915/gtt: Mark ALL_ENGINES as dirty on ppGTT modification
Chris Wilson
1
-2
/
+3
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-1
/
+1
2019-03-05
drm/i915/gtt: Store scratch page size alongside not in the common struct
Chris Wilson
1
-4
/
+5
2019-03-05
drm/i915/gtt: Use optimised memset32/64 for clearing PTE
Chris Wilson
1
-9
/
+3
2019-02-28
drm/i915: Make object/vma allocation caches global
Chris Wilson
1
-1
/
+1
2019-02-21
drm/i915: remove redundant likely/unlikely annotation
Chengguang Xu
1
-1
/
+1
2019-02-05
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
1
-1
/
+1
2019-02-05
drm/i915: Generalise GPU activity tracking
Chris Wilson
1
-2
/
+1
2019-01-28
drm/i915: Pull VM lists under the VM mutex.
Chris Wilson
1
-2
/
+13
2019-01-28
drm/i915: Stop tracking MRU activity on VMA
Chris Wilson
1
-10
/
+5
2019-01-16
drm/i915: Pull all the reset functionality together into i915_reset.c
Chris Wilson
1
-0
/
+1
2019-01-15
drm/i915: Prevent concurrent GGTT update and use on Braswell (again)
Chris Wilson
1
-1
/
+2
2019-01-14
drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex
Chris Wilson
1
-5
/
+5
2019-01-14
drm/i915: Syntatic sugar for using intel_runtime_pm
Chris Wilson
1
-12
/
+11
2019-01-14
drm/i915/gem: Track the rpm wakerefs
Chris Wilson
1
-8
/
+14
2019-01-14
drm/i915: Markup paired operations on wakerefs
Chris Wilson
1
-4
/
+4
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
1
-1
/
+0
2019-01-08
drm/i915: Return immediately if trylock fails for direct-reclaim
Chris Wilson
1
-4
/
+4
2018-12-27
drm/i915: Remove debugfs/i915_ppgtt_info
Chris Wilson
1
-134
/
+0
2018-12-22
drm/i915: Unwind failure on pinning the gen7 ppgtt
Chris Wilson
1
-3
/
+12
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-3
/
+3
2018-12-07
drm/i915: Pipeline PDP updates for Braswell
Chris Wilson
1
-2
/
+0
2018-11-19
drm/i915: Prevent machine hang from Broxton's vtd w/a and error capture
Chris Wilson
1
-0
/
+5
2018-10-31
drm/i915/gtt: Revert "Disable read-only support under GVT"
Hang Yuan
1
-6
/
+2
2018-10-30
drm/i915/gtt: Reuse the read-only 64KiB scratch page and directories
Chris Wilson
1
-4
/
+26
2018-10-30
drm/i915/gtt: Record the scratch pte
Chris Wilson
1
-40
/
+45
2018-10-26
drm/i915: Mark up GTT sizes as u64
Chris Wilson
1
-1
/
+1
2018-10-18
drm/i915: Use i915_gem_object_get_dma_address() to populate rotated vmas
Ville Syrjälä
1
-25
/
+6
2018-09-27
drm/i915: Remove i915.enable_ppgtt override
Chris Wilson
1
-81
/
+7
2018-09-27
drm/i915: Trim partial view sg lists
Tvrtko Ursulin
1
-0
/
+2
2018-09-25
drm/i915: Match code to comment and enforce ppgtt for execlists
Chris Wilson
1
-2
/
+2
2018-09-20
drm/i915: pass dev_priv to i915_gem_cleanup_stolen
Matthew Auld
1
-1
/
+1
2018-09-18
drm/i915: Replace some PAGE_SHIFTs with I915_GTT_PAGE_SIZE
Ville Syrjälä
1
-15
/
+15
2018-09-13
drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE
Ville Syrjälä
1
-9
/
+9
2018-09-01
drm/i915: Explicitly mark Global GTT address spaces
Tvrtko Ursulin
1
-0
/
+2
2018-08-30
drm/i915: clear error registers after error capture
Lionel Landwerlin
1
-12
/
+6
2018-07-30
drm/i915/gtt: remove px_page
Matthew Auld
1
-3
/
+0
2018-07-27
drm/i915/guc: Move the pin bias value from GuC to GGTT
Jakub Bartmiński
1
-0
/
+9
2018-07-23
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
1
-1
/
+10
2018-07-20
drm/i915: Suppress assertion for i915_ggtt_disable_guc
Chris Wilson
1
-0
/
+4
2018-07-20
Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-27
/
+61
2018-07-19
drm/i915/gtt: Full ppgtt everywhere, no excuses
Chris Wilson
1
-6
/
+0
2018-07-19
drm/i915/gtt: Enable full-ppgtt by default everywhere
Chris Wilson
1
-6
/
+4
2018-07-19
Merge tag 'drm-intel-next-2018-07-09' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-87
/
+141
[next]