summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_engine_pm.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-28drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson1-3/+0
2023-11-20drm/i915: Track gt pm wakerefsAndrzej Hajda1-3/+4
2023-08-21drm/i915: Replace several IS_METEORLAKE with proper IP version checksMatt Roper1-1/+1
2023-08-10drm/i915: Make i915_coherent_map_type GT-centricJonathan Cavitt1-1/+1
2023-06-10drm/i915: use pointer to i915 instead of rpm in wakerefLuca Coelho1-3/+1
2023-04-05drm/i915/gt: Hold a wakeref for the active VMChris Wilson1-0/+9
2022-11-21drm/i915/mtl: Enable Idle Messaging for GSC CSVinay Belgaumkar1-0/+18
2021-12-21drm/i915: Add ww ctx to i915_gem_object_trylockMaarten Lankhorst1-1/+1
2021-12-13drm/i915: Don't disable interrupts and pretend a lock as been acquired in __t...Sebastian Andrzej Siewior1-36/+2
2021-10-15drm/i915/guc: Don't call switch_to_kernel_context with GuC submissionMatthew Brost1-0/+13
2021-09-24drm/i915/gt: Register the migrate contexts with their enginesThomas Hellström1-0/+23
2021-06-18drm/i915: Reset sched_engine.no_priolist immediately after dequeueMatthew Brost1-2/+0
2021-06-18drm/i915: Move priolist to new i915_sched_engine objectMatthew Brost1-2/+2
2021-04-27drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota1-1/+1
2021-04-08Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...Dave Airlie1-2/+1
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson1-2/+1
2021-03-24drm/i915: Make __engine_unpark() compatible with ww locking.Maarten Lankhorst1-0/+4
2021-01-14drm/i915/gt: Prune inlinesChris Wilson1-6/+6
2020-12-24drm/i915/gt: Replace direct submit with direct call to taskletChris Wilson1-1/+1
2020-12-22drm/i915/gt: Track all timelines created using the HWSPChris Wilson1-0/+7
2020-12-17drm/i915/gt: Drain the breadcrumbs just onceChris Wilson1-0/+1
2020-10-16drm/i915/gt: Confirm the context survives executionChris Wilson1-12/+25
2020-09-07drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbsChris Wilson1-1/+2
2020-07-15drm/i915/gt: Assert the kernel context is using the HWSPChris Wilson1-0/+1
2020-05-05drm/i915/gt: Stop holding onto the pinned_default_stateChris Wilson1-13/+1
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson1-2/+0
2020-04-29drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson1-5/+5
2020-04-01drm/i915/gt: fix spelling mistake "undeflow" -> "underflow"Chen Zhou1-1/+1
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