summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem_context.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Avoid truncation before clamping userspace's priority valueChris Wilson2018-02-121-1/+1
* drm/i915: Allow fence allocations to failChris Wilson2017-12-131-1/+1
* drm/i915/guc: Introduce USES_GUC_xxx helper macrosMichal Wajdeczko2017-12-061-2/+2
* drm/i915: Flush everything on switching to the kernel_contextChris Wilson2017-11-271-1/+8
* drm/i915: Move mi_set_context() into the legacy ringbuffer submissionChris Wilson2017-11-231-198/+0
* drm/i915: Unwind incomplete legacy context switchesChris Wilson2017-11-231-116/+57
* drm/i915: Remove i915.semaphores modparamChris Wilson2017-11-201-1/+1
* drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-41/+6
* drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-201-9/+1
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-201-6/+1
* drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-43/+12
* drm/i915: Reorder context-close to avoid calling i915_vma_close() under RCUChris Wilson2017-11-091-6/+6
* drm/i915: Hold rcu_read_lock when iterating over the radixtree (vma idr)Chris Wilson2017-10-271-0/+2
* drm/i915: Use same test for eviction and submitting kernel contextChris Wilson2017-10-251-4/+3
* drm/i915/scheduler: Support user-defined prioritiesChris Wilson2017-10-041-0/+23
* drm/i915: Introduce a preempt contextChris Wilson2017-10-041-21/+55
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-6/+6
* drm/i915: Replace execbuf vma ht with an idrChris Wilson2017-08-181-68/+19
* drm/i915: Suppress switch_mm emission between the same aliasing_ppgttChris Wilson2017-08-121-7/+8
* drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson2017-07-271-3/+3
* drm/i915: Only free the oldest stale context before allocatingChris Wilson2017-07-061-2/+17
* drm/i915: Drop request retirement before reaping stale contextsChris Wilson2017-07-061-1/+0
* drm/i915: Move stale context reaping to common i915_gem_context_createChris Wilson2017-07-061-4/+4
* drm/i915: Check new context against kernel_context after reporting an errorChris Wilson2017-07-061-3/+2
* drm/i915: Fix use-after-free of context during free_contextsChris Wilson2017-07-041-2/+2
* drm/i915: Enable rcu-only context lookupsChris Wilson2017-06-201-40/+37
* drm/i915: Allow contexts to be unreferenced locklesslyChris Wilson2017-06-201-11/+48
* drm/i915: Group all the global context information togetherChris Wilson2017-06-201-16/+19
* drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson2017-06-161-0/+1
* drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-161-1/+81
* drm/i915: Fix retrieval of hangcheck statsChris Wilson2017-06-161-3/+0
* drm/i915: Use a define for the default priority [0]Chris Wilson2017-05-171-0/+1
* drm/i915: Sanitize engine context sizesJoonas Lahtinen2017-04-281-51/+5
* drm/i915: Defer context state allocation for legacy ring submissionChris Wilson2017-04-271-59/+0
* drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdwChris Wilson2017-03-241-2/+2
* drm/i915: Remove superfluous hw_flags from mi_set_context()Chris Wilson2017-03-231-7/+7
* drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson2017-03-171-1/+1
* drm/i915: make context status notifier head be per engineChangbin Du2017-03-161-1/+0
* drm/i915: Reduce context alignmentChris Wilson2017-02-271-17/+0
* drm/i915: Remove redundant TLB invalidate on switching contextsChris Wilson2017-02-271-11/+0
* drm/i915/gvt: set ring buffer size to default for guc submissionChuanxiao Dong2017-02-221-1/+2
* drm/i915: Fix uninitialized return from mi_set_contextTvrtko Ursulin2017-02-141-3/+3
* drm/i915: Emit to ringbuffer directlyTvrtko Ursulin2017-02-141-42/+34
* drm/i915: Live testing for context executionChris Wilson2017-02-131-0/+1
* drm/i915: Mock infrastructure for request emissionChris Wilson2017-02-131-0/+4
* drm/i915: Use the size/type of address space to make decisionsChris Wilson2017-02-091-7/+13
* drm/i915: Add __destroy_hw_contextJoonas Lahtinen2017-02-091-4/+9
* drm/i915: Create context desc template when context is createdMika Kuoppala2017-01-301-2/+21
* drm/i915: Assert that the kernel_context is hw-id 0Chris Wilson2017-01-231-0/+5
* drm/i915: Remove i915_vma_create from VMA APIChris Wilson2017-01-191-1/+1
OpenPOWER on IntegriCloud