Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4717ca9eec1bb88513fb5cbe62f44348d5bc946c
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
4717ca9
drm/i915: Kill drop_pages()
by Chris Wilson
· 9 years ago
aa653a6
drm/i915: Be more careful when unbinding vma
by Chris Wilson
· 9 years ago
15717de
drm/i915: Count how many VMA are bound for an object
by Chris Wilson
· 9 years ago
f6b9d5c
drm/i915: Split early global GTT initialisation
by Chris Wilson
· 9 years ago
97d6d7a
drm/i915: Update GGTT initialisation functions to take drm_i915_private
by Chris Wilson
· 9 years ago
ddf07be
drm/i915: Simplify calling engine->sync_to
by Chris Wilson
· 9 years ago
5b043f4
drm/i915: Unify legacy/execlists submit_execbuf callbacks
by Chris Wilson
· 9 years ago
8e63717
drm/i915: Simplify request_alloc by returning the allocated request
by Chris Wilson
· 9 years ago
7e37f88
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
by Chris Wilson
· 9 years ago
7e21d64
drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
by Chris Wilson
· 9 years ago
c80ff16
drm/i915: Use engine to refer to the user's BSD intel_engine_cs
by Chris Wilson
· 9 years ago
15f7bbc
drm/i915: Only clear the client pointer when tearing down the file
by Chris Wilson
· 9 years ago
2529d57
drm/i915: Drop racy markup of missed-irqs from idle-worker
by Chris Wilson
· 9 years ago
54b4f68
Revert "drm/i915: Enable RC6 immediately"
by Chris Wilson
· 9 years ago
b12e0ee
drm/i915: Enable RC6 immediately
by Chris Wilson
· 9 years ago
39df919
drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
by Chris Wilson
· 9 years ago
34911fd
drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless free
by Chris Wilson
· 9 years ago
f8c417c
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
by Chris Wilson
· 9 years ago
25dc556
drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get
by Chris Wilson
· 9 years ago
03ac064
drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
by Chris Wilson
· 9 years ago
e8a261e
drm/i915: Rename request reference/unreference to get/put
by Chris Wilson
· 9 years ago
c13d87e
drm/i915: Wait on external rendering for GEM objects
by Chris Wilson
· 9 years ago
197be2a
drm/i915: Disable waitboosting for mmioflips/semaphores
by Chris Wilson
· 9 years ago
c4b0930
drm/i915: Mark all current requests as complete before resetting them
by Chris Wilson
· 9 years ago
05235c5
drm/i915: Move GEM request routines to i915_gem_request.c
by Chris Wilson
· 9 years ago
62f90b3
drm/i915: Update missing kerneldoc
by Daniel Vetter
· 9 years ago
d1054ee
drm/i915: Handle ENOSPC after failing to insert a mappable node
by Chris Wilson
· 9 years ago
5ab57c7
drm/i915: Flush logical context image out to memory upon suspend
by Chris Wilson
· 9 years ago
b7137e0
drm/i915: Defer enabling rc6 til after we submit the first batch/context
by Chris Wilson
· 9 years ago
b913b33
drm/i915: Flush GT idle status upon reset
by Chris Wilson
· 9 years ago
3fef3a5
drm/i915: remove superfluous i915_gem_object_free_mmap_offset call
by Matthew Auld
· 9 years ago
8b3e2d3
drm/i915: Unify engine init loop
by Tvrtko Ursulin
· 9 years ago
c961561
drm/i915: Kick hangcheck from retire worker
by Chris Wilson
· 9 years ago
232af39
drm/i915/breadcrumbs: Queue hangcheck before sleeping
by Chris Wilson
· 9 years ago
91c8a32
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
by Chris Wilson
· 9 years ago
b1379d4
drm/i915: Replace lockless_dereference(bool) with READ_ONCE()
by Chris Wilson
· 9 years ago
f19ec8c
drm/i915: convert a few more E->dev_private to to_i915(E)
by Dave Gordon
· 9 years ago
fac5e23
drm/i915: Mass convert dev->dev_private to to_i915(dev)
by Chris Wilson
· 9 years ago
7b4d3a1
drm/i915: Remove stop-rings debugfs interface
by Chris Wilson
· 9 years ago
df4ba50
drm/i915: Add background commentary to "waitboosting"
by Chris Wilson
· 9 years ago
0e6883b
drm/i915: Restore waitboost credit to the synchronous waiter
by Chris Wilson
· 9 years ago
e307d62
drm/i915: Remove redundant queue_delayed_work() from throttle ioctl
by Chris Wilson
· 9 years ago
1b51bce
drm/i915: Do not keep postponing the idle-work
by Chris Wilson
· 9 years ago
67d97da
drm/i915: Only start retire worker when idle
by Chris Wilson
· 9 years ago
c81d461
drm/i915: Convert trace-irq to the breadcrumb waiter
by Chris Wilson
· 9 years ago
1137fa8
drm/i915: Stop setting wraparound seqno on initialisation
by Chris Wilson
· 9 years ago
f69a02c
drm/i915: Spin after waking up for an interrupt
by Chris Wilson
· 9 years ago
688e6c7
drm/i915: Slaughter the thundering i915_wait_request herd
by Chris Wilson
· 9 years ago
1f15b76
drm/i915: Separate GPU hang waitqueue from advance
by Chris Wilson
· 9 years ago
0553572
drm/i915: Delay queuing hangcheck to wait-request
by Chris Wilson
· 9 years ago
0c5eed6
drm/i915: Remove request->reset_counter
by Chris Wilson
· 9 years ago
6e5a5be
drm/i915: Split idling from forcing context switch
by Chris Wilson
· 9 years ago
62e6300
drm/i915: Skip idling an idle engine
by Chris Wilson
· 9 years ago
aeecc96
drm/i915: use ORIGIN_CPU for frontbuffer invalidation on WC mmaps
by Chris Wilson
· 9 years ago
6eae005
drm/i915: pwrite/pread do not require obj->base.filp, just pages
by Chris Wilson
· 9 years ago
b9bcd14
drm/i915: Extract checking for backing struct pages to a helper
by Chris Wilson
· 9 years ago
b50a537
drm/i915: Support for pread/pwrite from/to non shmem backed objects
by Ankitprasad Sharma
· 9 years ago
4f1959e
drm/i915: Use insert_page for pwrite_fast
by Ankitprasad Sharma
· 9 years ago
e556f7c
drm/i915/guc: fix GuC loading/submission check
by Dave Gordon
· 9 years ago
14bb2c1
drm/i915: Fix a buch of kerneldoc warnings
by Tvrtko Ursulin
· 9 years ago
5599617
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
66fd7a6
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
7fa1d27
Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
e2efd13
drm/i915: Rename struct intel_context
by Chris Wilson
· 9 years ago
84787c5
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
80a89a5
drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killable
by Michal Hocko
· 9 years ago
1d6da87
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
fce91f2
drm/i915/guc: add enable_guc_loading parameter
by Dave Gordon
· 9 years ago
1a3d189
drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHED
by Dave Gordon
· 9 years ago
f09d675
drm/i915/guc: rename loader entry points
by Dave Gordon
· 9 years ago
157d2c7
drm/i915: Stop automatically retiring requests after a GPU hang
by Chris Wilson
· 9 years ago
5fbd041
drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms
by Ville Syrjälä
· 9 years ago
2f37dd1
Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 years ago
85d1225
drm/i915: Introduce & use new lightweight SGL iterators
by Dave Gordon
· 9 years ago
b338fa4
drm/i915: optimise i915_gem_object_map() for small objects
by Dave Gordon
· 9 years ago
dd6034c
drm/i915: refactor i915_gem_object_pin_map()
by Dave Gordon
· 9 years ago
72778cb
drm/i915/userptr: Convert to drm_i915_private
by Chris Wilson
· 9 years ago
9a652cc
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
a8ad0bd
drm: Remove unused drm_device from drm_gem_object_lookup()
by Chris Wilson
· 9 years ago
461fb99
drm/i915: Update domain tracking for GEM objects on hibernation
by Chris Wilson
· 9 years ago
e075a32
drm/i915: Stop automatically retiring requests after a GPU hang
by Chris Wilson
· 9 years ago
e6db746
drm/i915: Stop retiring requests from busy/wait ioctls
by Chris Wilson
· 9 years ago
7e22dbb
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
by Tvrtko Ursulin
· 9 years ago
ac840ae
drm/i915: Re-enable GGTT earlier during resume on pre-gen6 platforms
by Ville Syrjälä
· 9 years ago
c033666
drm/i915: Store a i915 backpointer from engine, and use it
by Chris Wilson
· 9 years ago
7d99373
drm/i915: Simplify intel_mark_busy/idle
by Tvrtko Ursulin
· 9 years ago
fffb675
Merge tag 'drm-intel-next-2016-04-25' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
3ed605b
kernel.h: add u64_to_user_ptr()
by Gustavo Padovan
· 9 years ago
0e4ca10
drm/i915: Fix ordering of sanitize ppgtt and sanitize execlists
by Chris Wilson
· 9 years ago
e7ae86b
drm/i915: Unify GPU resets upon shutdown
by Chris Wilson
· 9 years ago
e39d42f
drm/i915: Stop tracking execlists retired requests
by Tvrtko Ursulin
· 9 years ago
a16a405
drm/i915: Track the previous pinned context inside the request
by Chris Wilson
· 9 years ago
73db04c
drm/i915: Move releasing of the GEM request from free to retire/cancel
by Chris Wilson
· 9 years ago
24f1d3c
drm/i915: Refactor execlists default context pinning
by Chris Wilson
· 9 years ago
bfa0120
drm/i915: Manually unwind after a failed request allocation
by Chris Wilson
· 9 years ago
0251a96
drm/i915: Remove the identical implementations of request space reservation
by Chris Wilson
· 9 years ago
f9326be
drm/i915: Rearrange switch_context to load the aliasing ppgtt on first use
by Chris Wilson
· 9 years ago
d200cda
drm/i915: Remove early l3-remap
by Chris Wilson
· 9 years ago
b0ebde3
drm/i915: L3 cache remapping is part of context switching
by Chris Wilson
· 9 years ago
b2e862d
drm/i915: Mark the current context as lost on suspend
by Chris Wilson
· 9 years ago
Next »