summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Mark the removal of the i915_request from the sched.linkChris Wilson2020-02-121-0/+2
* drm/i915: Keep track of request among the scheduling listsChris Wilson2020-02-121-1/+3
* drm/i915: Merge i915_request.flags with i915_request.fence.flagsChris Wilson2020-01-061-1/+0
* drm/i915: Mark the GEM context link as RCU protectedChris Wilson2019-12-231-3/+3
* drm/i915: Remove i915->kernel_contextChris Wilson2019-12-211-1/+4
* drm/i915: Push the use-semaphore marker onto the intel_contextChris Wilson2019-12-201-5/+3
* drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-201-8/+13
* drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson2019-12-181-1/+1
* drm/i915/gt: Eliminate the trylock for reading a timeline's hwspChris Wilson2019-12-171-2/+2
* drm/i915: Eliminate the trylock for awaiting an earlier requestChris Wilson2019-12-161-18/+21
* drm/i915: Use EAGAIN for trylock failuresChris Wilson2019-12-131-1/+1
* drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota2019-12-131-18/+5
* drm/i915: Use the i915_device name for identifying our request fencesChris Wilson2019-12-111-2/+2
* drm/i915: Copy across scheduler behaviour flags across submit fencesChris Wilson2019-12-111-25/+89
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2019-12-111-1/+1
|\
| * Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-271-135/+100
| |\
| * \ Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
| |\ \
| | * | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
| * | | drm/i915: Only enqueue already completed requestsChris Wilson2019-10-091-12/+32
| * | | drm/i915: Verify the engine after acquiring the active.lockChris Wilson2019-10-071-3/+22
| |/ /
| * | drm/i915: Hold irq-off for the entire fake lock periodChris Wilson2019-09-061-4/+5
* | | drm/i915: Propagate errors on awaiting already signaled fencesChris Wilson2019-12-061-2/+6
* | | drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_requestChris Wilson2019-11-221-16/+33
| |/ |/|
* | drm/i915: Extract GT render power state managementAndi Shyti2019-10-261-3/+4
* | drm/i915: Encapsulate kconfig constant values inside boolean predicatesChris Wilson2019-10-261-1/+1
* | drm/i915/gt: Split intel_ring_submissionChris Wilson2019-10-241-0/+1
* | drm/i915: Don't disable interrupts independently of the lockSebastian Andrzej Siewior2019-10-171-8/+4
* | drm/i915: Flush tasklet submission before sleeping on i915_request_waitChris Wilson2019-10-151-0/+1
* | drm/i915/execlists: Tweak virtual unsubmissionChris Wilson2019-10-141-1/+1
* | drm/i915: Move request runtime management onto gtChris Wilson2019-10-041-63/+1
* | drm/i915: Merge wait_for_timelines with retire_requestChris Wilson2019-10-041-3/+23
* | drm/i915: Coordinate i915_active with its own mutexChris Wilson2019-10-041-36/+2
* | drm/i915: Only enqueue already completed requestsChris Wilson2019-09-231-12/+32
* | drm/i915: Lock signaler timeline while navigatingChris Wilson2019-09-201-22/+46
* | drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson2019-09-201-11/+17
* | drm/i915: Verify the engine after acquiring the active.lockChris Wilson2019-09-191-3/+22
* | drm/i915/tgl: Extend MI_SEMAPHORE_WAITChris Wilson2019-09-171-5/+16
* | drm/i915: Protect our local workers against I915_FENCE_TIMEOUTChris Wilson2019-08-281-1/+1
* | drm/i915: Keep drm_i915_file_private around under RCUChris Wilson2019-08-231-6/+7
* | drm/i915: Hold irq-off for the entire fake lock periodChris Wilson2019-08-231-4/+5
|/
* Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-08-221-2/+2
|\
| * Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-2/+2
| |\
| | * dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-2/+2
* | | drm/i915: Serialize insertion into the file->mm.request_listChris Wilson2019-08-201-3/+3
* | | drm/i915: Use 0 for the unordered contextChris Wilson2019-08-191-2/+2
* | | drm/i915: Propagate fence errorsChris Wilson2019-08-181-0/+8
* | | drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson2019-08-161-1/+2
* | | drm/i915: Protect request retirement with timeline->mutexChris Wilson2019-08-151-83/+73
* | | drm/i915: Move tasklet kicking to __i915_request_queue callerChris Wilson2019-08-151-2/+2
* | | drm/i915: Push the wakeref->count deferral to the backendChris Wilson2019-08-131-31/+35
OpenPOWER on IntegriCloud