index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
gt
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-14
Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...
Dave Airlie
6
-35
/
+654
2020-02-12
drm/i915/execlists: Reclaim the hanging virtual request
Chris Wilson
2
-0
/
+185
2020-02-12
drm/i915/execlists: Take a reference while capturing the guilty request
Chris Wilson
2
-10
/
+32
2020-02-12
drm/i915/execlists: Offline error capture
Chris Wilson
1
-2
/
+120
2020-02-12
drm/i915/gt: Allow temporary suspension of inflight requests
Chris Wilson
4
-6
/
+278
2020-02-12
drm/i915: Keep track of request among the scheduling lists
Chris Wilson
1
-5
/
+8
2020-02-12
drm/i915/gt: Acquire ce->active before ce->pin_count/ce->pin_mutex
Chris Wilson
1
-21
/
+25
2020-02-11
drm/i915/execlists: Leave resetting ring to intel_ring
Chris Wilson
1
-1
/
+0
2020-02-10
drm/i915/gt: Use the BIT when checking the flags, not the index
Chris Wilson
1
-1
/
+2
2020-02-10
drm/i915/selftests: Add a mock i915_vma to the mock_ring
Chris Wilson
1
-1
/
+16
2020-01-30
Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
82
-2956
/
+8890
2020-01-21
drm/i915: Align engine->uabi_class/instance with i915_drm.h
Tvrtko Ursulin
1
-2
/
+2
2020-01-20
Backmerge v5.5-rc7 into drm-next
Dave Airlie
1
-0
/
+8
2020-01-18
Merge tag 'drm-fixes-2020-01-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-3
/
+37
2020-01-13
Merge tag 'Intel-CVE-2019-14615' from bundle by Akeem Abodunrin.
Linus Torvalds
1
-0
/
+8
2020-01-13
drm/i915/gt: Always reset the timeslice after a context switch
Chris Wilson
1
-2
/
+2
2020-01-13
drm/i915/gt: Mark ring->vma as active while pinned
Chris Wilson
1
-3
/
+28
2020-01-13
drm/i915/gt: Mark context->state vma as active while pinned
Chris Wilson
1
-0
/
+9
2020-01-11
drm/i915/uc: Add sanitize to to intel_uc_ops
Michal Wajdeczko
2
-9
/
+4
2020-01-11
drm/i915/uc: Add init/fini to to intel_uc_ops
Michal Wajdeczko
2
-6
/
+10
2020-01-11
drm/i915/uc: Add init_fw/fini_fw to to intel_uc_ops
Michal Wajdeczko
2
-6
/
+10
2020-01-11
drm/i915/uc: Add ops to intel_uc
Michal Wajdeczko
2
-12
/
+54
2020-01-10
drm/i915/gt: Hold rpm wakeref before taking ggtt->vm.mutex
Chris Wilson
1
-23
/
+5
2020-01-10
drm/i915: Start chopping up the GPU error capture
Chris Wilson
6
-6
/
+10
2020-01-10
drm/i915/gt: Mark ring->vma as active while pinned
Chris Wilson
1
-3
/
+28
2020-01-10
drm/i915/gt: Mark context->state vma as active while pinned
Chris Wilson
1
-0
/
+9
2020-01-10
drm/i915/gt: Skip trying to unbind in restore_ggtt_mappings
Chris Wilson
1
-5
/
+2
2020-01-09
drm/i915/gtt: add missing include file asm/smp.h
Chen Zhou
1
-0
/
+1
2020-01-09
drm/i915/gen9: Clear residual context state on context switch
Akeem G Abodunrin
1
-0
/
+8
2020-01-09
drm/i915/gt: runtime-pm is no longer required for ce->ops->pin()
Chris Wilson
1
-4
/
+1
2020-01-09
drm/i915/gt: Pull context activation into central intel_context_pin()
Chris Wilson
5
-64
/
+40
2020-01-09
drm/i915/gt: Push context state allocation earlier
Chris Wilson
2
-8
/
+28
2020-01-09
drm/i915: Pin the context as we work on it
Chris Wilson
1
-1
/
+6
2020-01-09
drm/i915: Revert "drm/i915/tgl: Wa_1607138340"
Tvrtko Ursulin
1
-4
/
+0
2020-01-09
drm/i915/gt: Drop a defunct timeline assertion
Chris Wilson
1
-1
/
+0
2020-01-07
drm/i915/gt: Always force restore freshly pinned contexts
Chris Wilson
1
-1
/
+1
2020-01-07
drm/i915/gtt: split up i915_gem_gtt
Matthew Auld
11
-2
/
+4202
2020-01-07
drm/i915/gt: Take responsibility for engine->release as the last step
Chris Wilson
2
-3
/
+6
2020-01-07
drm/i915/gt: Do not restore invalid RS state
Chris Wilson
1
-20
/
+11
2020-01-07
drm/i915/gt: Mark up virtual engine uabi_instance
Chris Wilson
1
-0
/
+2
2020-01-06
drm/i915/gt: Mark up virtual engine uabi_instance
Chris Wilson
1
-0
/
+2
2020-01-06
drm/i915/gt: Use memset_p to clear the ports
Chris Wilson
1
-5
/
+10
2020-01-06
drm/i915/gt: Drop mutex serialisation between context pin/unpin
Chris Wilson
1
-13
/
+11
2020-01-06
drm/i915/gt: Convert the final GEM_TRACE to GT_TRACE and co
Chris Wilson
2
-13
/
+10
2020-01-06
drm/i915: Merge i915_request.flags with i915_request.fence.flags
Chris Wilson
4
-5
/
+5
2020-01-06
drm/i915/selftests: Impose a timeout for request submission
Chris Wilson
1
-5
/
+21
2020-01-03
drm/i915/gt: Always poison the kernel_context image before unparking
Chris Wilson
3
-3
/
+21
2020-01-03
drm/i915/gt: Discard stale context state from across idling
Chris Wilson
3
-8
/
+11
2020-01-03
drm/i915/gt: Ignore stale context state upon resume
Chris Wilson
2
-2
/
+11
2020-01-03
drm/i915/gt: Clear LRC image inline
Chris Wilson
2
-43
/
+58
[next]