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
2019-03-21
drm/i915: Introduce a mutex for file_priv->context_idr
Chris Wilson
2019-03-21
drm/i915: Separate GEM context construction and registration to userspace
Chris Wilson
2019-03-19
drm/i915: Hold a reference to the active HW context
Chris Wilson
2019-03-15
drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvl
Chris Wilson
2019-03-09
drm/i915: Introduce a context barrier callback
Chris Wilson
2019-03-08
drm/i915: Introduce intel_context.pin_mutex for pin management
Chris Wilson
2019-03-08
drm/i915: Move over to intel_context_lookup()
Chris Wilson
2019-03-08
drm/i915: Store the intel_context_ops in the intel_engine_cs
Chris Wilson
2019-03-08
drm/i915: Track active engines within a context
Chris Wilson
2019-03-08
drm/i915: Reduce presumption of request ordering for barriers
Chris Wilson
2019-03-08
drm/i915: Do a synchronous switch-to-kernel-context on idling
Chris Wilson
2019-03-06
drm/i915: Use i915_global_register()
Chris Wilson
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2019-02-28
drm/i915: Make object/vma allocation caches global
Chris Wilson
2019-02-20
drm/i915: Prevent user context creation while wedged
Chris Wilson
2019-02-19
drm/i915: Use time based guilty context banning
Chris Wilson
2019-02-18
drm/i915: Optionally disable automatic recovery after a GPU reset
Chris Wilson
2019-02-05
drm/i915: Pull i915_gem_active into the i915_active family
Chris Wilson
2019-02-05
drm/i915/selftests: Context SSEU reconfiguration tests
Tvrtko Ursulin
2019-02-05
drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
Tvrtko Ursulin
2019-02-05
drm/i915: Record the sseu configuration per-context & engine
Lionel Landwerlin
2019-01-29
drm/i915: Replace global breadcrumbs with per-context interrupt tracking
Chris Wilson
2019-01-24
drm/i915: De-inline intel_context_init()
Chris Wilson
2019-01-22
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
2019-01-22
drm/i915: Refactor out intel_context_init()
Chris Wilson
2019-01-10
Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2019-01-09
drm/i915: drop all drmP.h includes
Jani Nikula
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
2018-12-07
drm/i915: Compile fix for 64b dma-fence seqno
Mika Kuoppala
2018-12-04
drm/i915: Fuse per-context workaround handling with the common framework
Tvrtko Ursulin
2018-10-19
drm/i915: Add ppgtt to GVT GEM context
Xiong Zhang
2018-10-01
drm/i915: Reserve some priority bits for internal use
Chris Wilson
2018-09-27
drm/i915: Remove i915.enable_ppgtt override
Chris Wilson
2018-09-11
drm/i915: Nuke struct_mutex from context_setparam
Chris Wilson
2018-09-05
drm/i915: Reduce context HW ID lifetime
Chris Wilson
2018-07-27
drm/i915: Remove unnecessary ggtt_offset_bias from i915_gem_context
Jakub Bartmiński
2018-07-27
drm/i915/guc: Move the pin bias value from GuC to GGTT
Jakub Bartmiński
2018-07-06
drm/i915: Record logical context support in driver caps
Chris Wilson
2018-07-04
drm/i915/gtt: Pull global wc page stash under its own locking
Chris Wilson
2018-06-15
drm/i915: Fix context ban and hang accounting for client
Mika Kuoppala
2018-06-14
drm/i915: Make closing request flush mandatory
Chris Wilson
2018-06-05
drm/i915/gtt: Rename i915_hw_ppgtt base member
Chris Wilson
2018-06-04
drm/i915: drop one bit on the hw_id when using guc
Lionel Landwerlin
2018-06-01
drm/i915: Check intel_contexts to avoid one extra pointer chase
Chris Wilson
2018-05-31
drm/i915: Switch to kernel context before idling at runtime
Chris Wilson
2018-05-24
drm/i915: Look for an active kernel context before switching
Chris Wilson
2018-05-18
drm/i915: Store a pointer to intel_context in i915_request
Chris Wilson
2018-05-18
drm/i915: Move fiddling with engine->last_retired_context
Chris Wilson
2018-05-16
drm/i915: Shrink search list for active timelines
Chris Wilson
2018-05-02
drm/i915: Split i915_gem_timeline into individual timelines
Chris Wilson
[next]