aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.c
AgeCommit message (Expand)Author
3 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-09-19drm/i915: mark requests for GuC virtual engines to avoid use-after-freeAndrzej Hajda
2023-08-01drm/i915: Fix premature release of request's reusable memoryJanusz Krzysztofik
2023-06-10drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho
2023-03-06drm/i915: remove unnecessary intel_pm.h includesJani Nikula
2023-01-20drm/i915: add i915_config.h and move relevant declarations thereJani Nikula
2022-10-03drm/i915/huc: stall media submission until HuC is loadedDaniele Ceraolo Spurio
2022-06-27Revert "drm/i915: Hold reference to intel_context over life of i915_request"Niranjana Vishwanathapura
2022-06-27drm/i915: Do not access rq->engine without a referenceNiranjana Vishwanathapura
2022-06-17drm/i915: Improve user experience and driver robustness under SIGINT or similarTvrtko Ursulin
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König
2022-02-23Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...Rodrigo Vivi
2022-02-10drm/i915: move the DRIVER_* macros to i915_driver.[ch]Jani Nikula
2022-01-31Merge drm/drm-next into drm-intel-nextRodrigo Vivi
2022-01-18Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin
2022-01-11drm/i915/gt: Move engine registers to their own headerMatt Roper
2022-01-11drm/i915: Use struct vma_resource instead of struct vma_snapshotThomas Hellström
2021-12-24Merge tag 'drm-intel-gt-next-2021-12-23' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-12-22drm/i915: Break out the i915_deps utilityThomas Hellström
2021-12-22drm/i915: Avoid using the i915_fence_array when collecting dependenciesThomas Hellström
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter
2021-12-13drm/i915: Don't leak the capture list itemsThomas Hellström
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-12-01drm/i915: Update error capture code to avoid using the current vma stateThomas Hellström
2021-11-30drm/i915: Drop stealing of bits from i915_sw_fence function pointerMatthew Brost
2021-11-25Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin
2021-11-22Merge drm/drm-next into drm-intel-gt-nextTvrtko Ursulin
2021-11-17drm/i915: Fix i915_request fence wait semanticsMaarten Lankhorst
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-11-03drm/i915/guc/slpc: Add waitboost functionality for SLPCVinay Belgaumkar
2021-10-25Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-10-15drm/i915: Make request conflict tracking understand parallel submitsMatthew Brost
2021-10-15drm/i915/guc: Insert submit fences between requests in parent-child relationshipMatthew Brost
2021-10-07drm/i915: remove IS_ACTIVELucas De Marchi
2021-10-07drm/i915: use the new iterator in i915_request_await_object v2Christian König
2021-10-06drm/i915: Handle Intel igfx + Intel dgfx hybrid graphics setupTvrtko Ursulin
2021-09-24drm/i915/request: fix early tracepointsMatthew Auld
2021-07-28drm/i915: move request slabs to direct module init/exitDaniel Vetter
2021-07-27drm/i915/guc: Implement GuC priority managementMatthew Brost
2021-07-27drm/i915/guc: Support request cancellationMatthew Brost
2021-07-27drm/i915/guc: Fix for error capture after full GPU reset with GuCJohn Harrison
2021-07-27drm/i915: Move active request tracking to a vfuncMatthew Brost
2021-07-27drm/i915: Hold reference to intel_context over life of i915_requestMatthew Brost
2021-07-27drm/i915/guc: Make hangcheck work with GuC virtual enginesJohn Harrison
2021-07-22drm/i915/guc: Ensure request ordering via completion fencesMatthew Brost
2021-07-22drm/i915/guc: Implement GuC context operations for new intefaceMatthew Brost
2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter
2021-07-16Revert "drm/i915: Propagate errors on awaiting already signaled fences"Jason Ekstrand
2021-07-08drm/i915/request: Remove the hook from await_executionJason Ekstrand
2021-06-18drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost