summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Short-circuit i915_gem_wait_for_idle() if already idleChris Wilson2017-06-071-0/+4
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | | Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/...Dave Airlie2017-04-291-1/+1
|\ \ \
| * | | drm/i915: Use the right mapping_gfp_mask for final shmem allocationChris Wilson2017-04-261-1/+1
* | | | Merge tag 'v4.11-rc7' into drm-nextDave Airlie2017-04-191-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | drm/i915: Suspend GuC prior to GPU Reset during GEM suspendSagar Arun Kamble2017-04-111-0/+2
| * | drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke2017-03-141-2/+0
| * | drm/i915: Disable engine->irq_tasklet around resetsChris Wilson2017-03-141-0/+15
| * | drm/i915: Split GEM resetting into 3 phasesChris Wilson2017-03-141-1/+6
| * | drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctlChris Wilson2017-03-091-0/+78
| * | drm/i915: Store a permanent error in obj->mm.pagesChris Wilson2017-03-091-3/+6
| * | drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctlChris Wilson2017-03-091-0/+10
| |/
* | drm/i915: Wait for all engines to be idle as part of i915_gem_wait_for_idle()Chris Wilson2017-03-311-3/+26
* | drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson2017-03-311-3/+3
* | drm/i915: Suppress busy status for engines if wedgedChris Wilson2017-03-301-3/+1
* | drm/i915: Do request retirement before marking engines as wedgedChris Wilson2017-03-301-1/+6
* | drm/i915/guc: Take enable_guc_loading check out of GEM core codeOscar Mateo2017-03-301-6/+4
* | drm/i915: Check we have an wake device before flushing GTT writesChris Wilson2017-03-271-3/+6
* | drm/i915/guc: Add onion teardown to the GuC setupOscar Mateo2017-03-231-4/+6
* | drm/i915: Actually pass the reclaim gfp_t along to shmemfs!Chris Wilson2017-03-231-1/+1
* | drm/i915: Prefer to report ENOMEM rather than incur the oom for gfx allocationsChris Wilson2017-03-221-3/+12
* | drm/i915: Skip force-wake for uncached mmio flush of GGTT writesChris Wilson2017-03-201-2/+5
* | drm/i915: Initialise i915_gem_object_create_from_data() directlyChris Wilson2017-03-171-16/+29
* | drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutexChris Wilson2017-03-171-3/+1
* | drm/i915: Restore engine->submit_request before unwedgingChris Wilson2017-03-161-0/+59
* | drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson2017-03-161-4/+1
* | drm/i915/guc: Simplify intel_guc_init_hw()Arkadiusz Hiler2017-03-151-1/+1
* | drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw()Arkadiusz Hiler2017-03-151-1/+1
* | drm/i915: Move whole object to CPU domain for coherent shmem accessChris Wilson2017-03-131-22/+23
* | drm/i915: Avoiding recursing on ww_mutex inside shrinkerChris Wilson2017-03-081-4/+9
* | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-03-081-2/+2
|\ \
| * \ Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-03-081-152/+207
| |\ \ | | |/ | |/|
| * | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
| * | Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-3/+11
| |\ \
| | * | drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson2017-02-081-2/+10
| | * | drm/i915: Flush untouched framebuffers before display on !llcChris Wilson2017-02-081-1/+1
| | * | drm/i915: Fix phys pwrite for struct_mutex-less operationChris Wilson2017-01-121-30/+4
| * | | drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()Chris Wilson2017-02-161-2/+2
| * | | drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson2017-02-161-11/+7
* | | | drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctlChris Wilson2017-03-071-0/+78
* | | | drm/i915: Store a permanent error in obj->mm.pagesChris Wilson2017-03-071-3/+6
| |_|/ |/| |
* | | drm/i915: Generalise wait for execlists to be idleChris Wilson2017-03-031-4/+4
* | | drm/i915: Drop spinlocks around adding to the client request listChris Wilson2017-03-021-8/+6
* | | drm/i915: Hold rpm during GEM suspend in driver unload/suspendChris Wilson2017-03-021-5/+7
* | | drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson2017-02-271-1/+3
* | | drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke2017-02-241-2/+0
* | | drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson2017-02-231-5/+11
* | | drm/i915: Remove 'retire' parameter from intel_fb_obj_flushChris Wilson2017-02-221-6/+6
OpenPOWER on IntegriCloud