aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/gt/intel_engine_pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-22drm/i915/gt: Include a tell-tale for engine parkingChris Wilson1-2/+2
2020-01-03drm/i915/gt: Always poison the kernel_context image before unparkingChris Wilson1-1/+17
2020-01-03drm/i915/gt: Discard stale context state from across idlingChris Wilson1-0/+6
2019-12-30drm/i915/gt: Avoid using the GPU before initialisationChris Wilson1-4/+4
2019-12-21drm/i915: Remove i915->kernel_contextChris Wilson1-0/+3
2019-12-19drm/i915/gt: Track engine round-trip timesChris Wilson1-1/+21
2019-12-13drm/i915: Introduce new macros for tracingVenkata Sandeep Dhanalakota1-3/+3
2019-12-11Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-1/+1
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+58
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+24
2019-11-27drm/i915: Serialise i915_active_fence_set() with itselfChris Wilson1-1/+1
2019-11-25drm/i915/gt: Adapt engine_park synchronisation rules for engine_retireChris Wilson1-6/+21
2019-11-25drm/i915/gt: Unlock engine-pm after queuing the kernel context switchChris Wilson1-7/+40
2019-11-25drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson1-1/+2
2019-11-25drm/i915/gt: Adapt engine_park synchronisation rules for engine_retireChris Wilson1-6/+21
2019-11-20drm/i915/gt: Unlock engine-pm after queuing the kernel context switchChris Wilson1-7/+40
2019-11-20drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson1-1/+2
2019-10-24drm/i915/gt: Split intel_ring_submissionChris Wilson1-0/+1
2019-10-23drm/i915/gt: Replace hangcheck by heartbeatsChris Wilson1-1/+4
2019-10-21drm/i915/gt: Introduce barrier pulses along enginesChris Wilson1-1/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-1/+1
2019-10-07drm/i915/gt: Prefer local path to runtime powermanagementChris Wilson1-1/+1
2019-10-04drm/i915: Move idle barrier cleanup into engine-pmChris Wilson1-0/+15
2019-09-27drm/i915: Extract GT render sleep (rc6) managementAndi Shyti1-0/+1
2019-09-20drm/i915: Mark i915_request.timeline as a volatile, rcu pointerChris Wilson1-1/+1
2019-09-06drm/i915: Hold irq-off for the entire fake lock periodChris Wilson1-10/+18
2019-08-23drm/i915: Hold irq-off for the entire fake lock periodChris Wilson1-10/+18
2019-08-19drm/i915/gt: Mark up the nested engine-pm timeline lock as irqsafeChris Wilson1-0/+18
2019-08-16drm/i915/gt: Mark context->active_count as protected by timeline->mutexChris Wilson1-0/+14
2019-08-15drm/i915/gt: Track timeline activeness in enter/exitChris Wilson1-0/+2
2019-08-13drm/i915: Push the wakeref->count deferral to the backendChris Wilson1-1/+7
2019-08-08drm/i915: Defer final intel_wakeref_put to process contextChris Wilson1-27/+11
2019-08-04drm/i915: Replace struct_mutex for batch pool serialisationChris Wilson1-0/+2
2019-08-02drm/i915: Allow sharing the idle-barrier from other kernel requestsChris Wilson1-1/+1
2019-07-12drm/i915/gt: Use intel_gt as the primary object for handling resetsChris Wilson1-1/+2
2019-06-26drm/i915: Lift intel_engines_resume() to callersChris Wilson1-24/+0
2019-06-25drm/i915/gt: Pass intel_gt to pm routinesChris Wilson1-4/+4
2019-06-19drm/i915: Make the semaphore saturation mask globalChris Wilson1-0/+2
2019-06-14drm/i915: Keep contexts pinned until after the next kernel context switchChris Wilson1-0/+2
2019-06-14drm/i915: make intel_wakeref work on the rpm structDaniele Ceraolo Spurio1-2/+2
2019-05-03drm/i915/execlists: Flush the tasklet on parkingChris Wilson1-5/+22
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson1-0/+147