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-11-16
drm/i915/tgl: Fix Media power gate sequence.
Rodrigo Vivi
1
-5
/
+17
2020-11-12
drm/i915: Correctly set SFC capability for video engines
Venkata Sandeep Dhanalakota
1
-1
/
+2
2020-11-03
drm/i915/gt: Flush xcs before tgl breadcrumbs
Chris Wilson
1
-1
/
+3
2020-11-03
drm/i915/gt: Expose more parameters for emitting writes into the ring
Chris Wilson
1
-20
/
+35
2020-11-03
drm/i915/gt: Use the local HWSP offset during submission
Chris Wilson
3
-16
/
+31
2020-10-23
Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
6
-34
/
+259
2020-10-21
drm/i915: Exclude low pages (128KiB) of stolen from use
Chris Wilson
1
-0
/
+196
2020-10-21
drm/i915/gt: Onion unwind for scratch page allocation failure
Chris Wilson
2
-7
/
+14
2020-10-19
drm/i915/gt: Wait for CSB entries on Tigerlake
Chris Wilson
1
-3
/
+18
2020-10-19
drm/i915/gt: Widen CSB pointer to u64 for the parsers
Chris Wilson
2
-18
/
+17
2020-10-19
drm/i915/gt: Undo forced context restores after trivial preemptions
Chris Wilson
1
-3
/
+2
2020-10-19
drm/i915/gt: Delay execlist processing for tgl
Chris Wilson
1
-0
/
+3
2020-10-19
drm/i915/gt: Initialize reserved and unspecified MOCS indices
Ayaz A Siddiqui
1
-5
/
+11
2020-10-18
drm/i915: use vmap in shmem_pin_map
Christoph Hellwig
1
-58
/
+18
2020-09-30
drm/i915/gt: Always send a pulse down the engine after disabling heartbeat
Chris Wilson
1
-39
/
+67
2020-09-30
drm/i915: Cancel outstanding work after disabling heartbeats on an engine
Chris Wilson
1
-0
/
+9
2020-09-30
drm/i915: Fix uninitialised variable in intel_context_create_request.
Maarten Lankhorst
1
-0
/
+1
2020-09-30
drm/i915/gt: Clear the buffer pool age before use
Chris Wilson
1
-0
/
+2
2020-09-23
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2020-09-21
drm/i915/selftest: Create mock_destroy_device
Daniel Vetter
1
-1
/
+1
2020-09-17
drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanent
Swathi Dhanavanthri
1
-3
/
+4
2020-09-11
Merge drm/drm-next into drm-intel-next-queued
Rodrigo Vivi
39
-1069
/
+1379
2020-09-09
Merge tag 'drm-intel-gt-next-2020-09-07' of git://anongit.freedesktop.org/drm...
Dave Airlie
39
-1065
/
+1375
2020-09-08
Merge tag 'v5.9-rc4' into drm-next
Dave Airlie
3
-3
/
+3
2020-09-07
drm/i915: Unlock the shared hwsp_gtt object after pinning
Thomas Hellström
1
-0
/
+9
2020-09-07
drm/i915: Be wary of data races when reading the active execlists
Chris Wilson
1
-4
/
+11
2020-09-07
drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3.
Maarten Lankhorst
1
-12
/
+18
2020-09-07
drm/i915: Use ww pinning for intel_context_create_request()
Maarten Lankhorst
1
-5
/
+15
2020-09-07
drm/i915/selftests: Fix locking inversion in lrc selftest.
Maarten Lankhorst
1
-3
/
+12
2020-09-07
drm/i915: Dirty hack to fix selftests locking inversion
Maarten Lankhorst
1
-0
/
+12
2020-09-07
drm/i915: Kill last user of intel_context_create_request outside of selftests
Maarten Lankhorst
1
-14
/
+29
2020-09-07
drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin.
Maarten Lankhorst
18
-54
/
+100
2020-09-07
drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
Maarten Lankhorst
5
-106
/
+190
2020-09-07
drm/i915: Use ww locking in intel_renderstate.
Maarten Lankhorst
3
-32
/
+71
2020-09-07
drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2.
Maarten Lankhorst
1
-1
/
+1
2020-09-07
drm/i915/gt: Hold context/request reference while breadcrumbs are active
Chris Wilson
1
-33
/
+70
2020-09-07
drm/i915/gt: Move intel_breadcrumbs_arm_irq earlier
Chris Wilson
1
-42
/
+42
2020-09-07
drm/i915/gt: Shrink i915_page_directory's slab bucket
Chris Wilson
4
-28
/
+50
2020-09-07
drm/i915/gt: Switch to object allocations for page directories
Chris Wilson
8
-401
/
+231
2020-09-07
drm/i915: Preallocate stashes for vma page-directories
Chris Wilson
5
-140
/
+167
2020-09-07
drm/i915/gt: Distinguish the virtual breadcrumbs from the irq breadcrumbs
Chris Wilson
13
-91
/
+160
2020-09-07
drm/i915/gt: Only transfer the virtual context to the new engine if active
Chris Wilson
1
-25
/
+40
2020-09-07
drm/i915/gt: Replace intel_engine_transfer_stale_breadcrumbs
Chris Wilson
3
-49
/
+19
2020-09-07
drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs
Chris Wilson
2
-60
/
+84
2020-09-07
drm/i915: Export a preallocate variant of i915_active_acquire()
Chris Wilson
1
-1
/
+3
2020-09-07
drm/i915/selftests: Drop stale timeline constructor assert
Chris Wilson
1
-1
/
+0
2020-09-07
drm/i915/gt: Pull release of node->age under the spinlock
Chris Wilson
1
-1
/
+1
2020-09-07
drm/i915/gt: Support multiple pinned timelines
Chris Wilson
7
-22
/
+60
2020-09-07
drm/i915/gt: Fix termination condition for freeing all buffer objects
Chris Wilson
1
-5
/
+8
2020-09-07
drm/i915/selftests: Flush the active barriers before asserting
Chris Wilson
1
-0
/
+2
[next]