index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Store a persistent reference for an object in the execbuffer cache
Chris Wilson
2017-06-16
1
-0
/
+1
*
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
2017-06-16
1
-1
/
+81
*
drm/i915: Fix retrieval of hangcheck stats
Chris Wilson
2017-06-16
1
-3
/
+0
*
drm/i915: Use a define for the default priority [0]
Chris Wilson
2017-05-17
1
-0
/
+1
*
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
2017-04-28
1
-51
/
+5
*
drm/i915: Defer context state allocation for legacy ring submission
Chris Wilson
2017-04-27
1
-59
/
+0
*
drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdw
Chris Wilson
2017-03-24
1
-2
/
+2
*
drm/i915: Remove superfluous hw_flags from mi_set_context()
Chris Wilson
2017-03-23
1
-7
/
+7
*
drm/i915: Remove superfluous i915_add_request_no_flush() helper
Chris Wilson
2017-03-17
1
-1
/
+1
*
drm/i915: make context status notifier head be per engine
Changbin Du
2017-03-16
1
-1
/
+0
*
drm/i915: Reduce context alignment
Chris Wilson
2017-02-27
1
-17
/
+0
*
drm/i915: Remove redundant TLB invalidate on switching contexts
Chris Wilson
2017-02-27
1
-11
/
+0
*
drm/i915/gvt: set ring buffer size to default for guc submission
Chuanxiao Dong
2017-02-22
1
-1
/
+2
*
drm/i915: Fix uninitialized return from mi_set_context
Tvrtko Ursulin
2017-02-14
1
-3
/
+3
*
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
2017-02-14
1
-42
/
+34
*
drm/i915: Live testing for context execution
Chris Wilson
2017-02-13
1
-0
/
+1
*
drm/i915: Mock infrastructure for request emission
Chris Wilson
2017-02-13
1
-0
/
+4
*
drm/i915: Use the size/type of address space to make decisions
Chris Wilson
2017-02-09
1
-7
/
+13
*
drm/i915: Add __destroy_hw_context
Joonas Lahtinen
2017-02-09
1
-4
/
+9
*
drm/i915: Create context desc template when context is created
Mika Kuoppala
2017-01-30
1
-2
/
+21
*
drm/i915: Assert that the kernel_context is hw-id 0
Chris Wilson
2017-01-23
1
-0
/
+5
*
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
2017-01-19
1
-1
/
+1
*
drm/i915: Skip switch to kernel context if already done
Chris Wilson
2017-01-16
1
-0
/
+25
*
drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.c
Chris Wilson
2017-01-13
1
-21
/
+0
*
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
2017-01-10
1
-3
/
+4
*
drm/i915: Simplify testing for am-I-the-kernel-context?
Chris Wilson
2017-01-06
1
-1
/
+12
*
drm/i915: Complete kerneldoc for struct i915_gem_context
Chris Wilson
2016-12-31
1
-16
/
+17
*
drm/i915: request ring to be pinned above GUC_WOPCM_TOP
Daniele Ceraolo Spurio
2016-12-24
1
-0
/
+9
*
drm/i915: Mark the shadow gvt context as closed
Chris Wilson
2016-12-18
1
-0
/
+1
*
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
2016-12-18
1
-94
/
+16
*
drm/i915: More GEM init dev_priv cleanup
Tvrtko Ursulin
2016-12-01
1
-3
/
+2
*
drm/i915: Make various init functions take dev_priv
Tvrtko Ursulin
2016-12-01
1
-17
/
+14
*
drm/i915: Make GEM object create and create from data take dev_priv
Tvrtko Ursulin
2016-12-01
1
-2
/
+3
*
drm/i915: i915_gem_alloc_context_obj can be static
Tvrtko Ursulin
2016-11-23
1
-4
/
+3
*
drm/i915: Wipe hang stats as an embedded struct
Mika Kuoppala
2016-11-21
1
-7
/
+5
*
drm/i915: Add per client max context ban limit
Mika Kuoppala
2016-11-21
1
-0
/
+13
*
drm/i915: Add bannable context parameter
Mika Kuoppala
2016-11-21
1
-9
/
+14
*
drm/i915: Use user, not driver, DRM_DEBUG for 2 context ioctls
Chris Wilson
2016-11-21
1
-2
/
+2
*
drm/i915: Store the execution priority on the context
Chris Wilson
2016-11-14
1
-0
/
+1
*
drm/i915: Export a function to flush the context upon pinning
Chris Wilson
2016-11-01
1
-11
/
+28
*
drm/i915: Enable multiple timelines
Chris Wilson
2016-10-28
1
-2
/
+2
*
drm/i915: Create a unique name for the context
Chris Wilson
2016-10-28
1
-5
/
+18
*
drm/i915: Queue the idling context switch after all other timelines
Chris Wilson
2016-10-28
1
-6
/
+17
*
drm/i915: Defer active reference until required
Chris Wilson
2016-10-28
1
-1
/
+1
*
drm/i915: Make IS_IVYBRIDGE only take dev_priv
Tvrtko Ursulin
2016-10-14
1
-1
/
+1
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-6
/
+9
*
drm/i915: Update reset path to fix incomplete requests
Chris Wilson
2016-09-09
1
-16
/
+0
*
drm/i915: Move debug only per-request pid tracking from request to ctx
Chris Wilson
2016-08-15
1
-0
/
+4
*
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
2016-08-15
1
-2
/
+4
*
drm/i915: Use VMA for scratch page tracking
Chris Wilson
2016-08-15
1
-1
/
+1
[next]