Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
430ffaf46c05bda56535893f38e684f5418c4c93
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem_context.c
430ffaf
drm/i915: Suppress switch_mm emission between the same aliasing_ppgtt
by Chris Wilson
· 7 years ago
dade2a6
drm/i915: Store a persistent reference for an object in the execbuffer cache
by Chris Wilson
· 7 years ago
4ff4b44
drm/i915: Store a direct lookup from object handle to vma
by Chris Wilson
· 7 years ago
4c9c0d0
drm/i915: Fix retrieval of hangcheck stats
by Chris Wilson
· 7 years ago
e4f815f
drm/i915: Use a define for the default priority [0]
by Chris Wilson
· 8 years ago
63ffbcd
drm/i915: Sanitize engine context sizes
by Joonas Lahtinen
· 8 years ago
3204c34
drm/i915: Defer context state allocation for legacy ring submission
by Chris Wilson
· 8 years ago
e02d9d76b
drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdw
by Chris Wilson
· 8 years ago
e555e32
drm/i915: Remove superfluous hw_flags from mi_set_context()
by Chris Wilson
· 8 years ago
e642c85
drm/i915: Remove superfluous i915_add_request_no_flush() helper
by Chris Wilson
· 8 years ago
3fc0306
drm/i915: make context status notifier head be per engine
by Changbin Du
· 8 years ago
afeddf5
drm/i915: Reduce context alignment
by Chris Wilson
· 8 years ago
20fe17a
drm/i915: Remove redundant TLB invalidate on switching contexts
by Chris Wilson
· 8 years ago
718e884
drm/i915/gvt: set ring buffer size to default for guc submission
by Chuanxiao Dong
· 8 years ago
a937eaf
drm/i915: Fix uninitialized return from mi_set_context
by Tvrtko Ursulin
· 8 years ago
73dec95
drm/i915: Emit to ringbuffer directly
by Tvrtko Ursulin
· 8 years ago
791ff39
drm/i915: Live testing for context execution
by Chris Wilson
· 8 years ago
0daf011
drm/i915: Mock infrastructure for request emission
by Chris Wilson
· 8 years ago
949e8ab
drm/i915: Use the size/type of address space to make decisions
by Chris Wilson
· 8 years ago
6d1f9fb
drm/i915: Add __destroy_hw_context
by Joonas Lahtinen
· 8 years ago
2355cf0
drm/i915: Create context desc template when context is created
by Mika Kuoppala
· 8 years ago
5d12fce
drm/i915: Assert that the kernel_context is hw-id 0
by Chris Wilson
· 8 years ago
a01cb37
drm/i915: Remove i915_vma_create from VMA API
by Chris Wilson
· 8 years ago
f131e35
drm/i915: Skip switch to kernel context if already done
by Chris Wilson
· 8 years ago
0c7eeda
drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.c
by Chris Wilson
· 8 years ago
f51455d
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
by Chris Wilson
· 8 years ago
984ff29f
drm/i915: Simplify testing for am-I-the-kernel-context?
by Chris Wilson
· 8 years ago
6095868
drm/i915: Complete kerneldoc for struct i915_gem_context
by Chris Wilson
· 8 years ago
d3ef1af
drm/i915: request ring to be pinned above GUC_WOPCM_TOP
by Daniele Ceraolo Spurio
· 8 years ago
70ffe99
drm/i915: Mark the shadow gvt context as closed
by Chris Wilson
· 8 years ago
e8a9c58
drm/i915: Unify active context tracking between legacy/execlists/guc
by Chris Wilson
· 8 years ago
cb15d9f
drm/i915: More GEM init dev_priv cleanup
by Tvrtko Ursulin
· 8 years ago
bf9e842
drm/i915: Make various init functions take dev_priv
by Tvrtko Ursulin
· 8 years ago
12d79d7
drm/i915: Make GEM object create and create from data take dev_priv
by Tvrtko Ursulin
· 8 years ago
793b61e
drm/i915: i915_gem_alloc_context_obj can be static
by Tvrtko Ursulin
· 8 years ago
bc1d53c
drm/i915: Wipe hang stats as an embedded struct
by Mika Kuoppala
· 8 years ago
b083a08
drm/i915: Add per client max context ban limit
by Mika Kuoppala
· 8 years ago
8410217
drm/i915: Add bannable context parameter
by Mika Kuoppala
· 8 years ago
b84cf53
drm/i915: Use user, not driver, DRM_DEBUG for 2 context ioctls
by Chris Wilson
· 8 years ago
9f792eb
drm/i915: Store the execution priority on the context
by Chris Wilson
· 8 years ago
07c9a21
drm/i915: Export a function to flush the context upon pinning
by Chris Wilson
· 8 years ago
80b204b
drm/i915: Enable multiple timelines
by Chris Wilson
· 8 years ago
562f5d4
drm/i915: Create a unique name for the context
by Chris Wilson
· 8 years ago
3033aca
drm/i915: Queue the idling context switch after all other timelines
by Chris Wilson
· 8 years ago
f8a7fde
drm/i915: Defer active reference until required
by Chris Wilson
· 8 years ago
fd6b8f4
drm/i915: Make IS_IVYBRIDGE only take dev_priv
by Tvrtko Ursulin
· 8 years ago
3b3f165
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
by Akash Goel
· 8 years ago
821ed7d
drm/i915: Update reset path to fix incomplete requests
by Chris Wilson
· 8 years ago
c84455b
drm/i915: Move debug only per-request pid tracking from request to ctx
by Chris Wilson
· 8 years ago
bde13eb
drm/i915: Introduce i915_ggtt_offset()
by Chris Wilson
· 8 years ago
56c0f1a
drm/i915: Use VMA for scratch page tracking
by Chris Wilson
· 8 years ago
7abc98f
drm/i915: Only change the context object's domain when binding
by Chris Wilson
· 8 years ago
bf3783e
drm/i915: Use VMA as the primary object for context state
by Chris Wilson
· 8 years ago
c1bb114
drm/i915: Store number of active engines in device info
by Tvrtko Ursulin
· 8 years ago
de89508
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
by Chris Wilson
· 8 years ago
3272db5
drm/i915: Combine all i915_vma bitfields into a single set of flags
by Chris Wilson
· 8 years ago
df0e9a2
Revert "drm/i915: Clean up associated VMAs on context destruction"
by Chris Wilson
· 8 years ago
50e046b
drm/i915: Mark the context and address space as closed
by Chris Wilson
· 8 years ago
5cf3d28
drm/i915: i915_vma_move_to_active prep patch
by Chris Wilson
· 8 years ago
2bfa996
drm/i915: Store owning file on the i915_address_space
by Chris Wilson
· 8 years ago
5b043f4
drm/i915: Unify legacy/execlists submit_execbuf callbacks
by Chris Wilson
· 8 years ago
7c9cf4e
drm/i915: Reduce engine->emit_flush() to a single mode parameter
by Chris Wilson
· 8 years ago
c7fe7d2
drm/i915: Remove obsolete engine->gpu_caches_dirty
by Chris Wilson
· 8 years ago
7e37f88
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
by Chris Wilson
· 8 years ago
dca33ec
drm/i915: Rename intel_context[engine].ringbuf
by Chris Wilson
· 8 years ago
1dae2df
drm/i915: Rename request->ringbuf to request->ring
by Chris Wilson
· 8 years ago
b5321f3
drm/i915: Unify intel_logical_ring_emit and intel_ring_emit
by Chris Wilson
· 8 years ago
39df919
drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
by Chris Wilson
· 8 years ago
f8c417c
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
by Chris Wilson
· 8 years ago
9a6feaf
drm/i915: Rename i915_gem_context_reference/unreference()
by Chris Wilson
· 8 years ago
945657b
drm/i915/evict: Always switch away from the current context
by Chris Wilson
· 8 years ago
91c8a32
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
by Chris Wilson
· 8 years ago
fac5e23
drm/i915: Mass convert dev->dev_private to to_i915(dev)
by Chris Wilson
· 8 years ago
bc3d674
drm/i915: Allow userspace to request no-error-capture upon GPU hangs
by Chris Wilson
· 8 years ago
a168b2d
drm/i915: Mark all default contexts as uninitialised after context loss
by Chris Wilson
· 8 years ago
c7c3c07
drm/i915: Treat kernel context as initialised
by Chris Wilson
· 8 years ago
0cb26a8
drm/i915: Move legacy kernel context pinning to intel_ringbuffer.c
by Chris Wilson
· 8 years ago
c8c3579
drm/i915: Introduce GVT context creation API
by Zhi Wang
· 8 years ago
3c7ba63
drm/i915: Introduce execlist context status change notification
by Zhi Wang
· 8 years ago
c01fc53
drm/i915: Make addressing mode bits in context descriptor configurable
by Zhi Wang
· 8 years ago
bcd794c
drm/i915: Make ring buffer size of a LRC context configurable
by Zhi Wang
· 8 years ago
bca44d8
drm/i915: Merge legacy+execlists context structs
by Chris Wilson
· 9 years ago
d28b99a
drm/i915: Show i915_gem_context owner in debugfs
by Chris Wilson
· 9 years ago
c6aab91
drm/i915: Move pinning of dev_priv->kernel_context into its creator
by Chris Wilson
· 9 years ago
ca585b5
drm/i915: Rename and inline i915_gem_context_get()
by Chris Wilson
· 9 years ago
499f269
drm/i915: Apply lockdep annotations to i915_gem_context.c
by Chris Wilson
· 9 years ago
e2efd13
drm/i915: Rename struct intel_context
by Chris Wilson
· 9 years ago
bdb0461
drm/i915: Complete pending resets before get-reset-stats ioctl
by Chris Wilson
· 9 years ago
d538704
drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.c
by Chris Wilson
· 9 years ago
c033666
drm/i915: Store a i915 backpointer from engine, and use it
by Chris Wilson
· 9 years ago
e7ae86b
drm/i915: Unify GPU resets upon shutdown
by Chris Wilson
· 9 years ago
5d1808e
drm/i915: Assign every HW context a unique ID
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
ff55b5e
drm/i915: Consolidate L3 remapping LRI
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
fe3db79
drm/i915: Propagate error from drm_gem_object_init()
by Chris Wilson
· 9 years ago
d37cd8a
drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()
by Dave Gordon
· 9 years ago
fcb5106
drm/i915: Reorganise legacy context switch to cope with late failure
by Chris Wilson
· 9 years ago
Next »