Age | Commit message (Expand) | Author | Files | Lines |
2018-02-13 | drm/i915: Avoid truncation before clamping userspace's priority value | Chris Wilson | 1 | -1/+1 |
2017-12-13 | drm/i915: Allow fence allocations to fail | Chris Wilson | 1 | -1/+1 |
2017-12-06 | drm/i915/guc: Introduce USES_GUC_xxx helper macros | Michal Wajdeczko | 1 | -2/+2 |
2017-11-27 | drm/i915: Flush everything on switching to the kernel_context | Chris Wilson | 1 | -1/+8 |
2017-11-23 | drm/i915: Move mi_set_context() into the legacy ringbuffer submission | Chris Wilson | 1 | -198/+0 |
2017-11-23 | drm/i915: Unwind incomplete legacy context switches | Chris Wilson | 1 | -116/+57 |
2017-11-21 | drm/i915: Remove i915.semaphores modparam | Chris Wilson | 1 | -1/+1 |
2017-11-21 | drm/i915: Remove obsolete ringbuffer emission for gen8+ | Chris Wilson | 1 | -41/+6 |
2017-11-21 | drm/i915: Remove i915.enable_execlists module parameter | Chris Wilson | 1 | -9/+1 |
2017-11-20 | drm/i915: Automatic i915_switch_context for legacy | Chris Wilson | 1 | -6/+1 |
2017-11-10 | drm/i915: Record the default hw state after reset upon load | Chris Wilson | 1 | -43/+12 |
2017-11-09 | drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCU | Chris Wilson | 1 | -6/+6 |
2017-10-27 | drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr) | Chris Wilson | 1 | -0/+2 |
2017-10-25 | drm/i915: Use same test for eviction and submitting kernel context | Chris Wilson | 1 | -4/+3 |
2017-10-04 | drm/i915/scheduler: Support user-defined priorities | Chris Wilson | 1 | -0/+23 |
2017-10-04 | drm/i915: Introduce a preempt context | Chris Wilson | 1 | -21/+55 |
2017-09-22 | drm/i915: Rename global i915 to i915_modparams | Michal Wajdeczko | 1 | -6/+6 |
2017-08-18 | drm/i915: Replace execbuf vma ht with an idr | Chris Wilson | 1 | -68/+19 |
2017-08-12 | drm/i915: Suppress switch_mm emission between the same aliasing_ppgtt | Chris Wilson | 1 | -7/+8 |
2017-07-27 | drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updates | Chris Wilson | 1 | -3/+3 |
2017-07-06 | drm/i915: Only free the oldest stale context before allocating | Chris Wilson | 1 | -2/+17 |
2017-07-06 | drm/i915: Drop request retirement before reaping stale contexts | Chris Wilson | 1 | -1/+0 |
2017-07-06 | drm/i915: Move stale context reaping to common i915_gem_context_create | Chris Wilson | 1 | -4/+4 |
2017-07-06 | drm/i915: Check new context against kernel_context after reporting an error | Chris Wilson | 1 | -3/+2 |
2017-07-04 | drm/i915: Fix use-after-free of context during free_contexts | Chris Wilson | 1 | -2/+2 |
2017-06-20 | drm/i915: Enable rcu-only context lookups | Chris Wilson | 1 | -40/+37 |
2017-06-20 | drm/i915: Allow contexts to be unreferenced locklessly | Chris Wilson | 1 | -11/+48 |
2017-06-20 | drm/i915: Group all the global context information together | Chris Wilson | 1 | -16/+19 |
2017-06-16 | drm/i915: Store a persistent reference for an object in the execbuffer cache | Chris Wilson | 1 | -0/+1 |
2017-06-16 | drm/i915: Store a direct lookup from object handle to vma | Chris Wilson | 1 | -1/+81 |
2017-06-16 | drm/i915: Fix retrieval of hangcheck stats | Chris Wilson | 1 | -3/+0 |
2017-05-17 | drm/i915: Use a define for the default priority [0] | Chris Wilson | 1 | -0/+1 |
2017-04-28 | drm/i915: Sanitize engine context sizes | Joonas Lahtinen | 1 | -51/+5 |
2017-04-27 | drm/i915: Defer context state allocation for legacy ring submission | Chris Wilson | 1 | -59/+0 |
2017-03-24 | drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdw | Chris Wilson | 1 | -2/+2 |
2017-03-23 | drm/i915: Remove superfluous hw_flags from mi_set_context() | Chris Wilson | 1 | -7/+7 |
2017-03-17 | drm/i915: Remove superfluous i915_add_request_no_flush() helper | Chris Wilson | 1 | -1/+1 |
2017-03-16 | drm/i915: make context status notifier head be per engine | Changbin Du | 1 | -1/+0 |
2017-02-27 | drm/i915: Reduce context alignment | Chris Wilson | 1 | -17/+0 |
2017-02-27 | drm/i915: Remove redundant TLB invalidate on switching contexts | Chris Wilson | 1 | -11/+0 |
2017-02-22 | drm/i915/gvt: set ring buffer size to default for guc submission | Chuanxiao Dong | 1 | -1/+2 |
2017-02-14 | drm/i915: Fix uninitialized return from mi_set_context | Tvrtko Ursulin | 1 | -3/+3 |
2017-02-14 | drm/i915: Emit to ringbuffer directly | Tvrtko Ursulin | 1 | -42/+34 |
2017-02-13 | drm/i915: Live testing for context execution | Chris Wilson | 1 | -0/+1 |
2017-02-13 | drm/i915: Mock infrastructure for request emission | Chris Wilson | 1 | -0/+4 |
2017-02-09 | drm/i915: Use the size/type of address space to make decisions | Chris Wilson | 1 | -7/+13 |
2017-02-09 | drm/i915: Add __destroy_hw_context | Joonas Lahtinen | 1 | -4/+9 |
2017-01-30 | drm/i915: Create context desc template when context is created | Mika Kuoppala | 1 | -2/+21 |
2017-01-23 | drm/i915: Assert that the kernel_context is hw-id 0 | Chris Wilson | 1 | -0/+5 |
2017-01-19 | drm/i915: Remove i915_vma_create from VMA API | Chris Wilson | 1 | -1/+1 |