summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-03drm/i915: Generalise wait for execlists to be idleChris Wilson1-4/+4
2017-03-02drm/i915: Drop spinlocks around adding to the client request listChris Wilson1-8/+6
2017-03-02drm/i915: Hold rpm during GEM suspend in driver unload/suspendChris Wilson1-5/+7
2017-02-27drm/i915: Delay disabling the user interrupt for breadcrumbsChris Wilson1-1/+3
2017-02-24drm/i915: Drop support for I915_EXEC_CONSTANTS_* execbuf parameters.Kenneth Graunke1-2/+0
2017-02-23drm/i915: Protect the request->global_seqno with the engine->timeline lockChris Wilson1-5/+11
2017-02-22drm/i915: Remove 'retire' parameter from intel_fb_obj_flushChris Wilson1-6/+6
2017-02-22drm/i915: Perform object clflushing asynchronouslyChris Wilson1-48/+6
2017-02-22drm/i915: Skip clflushes for all non-page backed objectsChris Wilson1-2/+7
2017-02-22drm/i915: Amalgamate flushing of display objectsChris Wilson1-15/+26
2017-02-22drm/i915: Move cpu_cache_is_coherent() to headerChris Wilson1-14/+6
2017-02-22drm/i915: Remove change_domain tracepointChris Wilson1-30/+0
2017-02-17drm/i915: Remove completed fences after a waitChris Wilson1-1/+14
2017-02-16drm/i915: Unwind conversion to i915_gem_phys_ops on failureChris Wilson1-1/+12
2017-02-16drm/i915: Squelch any ktime/jiffie rounding errors for wait-ioctlChris Wilson1-0/+10
2017-02-14drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()Chris Wilson1-2/+2
2017-02-13drm/i915: Test coherency of and barriers between cache domainsChris Wilson1-0/+1
2017-02-13drm/i915: Add selftests for object allocation, physChris Wilson1-0/+1
2017-02-13drm/i915: Create a fake object for testing huge allocationsChris Wilson1-0/+1
2017-02-13drm/i915: Mock the GEM device for self-testingChris Wilson1-0/+1
2017-02-13drm/i915: Add some selftests for sg_table manipulationChris Wilson1-3/+8
2017-02-13drm/i915: Clear the last_retired_context following a hang/resetChris Wilson1-1/+7
2017-02-13drm/i915: Park the breadcrumbs signaler across a GPU resetChris Wilson1-1/+15
2017-02-13drm/i915: Kill the tasklet then disableChris Wilson1-1/+1
2017-02-13drm/i915: Assert that the active request hasn't been signaledChris Wilson1-0/+2
2017-02-10drm/i915: Move the irq_barrier for reset earlier into reset_prepareChris Wilson1-3/+3
2017-02-10drm/i915: Flush the freed object queue on device releaseChris Wilson1-0/+2
2017-02-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter1-6/+4
2017-02-08drm/i915: Disable engine->irq_tasklet around resetsChris Wilson1-0/+15
2017-02-08drm/i915: Split GEM resetting into 3 phasesChris Wilson1-1/+6
2017-02-08drm/i915: Move calling engine->init_hw() to its own functionChris Wilson1-7/+18
2017-02-08drm/i915: i915_gem_shrink_all() needs an awake deviceChris Wilson1-4/+0
2017-02-07drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson1-11/+7
2017-02-07drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson1-2/+10
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-6/+4
2017-02-01drm/i915: Flush untouched framebuffers before display on !llcChris Wilson1-1/+1
2017-01-24drm/i915: Reset the gpu on takeoverChris Wilson1-4/+23
2017-01-21drm/i915: Treat an error from i915_vma_instance() as unlikelyChris Wilson1-1/+1
2017-01-21drm/i915: Use common LRU inactive vma bumping for unpin_from_displayChris Wilson1-2/+1
2017-01-21drm/i915: Do an unlocked wait before set-cache-level ioctlChris Wilson1-10/+19
2017-01-19drm/i915: Rename some warts in the VMA APIChris Wilson1-1/+1
2017-01-18drm/i915: Add comment how we treat hung contextsMika Kuoppala1-0/+21
2017-01-18drm/i915: Detect a failed GPU reset+recoveryChris Wilson1-2/+14
2017-01-18drm/i915: Tidy up engine reset logicMika Kuoppala1-11/+19
2017-01-18drm/i915: Introduce engine_stalled helperMika Kuoppala1-10/+15
2017-01-18drm/i915: Cleanup request skip decisionMika Kuoppala1-15/+2
2017-01-18drm/i915: Introduce engine_skip_contextMika Kuoppala1-18/+27
2017-01-18drm/i915: Move engine reset preparation to i915_gem_reset_prepare()Chris Wilson1-5/+12
2017-01-16drm/i915: Skip switch to kernel context if already doneChris Wilson1-1/+2
2017-01-14drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson1-1/+1