index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_engine_cs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/gt: Use hw_engine_masks as reset_domains
Tejas Upadhyay
2021-12-08
1
-0
/
+32
*
drm/i915: Update error capture code to avoid using the current vma state
Thomas Hellström
2021-12-01
1
-2
/
+6
*
drm/i915/pmu: Connect engine busyness stats from GuC to pmu
Umesh Nerlige Ramappa
2021-10-28
1
-27
/
+1
*
drm/i915/pmu: Add a name to the execlists stats
Umesh Nerlige Ramappa
2021-10-28
1
-6
/
+8
*
drm/i915/guc: Connect UAPI to GuC multi-lrc interface
Matthew Brost
2021-10-15
1
-3
/
+3
*
drm/i915: Add logical engine mapping
Matthew Brost
2021-10-15
1
-9
/
+51
*
drm/i915/gt: Register the migrate contexts with their engines
Thomas Hellström
2021-09-24
1
-0
/
+4
*
drm/i915/xehp: Check new fuse bits for SFC availability
Matt Roper
2021-09-20
1
-5
/
+20
*
drm/i915/dg2: Report INSTDONE_GEOM values in error state
Matt Roper
2021-08-11
1
-0
/
+7
*
drm/i915/xehp: Loop over all gslices for INSTDONE processing
Matt Roper
2021-08-11
1
-22
/
+26
*
drm/i915/gt: remove GRAPHICS_VER == 10
Lucas De Marchi
2021-07-29
1
-3
/
+0
*
drm/i915/guc: Fix for error capture after full GPU reset with GuC
John Harrison
2021-07-27
1
-46
/
+94
*
drm/i915/guc: Capture error state on context reset
Matthew Brost
2021-07-27
1
-2
/
+9
*
drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
Matthew Brost
2021-07-27
1
-2
/
+26
*
drm/i915/guc: GuC virtual engines
Matthew Brost
2021-07-27
1
-0
/
+14
*
drm/i915/gt: nuke gen6_hw_id
Lucas De Marchi
2021-07-26
1
-6
/
+0
*
drm/i915/xehp: Extra media engines - Part 1 (engine definitions)
John Harrison
2021-07-24
1
-0
/
+44
*
drm/i915/xehp: VDBOX/VEBOX fusing registers are enable-based
Tvrtko Ursulin
2021-07-22
1
-1
/
+8
*
drm/i915/gt: rename legacy engine->hw_id to engine->gen6_hw_id
Lucas De Marchi
2021-07-22
1
-6
/
+6
*
drm/i915/gt: nuke unused legacy engine hw_id
Lucas De Marchi
2021-07-22
1
-4
/
+0
*
drm/i915/gen12: Use fuse info to enable SFC
Venkata Sandeep Dhanalakota
2021-07-22
1
-6
/
+24
*
drm/i915: Stop storing the ring size in the ring pointer (v3)
Jason Ekstrand
2021-07-08
1
-1
/
+2
*
drm/i915: Use the correct IRQ during resume
Thomas Zimmermann
2021-07-02
1
-1
/
+1
*
drm/i915: Move submission tasklet to i915_sched_engine
Matthew Brost
2021-06-18
1
-6
/
+6
*
drm/i915: Move engine->schedule to i915_sched_engine
Matthew Brost
2021-06-18
1
-3
/
+0
*
drm/i915: Move active tracking to i915_sched_engine
Matthew Brost
2021-06-18
1
-32
/
+11
*
drm/i915: Add i915_sched_engine_is_empty function
Matthew Brost
2021-06-18
1
-1
/
+1
*
drm/i915: Move priolist to new i915_sched_engine object
Matthew Brost
2021-06-18
1
-4
/
+10
*
drm/i915: extract steered reg access to common function
Daniele Ceraolo Spurio
2021-06-17
1
-39
/
+2
*
drm/i915/gt: Export the pinned context constructor and destructor
Chris Wilson
2021-06-17
1
-10
/
+17
*
drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-06-05
1
-27
/
+27
*
drm/i915/guc: Use guc_class instead of engine_class in fw interface
Daniele Ceraolo Spurio
2021-06-04
1
-2
/
+4
*
drm/i915/gt: Move CS interrupt handler to the backend
Chris Wilson
2021-05-25
1
-0
/
+7
*
drm/i915/gt: Move submission_method into intel_gt
Chris Wilson
2021-05-25
1
-4
/
+8
*
drm/i915/gt: Do release kernel context if breadcrumb measure fails
Janusz Krzysztofik
2021-05-10
1
-1
/
+1
*
drm/i915/gt: replace gen use in intel_engine_cs
Lucas De Marchi
2021-04-14
1
-20
/
+20
*
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-04-08
1
-30
/
+5
|
\
|
*
drm/i915/gt: Always flush the submission queue on checking for idle
Chris Wilson
2021-03-24
1
-8
/
+2
|
*
drm/i915/gt: use new tasklet API for execution list
Emil Renner Berthing
2021-03-24
1
-2
/
+2
|
*
drm/i915/gt: SPDX cleanup
Chris Wilson
2021-03-24
1
-20
/
+1
*
|
drm/i915: Handle ww locking in init_status_page
Maarten Lankhorst
2021-03-24
1
-13
/
+24
*
|
drm/i915: Do not share hwsp across contexts any more, v8.
Maarten Lankhorst
2021-03-24
1
-0
/
+1
|
/
*
Merge tag 'drm-intel-next-2021-03-16' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2021-03-18
1
-1
/
+1
|
\
|
*
Merge drm/drm-next into drm-intel-next
Jani Nikula
2021-03-11
1
-8
/
+8
|
|
\
|
*
|
drm/i915/gt: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-02-02
1
-1
/
+1
*
|
|
drm/i915: Wedge the GPU if command parser setup fails
Tvrtko Ursulin
2021-03-12
1
-1
/
+6
|
|
/
|
/
|
*
|
drm/i915/gt: Convert stats.active to plain unsigned int
Chris Wilson
2021-01-15
1
-4
/
+4
*
|
drm/i915/gt: Drop atomic for engine->fw_active tracking
Chris Wilson
2021-01-15
1
-1
/
+1
*
|
drm/i915: Mark up protected uses of 'i915_request_completed'
Chris Wilson
2021-01-15
1
-3
/
+3
|
/
*
drm/i915/gt: Replace open-coded intel_engine_stop_cs()
Chris Wilson
2021-01-13
1
-2
/
+13
[next]