summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-06-101-2/+2
|\
| * drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-071-2/+2
* | Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-06-101-3/+3
|\ \
| * | dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-2/+2
| * | dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König2021-06-061-1/+1
| |/
| * drm/i915: Take request reference before arming the watchdog timerTvrtko Ursulin2021-04-261-1/+2
* | drm/i915: Use might_alloc()Bernard Zhao2021-04-301-1/+1
* | drm/i915: Take request reference before arming the watchdog timerTvrtko Ursulin2021-04-091-1/+2
|/
* Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie2021-04-081-2/+7
|\
| * drm/i915: Protect against request freeing during cancellation on wedgingChris Wilson2021-03-241-2/+7
* | drm/i915: Request watchdog infrastructureTvrtko Ursulin2021-03-261-0/+52
* | drm/i915: Individual request cancellationChris Wilson2021-03-261-3/+30
* | drm/i915: Extract active lookup engine to a helperTvrtko Ursulin2021-03-261-0/+44
* | drm/i915: Do not share hwsp across contexts any more, v8.Maarten Lankhorst2021-03-241-4/+0
|/
* drm/i915: Reduce test_and_set_bit to set_bit in i915_request_submit()Chris Wilson2021-01-151-7/+9
* drm/i915: Drop i915_request.lock serialisation around await_startChris Wilson2021-01-151-2/+8
* drm/i915: Mark up protected uses of 'i915_request_completed'Chris Wilson2021-01-151-10/+9
* Merge tag 'drm-intel-gt-next-2021-01-14' of git://anongit.freedesktop.org/drm...Dave Airlie2021-01-151-11/+128
|\
| * drm/i915: Refactor marking a request as EIOChris Wilson2021-01-091-0/+11
| * drm/i915: Drop i915_request.lock requirement for intel_rps_boost()Chris Wilson2020-12-311-3/+1
| * drm/i915/gt: Pull context closure check from request submit to schedule-inChris Wilson2020-12-311-4/+0
| * drm/i915/gt: Cancel submitted requests upon context resetChris Wilson2020-12-311-0/+2
| * drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson2020-12-241-2/+10
| * drm/i915/gt: Another tweak for flushing the taskletsChris Wilson2020-12-201-1/+1
| * drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson2020-12-161-0/+1
| * drm/i915/gt: Decouple completed requests on unwindChris Wilson2020-11-261-1/+2
| * drm/i915/gt: Update request status flags for debug pretty-printerChris Wilson2020-11-191-12/+73
| * drm/i915: Lift i915_request_show()Chris Wilson2020-11-191-0/+39
* | irq_work: CleanupPeter Zijlstra2020-11-241-2/+2
|/
* drm/i915: Cancel outstanding work after disabling heartbeats on an engineChris Wilson2020-09-301-0/+5
* drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"Chris Wilson2020-09-301-10/+2
* drm/i915: Remove i915_request.lock requirement for execution callbacksChris Wilson2020-09-071-47/+58
* drm/i915: Be wary of data races when reading the active execlistsChris Wilson2020-09-071-2/+23
* drm/i915/gt: Hold context/request reference while breadcrumbs are activeChris Wilson2020-09-071-5/+4
* drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson2020-09-071-0/+1
* drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbsChris Wilson2020-09-071-3/+2
* drm/i915: Remove requirement for holding i915_request.lock for breadcrumbsChris Wilson2020-09-071-27/+39
* drm/i915/gem: Remove disordered per-file request list for throttlingChris Wilson2020-09-071-21/+0
* drm/i915: Soften the tasklet flush frequency before waitsChris Wilson2020-09-071-2/+18
* drm/i915: Reduce i915_request.lock contention for i915_request_waitChris Wilson2020-09-071-10/+8
* drm/i915: Remove gen check before calling intel_rps_boostChris Wilson2020-08-171-5/+2
* drm/i915: Skip signaling a signaled requestChris Wilson2020-07-131-10/+13
* drm/i915: Drop i915_request.i915 backpointerChris Wilson2020-06-031-6/+6
* drm/i915: Check for awaits on still currently executing requestsChris Wilson2020-05-291-1/+48
* drm/i915: Add a few asserts around handling of i915_request_is_active()Chris Wilson2020-05-291-2/+3
* drm/i915/gt: Do not schedule normal requests immediately along virtualChris Wilson2020-05-271-4/+21
* drm/i915: Reorder await_execution before await_requestChris Wilson2020-05-271-132/+132
* drm/i915: Improve execute_cb struct packingChris Wilson2020-05-261-9/+14
* drm/i915: Avoid using rq->engine after free during i915_fence_releaseChris Wilson2020-05-211-2/+33
* drm/i915: Drop no-semaphore boostingChris Wilson2020-05-141-36/+4