index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Try GGTT mmapping whole object as partial
Chris Wilson
2018-07-03
1
-11
/
+17
*
drm/i915: Fix context ban and hang accounting for client
Mika Kuoppala
2018-06-19
1
-17
/
+40
*
drm/i915: Remove stale asserts from i915_gem_find_active_request()
Chris Wilson
2018-05-31
1
-9
/
+8
*
drm/i915: Mark up nested spinlocks
Chris Wilson
2018-05-14
1
-1
/
+1
*
drm/i915: Flush submission tasklet after bumping priority
Chris Wilson
2018-05-08
1
-1
/
+3
*
drm/i915: Lazily unbind vma on close
Chris Wilson
2018-05-04
1
-1
/
+3
*
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
2018-05-03
1
-73
/
+56
*
drm/i915: Move timeline from GTT to ring
Chris Wilson
2018-05-03
1
-4
/
+5
*
drm/i915: Only track live rings for retiring
Chris Wilson
2018-04-30
1
-2
/
+4
*
drm/i915: Retire requests along rings
Chris Wilson
2018-04-30
1
-0
/
+1
*
drm/i915: Wrap engine->context_pin() and engine->context_unpin()
Chris Wilson
2018-04-30
1
-2
/
+2
*
drm/i915: Compile out engine debug for release
Chris Wilson
2018-04-26
1
-1
/
+1
*
drm/i915: Pack params to engine->schedule() into a struct
Chris Wilson
2018-04-18
1
-8
/
+10
*
drm/i915: Split out functions for different kinds of workarounds
Oscar Mateo
2018-04-11
1
-0
/
+3
*
drm/i915: Don't fiddle with rps/rc6 across GPU reset
Chris Wilson
2018-04-10
1
-7
/
+0
*
drm/i915: Pass the set of guilty engines to i915_reset()
Chris Wilson
2018-04-07
1
-2
/
+3
*
drm/i915: Treat i915_reset_engine() as guilty until proven innocent
Chris Wilson
2018-04-07
1
-19
/
+17
*
drm/i915: Split out parking from the idle worker for reuse
Chris Wilson
2018-04-06
1
-28
/
+95
*
drm/i915: Reorder early initialization
Michal Wajdeczko
2018-03-23
1
-3
/
+2
*
drm/i915: Stop engines when declaring the machine wedged
Chris Wilson
2018-03-16
1
-0
/
+3
*
drm/i915: Trace GEM steps between submit and wedging
Chris Wilson
2018-03-16
1
-0
/
+14
*
drm/i915/guc: Check the locking status of GuC WOPCM registers
Jackie Li
2018-03-14
1
-0
/
+6
*
drm/i915: Implement dynamic GuC WOPCM offset and size calculation
Jackie Li
2018-03-14
1
-0
/
+4
*
drm/i915: Show GEM_TRACE when detecting a failed GPU idle
Chris Wilson
2018-03-13
1
-10
/
+1
*
drm/i915/frontbuffer: Pull frontbuffer_flush out of gem_obj_pin_to_display
Dhinakaran Pandiyan
2018-03-13
1
-5
/
+4
*
drm/i915/uc: Sanitize uC together with GEM
Michal Wajdeczko
2018-03-12
1
-0
/
+2
*
drm/i915: Only call tasklet_kill() on the first prepare_reset
Chris Wilson
2018-03-09
1
-1
/
+9
*
drm/i915: Wrap engine->schedule in RCU locks for set-wedge protection
Chris Wilson
2018-03-09
1
-6
/
+7
*
drm/i915: Finish the wait-for-wedge by retiring all the inflight requests
Chris Wilson
2018-03-09
1
-3
/
+8
*
drm/i915: Only prune fences after wait-for-all
Chris Wilson
2018-03-08
1
-4
/
+12
*
drm/i915/uc: Introduce intel_uc_suspend|resume
Michal Wajdeczko
2018-03-03
1
-2
/
+2
*
drm/i915: Suspend submission tasklets around wedging
Chris Wilson
2018-03-03
1
-1
/
+5
*
drm/i915: Replace open-coded wait-for loop
Chris Wilson
2018-03-01
1
-12
/
+9
*
drm/i915: Rename drm_i915_gem_request to i915_request
Chris Wilson
2018-02-21
1
-45
/
+43
*
drm/i915: Move the policy for placement of the GGTT vma into the caller
Chris Wilson
2018-02-20
1
-18
/
+8
*
drm/i915: Also check view->type for a normal GGTT view
Chris Wilson
2018-02-20
1
-1
/
+2
*
drm/i915: Track number of pending freed objects
Chris Wilson
2018-02-20
1
-1
/
+6
*
drm: move read_domains and write_domain into i915
Christian König
2018-02-16
1
-30
/
+30
*
drm/i915: Use INTEL_GEN everywhere
Tvrtko Ursulin
2018-02-09
1
-2
/
+2
*
drm/i915: Mark the device as wedged from the beginning of set-wedged
Chris Wilson
2018-02-08
1
-2
/
+5
*
drm/i915: do not stop engines on sanitize if i915.reset=0
Daniele Ceraolo Spurio
2018-02-08
1
-4
/
+2
*
drm/i915: Move the scheduler feature bits into the purview of the engines
Chris Wilson
2018-02-08
1
-0
/
+3
*
drm/i915: Tidy up some error messages around reset failure
Chris Wilson
2018-02-07
1
-3
/
+8
*
drm/i915: Skip post-reset request emission if the engine is not idle
Chris Wilson
2018-02-05
1
-1
/
+1
*
drm/i915: Remove unbannable context spam from reset
Chris Wilson
2018-02-05
1
-12
/
+11
*
drm/i915: Show the GPU state when declaring wedged
Chris Wilson
2018-02-05
1
-0
/
+7
*
drm/i915: Add some newlines to intel_engine_dump() headers
Chris Wilson
2018-02-05
1
-1
/
+1
*
drm/i915: Always run hangcheck while the GPU is busy
Chris Wilson
2018-01-31
1
-4
/
+3
*
drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutex
Sagar Arun Kamble
2018-01-24
1
-2
/
+2
*
drm/i915: Shrink the GEM kmem_caches upon idling
Chris Wilson
2018-01-24
1
-0
/
+79
[next]