index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
/
intel_ring_submission.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Improve user experience and driver robustness under SIGINT or similar
Tvrtko Ursulin
2022-06-17
1
-3
/
+4
*
drm/i915: Don't use DRM_DEBUG_WARN_ON for ring unexpectedly not idle
Tvrtko Ursulin
2022-05-06
1
-1
/
+3
*
drm/i915/gt: fix i915_reg_t initialization
Jani Nikula
2022-03-22
1
-1
/
+1
*
drm/i915: don't include drm_cache.h in i915_drv.h
Jani Nikula
2022-02-14
1
-0
/
+2
*
drm/i915: split out i915_gem_internal.h from i915_drv.h
Jani Nikula
2022-02-11
1
-0
/
+2
*
drm/i915: Move GT registers to their own header file
Matt Roper
2022-02-02
1
-0
/
+1
*
Merge drm/drm-next into drm-intel-next
Rodrigo Vivi
2022-01-31
1
-1
/
+1
|
\
|
*
drm/i915: vma is always backed by an object.
Maarten Lankhorst
2021-11-19
1
-1
/
+1
*
|
drm/i915/gt: Move engine registers to their own header
Matt Roper
2022-01-11
1
-0
/
+1
*
|
drm/i915: Use RING_PSMI_CTL rather than per-engine macros
Matt Roper
2022-01-11
1
-5
/
+5
|
/
*
drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()
Ville Syrjälä
2021-10-18
1
-1
/
+1
*
drm/i915/gt: Register the migrate contexts with their engines
Thomas Hellström
2021-09-24
1
-0
/
+3
*
drm/i915: s/0/NULL/
Ville Syrjälä
2021-08-25
1
-1
/
+1
*
drm/i915/guc: Support request cancellation
Matthew Brost
2021-07-27
1
-0
/
+16
*
drm/i915/guc: Implement banned contexts for GuC submission
Matthew Brost
2021-07-27
1
-0
/
+20
*
drm/i915: Move active request tracking to a vfunc
Matthew Brost
2021-07-27
1
-0
/
+22
*
drm/i915: Use the correct IRQ during resume
Thomas Zimmermann
2021-07-02
1
-2
/
+5
*
drm/i915: Move active tracking to i915_sched_engine
Matthew Brost
2021-06-18
1
-6
/
+6
*
drm/i915/gt: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-06-05
1
-32
/
+32
*
drm/i915/gt: Move CS interrupt handler to the backend
Chris Wilson
2021-05-25
1
-0
/
+8
*
drm/i915/gt: Move engine setup out of set_default_submission
Chris Wilson
2021-05-25
1
-4
/
+0
*
Merge tag 'drm-intel-gt-next-2021-04-06' of git://anongit.freedesktop.org/drm...
Dave Airlie
2021-04-08
1
-82
/
+64
|
\
|
*
drm/i915: Protect against request freeing during cancellation on wedging
Chris Wilson
2021-03-24
1
-1
/
+1
|
*
drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4
Chris Wilson
2021-03-24
1
-3
/
+5
|
*
drm/i915/gt: SPDX cleanup
Chris Wilson
2021-03-24
1
-26
/
+2
|
*
drm/i915/gt: Call stop_ring() from ring resume, again
Chris Wilson
2021-03-24
1
-52
/
+56
*
|
drm/i915: Make ring submission compatible with obj->mm.lock removal, v2.
Maarten Lankhorst
2021-03-24
1
-66
/
+118
|
/
*
drm/i915/gt: Pull ring submission resume under its caller forcewake
Chris Wilson
2021-01-19
1
-52
/
+43
*
drm/i915/gt: Disable the ring before resetting HEAD/TAIL
Chris Wilson
2021-01-19
1
-3
/
+7
*
drm/i915/gt: Lift stop_ring() to reset_prepare
Chris Wilson
2021-01-19
1
-61
/
+36
*
drm/i915: Mark up protected uses of 'i915_request_completed'
Chris Wilson
2021-01-15
1
-1
/
+3
*
drm/i915/gt: Prune inlines
Chris Wilson
2021-01-14
1
-3
/
+3
*
drm/i915/gt: Reapply ppgtt enabling after engine resets
Chris Wilson
2021-01-14
1
-3
/
+10
*
drm/i915/gt: Replace open-coded intel_engine_stop_cs()
Chris Wilson
2021-01-13
1
-24
/
+1
*
drm/i915: Allow the sysadmin to override security mitigations
Chris Wilson
2021-01-12
1
-1
/
+3
*
drm/i915/gt: Restore clear-residual mitigations for Ivybridge, Baytrail
Chris Wilson
2021-01-12
1
-1
/
+1
*
drm/i915: Refactor marking a request as EIO
Chris Wilson
2021-01-09
1
-4
/
+2
*
drm/i915/gt: Track all timelines created using the HWSP
Chris Wilson
2020-12-22
1
-0
/
+35
*
drm/i915/gt: Mark legacy ring context as lost
Chris Wilson
2020-12-10
1
-0
/
+1
*
Merge tag 'drm-intel-gt-next-2020-11-12-1' of git://anongit.freedesktop.org/d...
Dave Airlie
2020-11-13
1
-0
/
+1
|
\
|
*
drm/i915/gt: Signal cancelled requests
Chris Wilson
2020-09-30
1
-0
/
+1
*
|
Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...
Dave Airlie
2020-09-09
1
-15
/
+27
|
\
|
|
*
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
2020-09-07
1
-9
/
+6
|
*
drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
Maarten Lankhorst
2020-09-07
1
-1
/
+12
|
*
drm/i915/gt: Switch to object allocations for page directories
Chris Wilson
2020-09-07
1
-7
/
+9
|
*
drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
Chris Wilson
2020-09-07
1
-1
/
+2
|
*
drm/i915/gt: Support multiple pinned timelines
Chris Wilson
2020-09-07
1
-1
/
+2
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
|
/
*
drm/i915: Release shortlived maps of longlived objects
Chris Wilson
2020-07-08
1
-1
/
+1
*
drm/i915: Move the engine mask to intel_gt_info
Daniele Ceraolo Spurio
2020-07-08
1
-1
/
+1
[next]