index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_request.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-10
drm/i915: add a dedicated workqueue inside drm_i915_private
Luca Coelho
1
-1
/
+1
2023-03-06
drm/i915: remove unnecessary intel_pm.h includes
Jani Nikula
1
-1
/
+0
2023-01-20
drm/i915: add i915_config.h and move relevant declarations there
Jani Nikula
1
-0
/
+1
2022-10-03
drm/i915/huc: stall media submission until HuC is loaded
Daniele Ceraolo Spurio
1
-0
/
+24
2022-06-27
Revert "drm/i915: Hold reference to intel_context over life of i915_request"
Niranjana Vishwanathapura
1
-20
/
+32
2022-06-27
drm/i915: Do not access rq->engine without a reference
Niranjana Vishwanathapura
1
-1
/
+2
2022-06-17
drm/i915: Improve user experience and driver robustness under SIGINT or similar
Tvrtko Ursulin
1
-1
/
+1
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
1
-1
/
+2
2022-02-23
Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...
Rodrigo Vivi
1
-5
/
+7
2022-02-10
drm/i915: move the DRIVER_* macros to i915_driver.[ch]
Jani Nikula
1
-0
/
+1
2022-01-31
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
1
-20
/
+73
2022-01-18
Merge drm/drm-next into drm-intel-gt-next
Tvrtko Ursulin
1
-0
/
+1
2022-01-12
drm/i915/gt: Move engine registers to their own header
Matt Roper
1
-0
/
+1
2022-01-11
drm/i915: Use struct vma_resource instead of struct vma_snapshot
Thomas Hellström
1
-5
/
+7
2021-12-23
Merge tag 'drm-intel-gt-next-2021-12-23' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-0
/
+23
2021-12-22
drm/i915: Break out the i915_deps utility
Thomas Hellström
1
-1
/
+1
2021-12-22
drm/i915: Avoid using the i915_fence_array when collecting dependencies
Thomas Hellström
1
-0
/
+22
2021-12-14
Merge v5.16-rc5 into drm-next
Daniel Vetter
1
-0
/
+1
2021-12-13
drm/i915: Don't leak the capture list items
Thomas Hellström
1
-0
/
+1
2021-12-03
treewide: Add missing includes masked by cgroup -> bpf dependency
Jakub Kicinski
1
-0
/
+1
2021-12-01
drm/i915: Update error capture code to avoid using the current vma state
Thomas Hellström
1
-17
/
+46
2021-12-01
drm/i915: Drop stealing of bits from i915_sw_fence function pointer
Matthew Brost
1
-2
/
+2
2021-11-25
Merge drm/drm-next into drm-intel-gt-next
Tvrtko Ursulin
1
-10
/
+47
2021-11-22
Merge drm/drm-next into drm-intel-gt-next
Tvrtko Ursulin
1
-29
/
+5
2021-11-17
drm/i915: Fix i915_request fence wait semantics
Maarten Lankhorst
1
-10
/
+47
2021-11-05
Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-29
/
+5
2021-11-04
drm/i915/guc/slpc: Add waitboost functionality for SLPC
Vinay Belgaumkar
1
-1
/
+1
2021-10-25
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-41
/
+127
2021-10-15
drm/i915: Make request conflict tracking understand parallel submits
Matthew Brost
1
-14
/
+29
2021-10-15
drm/i915/guc: Insert submit fences between requests in parent-child relationship
Matthew Brost
1
-26
/
+94
2021-10-07
drm/i915: remove IS_ACTIVE
Lucas De Marchi
1
-1
/
+1
2021-10-07
drm/i915: use the new iterator in i915_request_await_object v2
Christian König
1
-29
/
+5
2021-10-06
drm/i915: Handle Intel igfx + Intel dgfx hybrid graphics setup
Tvrtko Ursulin
1
-1
/
+11
2021-09-24
drm/i915/request: fix early tracepoints
Matthew Auld
1
-9
/
+2
2021-07-28
drm/i915: move request slabs to direct module init/exit
Daniel Vetter
1
-28
/
+19
2021-07-28
drm/i915/guc: Implement GuC priority management
Matthew Brost
1
-0
/
+5
2021-07-28
drm/i915/guc: Support request cancellation
Matthew Brost
1
-13
/
+1
2021-07-28
drm/i915/guc: Fix for error capture after full GPU reset with GuC
John Harrison
1
-0
/
+41
2021-07-28
drm/i915: Move active request tracking to a vfunc
Matthew Brost
1
-37
/
+4
2021-07-28
drm/i915: Hold reference to intel_context over life of i915_request
Matthew Brost
1
-32
/
+23
2021-07-28
drm/i915/guc: Make hangcheck work with GuC virtual engines
John Harrison
1
-1
/
+5
2021-07-22
drm/i915/guc: Ensure request ordering via completion fences
Matthew Brost
1
-2
/
+8
2021-07-22
drm/i915/guc: Implement GuC context operations for new inteface
Matthew Brost
1
-0
/
+1
2021-07-22
drm/i915: Ditch i915 globals shrink infrastructure
Daniel Vetter
1
-7
/
+0
2021-07-16
Revert "drm/i915: Propagate errors on awaiting already signaled fences"
Jason Ekstrand
1
-6
/
+2
2021-07-08
drm/i915/request: Remove the hook from await_execution
Jason Ekstrand
1
-35
/
+7
2021-06-19
drm/i915: Move engine->schedule to i915_sched_engine
Matthew Brost
1
-5
/
+5
2021-06-19
drm/i915: Move active tracking to i915_sched_engine
Matthew Brost
1
-16
/
+16
2021-06-10
Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-2
/
+2
2021-06-10
Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-3
/
+3
[next]