index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Simplify request_alloc by returning the allocated request
Chris Wilson
2016-08-02
1
-55
/
+20
*
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
Chris Wilson
2016-08-02
1
-8
/
+8
*
drm/i915: Remove stray intel_engine_cs ring identifiers from i915_gem.c
Chris Wilson
2016-07-27
1
-12
/
+12
*
drm/i915: Use engine to refer to the user's BSD intel_engine_cs
Chris Wilson
2016-07-27
1
-1
/
+1
*
drm/i915: Only clear the client pointer when tearing down the file
Chris Wilson
2016-07-26
1
-8
/
+2
*
drm/i915: Drop racy markup of missed-irqs from idle-worker
Chris Wilson
2016-07-24
1
-4
/
+7
*
Revert "drm/i915: Enable RC6 immediately"
Chris Wilson
2016-07-21
1
-0
/
+2
*
drm/i915: Enable RC6 immediately
Chris Wilson
2016-07-21
1
-2
/
+0
*
drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
Chris Wilson
2016-07-20
1
-1
/
+22
*
drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...
Chris Wilson
2016-07-20
1
-5
/
+5
*
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
2016-07-20
1
-13
/
+13
*
drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get
Chris Wilson
2016-07-20
1
-2
/
+2
*
drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
Chris Wilson
2016-07-20
1
-29
/
+29
*
drm/i915: Rename request reference/unreference to get/put
Chris Wilson
2016-07-20
1
-7
/
+7
*
drm/i915: Wait on external rendering for GEM objects
Chris Wilson
2016-07-20
1
-16
/
+28
*
drm/i915: Disable waitboosting for mmioflips/semaphores
Chris Wilson
2016-07-20
1
-1
/
+1
*
drm/i915: Mark all current requests as complete before resetting them
Chris Wilson
2016-07-20
1
-2
/
+6
*
drm/i915: Move GEM request routines to i915_gem_request.c
Chris Wilson
2016-07-20
1
-648
/
+7
*
drm/i915: Update missing kerneldoc
Daniel Vetter
2016-07-19
1
-1
/
+1
*
drm/i915: Handle ENOSPC after failing to insert a mappable node
Chris Wilson
2016-07-19
1
-1
/
+1
*
drm/i915: Flush logical context image out to memory upon suspend
Chris Wilson
2016-07-15
1
-0
/
+35
*
drm/i915: Defer enabling rc6 til after we submit the first batch/context
Chris Wilson
2016-07-14
1
-0
/
+3
*
drm/i915: Flush GT idle status upon reset
Chris Wilson
2016-07-14
1
-0
/
+3
*
drm/i915: remove superfluous i915_gem_object_free_mmap_offset call
Matthew Auld
2016-07-14
1
-1
/
+0
*
drm/i915: Unify engine init loop
Tvrtko Ursulin
2016-07-14
1
-50
/
+1
*
drm/i915: Kick hangcheck from retire worker
Chris Wilson
2016-07-11
1
-1
/
+3
*
drm/i915/breadcrumbs: Queue hangcheck before sleeping
Chris Wilson
2016-07-11
1
-9
/
+0
*
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
2016-07-05
1
-7
/
+7
*
drm/i915: Replace lockless_dereference(bool) with READ_ONCE()
Chris Wilson
2016-07-05
1
-1
/
+1
*
drm/i915: convert a few more E->dev_private to to_i915(E)
Dave Gordon
2016-07-04
1
-2
/
+2
*
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-07-04
1
-27
/
+27
*
drm/i915: Remove stop-rings debugfs interface
Chris Wilson
2016-07-04
1
-31
/
+13
*
drm/i915: Add background commentary to "waitboosting"
Chris Wilson
2016-07-04
1
-0
/
+15
*
drm/i915: Restore waitboost credit to the synchronous waiter
Chris Wilson
2016-07-04
1
-0
/
+16
*
drm/i915: Remove redundant queue_delayed_work() from throttle ioctl
Chris Wilson
2016-07-04
1
-3
/
+0
*
drm/i915: Do not keep postponing the idle-work
Chris Wilson
2016-07-04
1
-3
/
+3
*
drm/i915: Only start retire worker when idle
Chris Wilson
2016-07-04
1
-44
/
+91
*
drm/i915: Convert trace-irq to the breadcrumb waiter
Chris Wilson
2016-07-01
1
-7
/
+2
*
drm/i915: Stop setting wraparound seqno on initialisation
Chris Wilson
2016-07-01
1
-14
/
+0
*
drm/i915: Spin after waking up for an interrupt
Chris Wilson
2016-07-01
1
-16
/
+24
*
drm/i915: Slaughter the thundering i915_wait_request herd
Chris Wilson
2016-07-01
1
-90
/
+53
*
drm/i915: Separate GPU hang waitqueue from advance
Chris Wilson
2016-07-01
1
-0
/
+5
*
drm/i915: Delay queuing hangcheck to wait-request
Chris Wilson
2016-07-01
1
-4
/
+11
*
drm/i915: Remove request->reset_counter
Chris Wilson
2016-06-29
1
-8
/
+8
*
drm/i915: Split idling from forcing context switch
Chris Wilson
2016-06-24
1
-16
/
+4
*
drm/i915: Skip idling an idle engine
Chris Wilson
2016-06-24
1
-1
/
+3
*
drm/i915: use ORIGIN_CPU for frontbuffer invalidation on WC mmaps
Chris Wilson
2016-06-20
1
-3
/
+11
*
drm/i915: pwrite/pread do not require obj->base.filp, just pages
Chris Wilson
2016-06-20
1
-3
/
+4
*
drm/i915: Extract checking for backing struct pages to a helper
Chris Wilson
2016-06-20
1
-2
/
+2
*
drm/i915: Support for pread/pwrite from/to non shmem backed objects
Ankitprasad Sharma
2016-06-13
1
-30
/
+188
[next]