index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_context.c
Age
Commit message (
Expand
)
Author
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-09
drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCU
Chris Wilson
2017-10-30
drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)
Chris Wilson
2017-10-04
drm/i915/scheduler: Support user-defined priorities
Chris Wilson
2017-10-04
drm/i915: Introduce a preempt context
Chris Wilson
2017-09-22
drm/i915: Rename global i915 to i915_modparams
Michal Wajdeczko
2017-08-18
drm/i915: Replace execbuf vma ht with an idr
Chris Wilson
2017-08-12
drm/i915: Suppress switch_mm emission between the same aliasing_ppgtt
Chris Wilson
2017-07-27
drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updates
Chris Wilson
2017-07-06
drm/i915: Only free the oldest stale context before allocating
Chris Wilson
2017-07-06
drm/i915: Drop request retirement before reaping stale contexts
Chris Wilson
2017-07-06
drm/i915: Move stale context reaping to common i915_gem_context_create
Chris Wilson
2017-07-06
drm/i915: Check new context against kernel_context after reporting an error
Chris Wilson
2017-07-04
drm/i915: Fix use-after-free of context during free_contexts
Chris Wilson
2017-06-20
drm/i915: Enable rcu-only context lookups
Chris Wilson
2017-06-20
drm/i915: Allow contexts to be unreferenced locklessly
Chris Wilson
2017-06-20
drm/i915: Group all the global context information together
Chris Wilson
2017-06-16
drm/i915: Store a persistent reference for an object in the execbuffer cache
Chris Wilson
2017-06-16
drm/i915: Store a direct lookup from object handle to vma
Chris Wilson
2017-06-16
drm/i915: Fix retrieval of hangcheck stats
Chris Wilson
2017-05-17
drm/i915: Use a define for the default priority [0]
Chris Wilson
2017-04-28
drm/i915: Sanitize engine context sizes
Joonas Lahtinen
2017-04-27
drm/i915: Defer context state allocation for legacy ring submission
Chris Wilson
2017-03-24
drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdw
Chris Wilson
2017-03-23
drm/i915: Remove superfluous hw_flags from mi_set_context()
Chris Wilson
2017-03-17
drm/i915: Remove superfluous i915_add_request_no_flush() helper
Chris Wilson
2017-03-16
drm/i915: make context status notifier head be per engine
Changbin Du
2017-02-27
drm/i915: Reduce context alignment
Chris Wilson
2017-02-27
drm/i915: Remove redundant TLB invalidate on switching contexts
Chris Wilson
2017-02-22
drm/i915/gvt: set ring buffer size to default for guc submission
Chuanxiao Dong
2017-02-14
drm/i915: Fix uninitialized return from mi_set_context
Tvrtko Ursulin
2017-02-14
drm/i915: Emit to ringbuffer directly
Tvrtko Ursulin
2017-02-13
drm/i915: Live testing for context execution
Chris Wilson
2017-02-13
drm/i915: Mock infrastructure for request emission
Chris Wilson
2017-02-09
drm/i915: Use the size/type of address space to make decisions
Chris Wilson
2017-02-09
drm/i915: Add __destroy_hw_context
Joonas Lahtinen
2017-01-30
drm/i915: Create context desc template when context is created
Mika Kuoppala
2017-01-23
drm/i915: Assert that the kernel_context is hw-id 0
Chris Wilson
2017-01-19
drm/i915: Remove i915_vma_create from VMA API
Chris Wilson
2017-01-16
drm/i915: Skip switch to kernel context if already done
Chris Wilson
2017-01-13
drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.c
Chris Wilson
2017-01-10
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
Chris Wilson
2017-01-06
drm/i915: Simplify testing for am-I-the-kernel-context?
Chris Wilson
2016-12-31
drm/i915: Complete kerneldoc for struct i915_gem_context
Chris Wilson
2016-12-24
drm/i915: request ring to be pinned above GUC_WOPCM_TOP
Daniele Ceraolo Spurio
2016-12-18
drm/i915: Mark the shadow gvt context as closed
Chris Wilson
2016-12-18
drm/i915: Unify active context tracking between legacy/execlists/guc
Chris Wilson
2016-12-01
drm/i915: More GEM init dev_priv cleanup
Tvrtko Ursulin
2016-12-01
drm/i915: Make various init functions take dev_priv
Tvrtko Ursulin
2016-12-01
drm/i915: Make GEM object create and create from data take dev_priv
Tvrtko Ursulin
[next]