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_object.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-31
drm/i915: Check domains for userptr on release
Chris Wilson
1
-0
/
+4
2019-03-06
drm/i915: Use i915_global_register()
Chris Wilson
1
-4
/
+0
2019-02-28
drm/i915: Make object/vma allocation caches global
Chris Wilson
1
-1
/
+7
2019-02-05
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
1
-1
/
+1
2019-01-28
drm/i915: Move vma lookup to its own lock
Chris Wilson
1
-18
/
+27
2019-01-15
drm/i915/userptr: Avoid struct_mutex recursion for mmu_invalidate_range_start
Chris Wilson
1
-0
/
+7
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
1
-1
/
+2
2018-07-26
drm/i915: Mark up object tiling-and-stride getters as const
Chris Wilson
1
-5
/
+5
2018-07-13
drm/i915/userptr: Enable read-only support on gen8+
Chris Wilson
1
-1
/
+0
2018-07-13
drm/i915: Prevent writing into a read-only object via a GGTT mmap
Chris Wilson
1
-1
/
+12
2018-06-28
drm/i915: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
1
-3
/
+0
2018-06-28
drm/i915: Replace __drm_gem_object_unreference with __drm_gem_object_put
Thomas Zimmermann
1
-1
/
+1
2018-06-28
drm/i915: Replace drm_gem_object_{un/reference} with {put,get} functions
Thomas Zimmermann
1
-7
/
+1
2018-02-21
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
1
-1
/
+1
2018-02-16
drm: move read_domains and write_domain into i915
Christian König
1
-0
/
+15
2017-12-04
drm/i915/gvt: Dmabuf support for GVT-g
Tina Zhang
1
-0
/
+2
2017-11-14
drm/i915: Introduce GEM proxy
Tina Zhang
1
-2
/
+9
2017-10-16
drm/i915: Move dev_priv->mm.[un]bound_list to its own lock
Chris Wilson
1
-1
/
+6
2017-10-16
drm/i915: Rename obj->pin_display to obj->pin_global
Chris Wilson
1
-1
/
+2
2017-10-09
drm/i915: Track user GTT faulting per-vma
Chris Wilson
1
-0
/
+1
2017-10-07
drm/i915/selftests: huge page tests
Matthew Auld
1
-0
/
+2
2017-10-07
drm/i915: accurate page size tracking for the ppgtt
Matthew Auld
1
-0
/
+10
2017-10-07
drm/i915: introduce page_size members
Matthew Auld
1
-0
/
+17
2017-10-07
drm/i915: push set_pages down to the callers
Matthew Auld
1
-1
/
+1
2017-08-18
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
1
-1
/
+22
2017-08-15
drm/i915: Split obj->cache_coherent to track r/w
Chris Wilson
1
-1
/
+8
2017-06-16
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
1
-3
/
+1
2017-06-16
drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirty
Chris Wilson
1
-0
/
+1
2017-05-30
drm/i915: Add kerneldoc to describe i915_gem_object.vma_list
Chris Wilson
1
-1
/
+16
2017-05-24
drm/i915: Convert i915_gem_object_ops->flags values to use BIT()
Chris Wilson
1
-2
/
+2
2017-03-08
drm/i915: Purge i915_gem_object_is_dead()
Chris Wilson
1
-6
/
+0
2017-03-08
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+1
2017-03-08
Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-8
/
+33
2017-03-07
drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctl
Chris Wilson
1
-0
/
+3
2017-03-01
drm/i915: Prevent concurrent tiling/framebuffer modifications
Chris Wilson
1
-1
/
+17
2017-02-23
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
1
-0
/
+23
2017-02-22
drm/i915: Amalgamate flushing of display objects
Chris Wilson
1
-0
/
+2
2017-02-16
drm/i915: Remove struct_mutex for destroying framebuffers
Chris Wilson
1
-1
/
+1
2017-02-13
drm/i915: Exercise filling the top/bottom portions of the ppgtt
Chris Wilson
1
-0
/
+3
2017-02-13
drm/i915: Create a fake object for testing huge allocations
Chris Wilson
1
-8
/
+12
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-1
/
+1
2017-01-10
drm/i915: Split out i915_gem_object_set_tiling()
Chris Wilson
1
-0
/
+3
2017-01-10
drm/i915: Extract tile_row_size for fencing
Chris Wilson
1
-0
/
+20
2016-11-18
drm/i915: Move frontbuffer CS write tracking from ggtt vma to object
Chris Wilson
1
-0
/
+1
2016-11-11
drm/i915: Split out i915_vma.c
Joonas Lahtinen
1
-0
/
+337