summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Skip switch-to-kernel-context on suspend when wedgedChris Wilson2017-11-301-9/+11
* drm/i915: Rename i915_gem_timelines_mark_idleChris Wilson2017-11-271-1/+2
* drm/i915: Call i915_gem_init_userptr() before taking struct_mutexChris Wilson2017-11-221-6/+5
* drm/i915/pmu: Suspend sampling when GPU is idleTvrtko Ursulin2017-11-221-0/+1
* drm/i915: Remove i915.semaphores modparamChris Wilson2017-11-201-11/+0
* drm/i915: Disable semaphores on SandybridgeChris Wilson2017-11-201-9/+1
* drm/i915: Remove obsolete ringbuffer emission for gen8+Chris Wilson2017-11-201-1/+1
* drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-201-5/+5
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-201-1/+1
* drm/i915: Update execlists tasklet namingSagar Arun Kamble2017-11-161-5/+5
* drm/i915: Resume GuC before using GEMChris Wilson2017-11-141-0/+2
* drm/i915: Introduce GEM proxyTina Zhang2017-11-141-2/+29
* drm/i915: Object w/o backing storage is banned by -ENXIOTina Zhang2017-11-141-1/+1
* drm/i915: Remove redundant intel_autoenable_gt_powersave()Chris Wilson2017-11-121-8/+23
* drm/i915/selftests: Yet another forgotten mock_i915->mm initialiserChris Wilson2017-11-101-9/+17
* drm/i915: Kerneldoc typo s/rps/rps_client/Chris Wilson2017-11-101-1/+1
* drm/i915: Record the default hw state after reset upon loadChris Wilson2017-11-101-0/+115
* drm/i915: Move intel_init_clock_gating() to i915_gem_init()Chris Wilson2017-11-101-2/+15
* drm/i915: Move GT powersaving init to i915_gem_init()Chris Wilson2017-11-101-0/+2
* drm/i915: Force the switch to the i915->kernel_contextChris Wilson2017-11-101-4/+6
* drm/i915: Lock llist_del_first() vs llist_del_all()Chris Wilson2017-11-061-1/+7
* drm/i915: Set up mocs tables before restarting the enginesChris Wilson2017-11-031-5/+2
* drm/i915: Move parking-while-active warning to intel_engines_park()Chris Wilson2017-11-011-7/+0
* drm/i915: Hold rcu_read_lock when iterating over the radixtree (objects)Chris Wilson2017-10-271-0/+2
* drm/i915/guc: Preemption! With GuCMichał Winiarski2017-10-261-0/+10
* drm/i915/guc: Initialize GuC before restarting enginesMichał Winiarski2017-10-251-5/+5
* drm/i915: Add a hook for making the engines idle (parking) and unparkingChris Wilson2017-10-251-1/+1
* drm/i915: Synchronize irq before parking each engineChris Wilson2017-10-241-0/+13
* drm/i915: Bump wait-times for the final CS interrupt before parkingChris Wilson2017-10-241-11/+26
* drm/i915: Skip waking the device to service pwriteChris Wilson2017-10-191-3/+20
* drm/i915: Report -EFAULT before pwrite fast path into shmemfsChris Wilson2017-10-171-0/+3
* drm/i915: Skip HW reinitialisation on resume if still wedgedChris Wilson2017-10-161-2/+8
* drm/i915: Trim struct_mutex hold duration for i915_gem_free_objectsChris Wilson2017-10-161-8/+8
* drm/i915: Only free the oldest stale object before a fresh allocationChris Wilson2017-10-161-2/+12
* drm/i915: Move dev_priv->mm.[un]bound_list to its own lockChris Wilson2017-10-161-9/+44
* drm/i915: Rename obj->pin_display to obj->pin_globalChris Wilson2017-10-161-10/+10
* drm/i915: Refactor testing obj->mm.pagesChris Wilson2017-10-161-9/+10
* drm/i915: Stop asserting on set-wedged vs nop_submit_request orderingChris Wilson2017-10-131-2/+0
* drm/i915: Use rcu instead of stop_machine in set_wedgedDaniel Vetter2017-10-111-29/+51
* drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble2017-10-111-10/+11
* drm/i915: s/sg_mask/sg_page_sizes/Matthew Auld2017-10-091-14/+14
* drm/i915: Early rejection of mappable GGTT pin attempts for large boChris Wilson2017-10-091-30/+35
* drm/i915: Avoid evicting user fault mappable vma for pread/pwriteChris Wilson2017-10-091-2/+6
* drm/i915: Track user GTT faulting per-vmaChris Wilson2017-10-091-16/+34
* drm/i915: Consolidate get_fence with pin_fenceChris Wilson2017-10-091-1/+2
* drm/i915: Hold forcewake for the duration of reset+restartChris Wilson2017-10-091-2/+15
* drm/i915: disable platform support for vGPU huge gtt pagesMatthew Auld2017-10-071-0/+9
* drm/i915/selftests: huge page testsMatthew Auld2017-10-071-0/+1
* drm/i915: introduce page_size membersMatthew Auld2017-10-071-5/+37
* drm/i915: push set_pages down to the callersMatthew Auld2017-10-071-21/+24
OpenPOWER on IntegriCloud