index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
drm/i915/guc: Reset implementation for new GuC interface
Matthew Brost
7
-132
/
+516
2021-07-27
drm/i915: Move active request tracking to a vfunc
Matthew Brost
9
-37
/
+147
2021-07-27
drm/i915: Add i915_sched_engine destroy vfunc
Matthew Brost
3
-4
/
+8
2021-07-27
drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
Matthew Brost
9
-37
/
+133
2021-07-27
drm/i915/guc: Disable bonding extension with GuC submission
Matthew Brost
1
-0
/
+5
2021-07-27
drm/i915: Hold reference to intel_context over life of i915_request
Matthew Brost
1
-32
/
+23
2021-07-27
drm/i915/guc: Make hangcheck work with GuC virtual engines
John Harrison
3
-1
/
+17
2021-07-27
drm/i915/guc: GuC virtual engines
Matthew Brost
9
-36
/
+311
2021-07-27
drm/i915/ehl: unconditionally flush the pages on acquire
Matthew Auld
2
-0
/
+24
2021-07-27
drm/i915: document caching related bits
Matthew Auld
2
-13
/
+183
2021-07-26
drm/i915/gem: Migrate to system at dma-buf attach time (v7)
Thomas Hellström
2
-4
/
+106
2021-07-26
drm/i915/gem: Correct the locking and pin pattern for dma-buf (v8)
Thomas Hellström
2
-14
/
+132
2021-07-26
drm/i915/gem: Always call obj->ops->migrate unless can_migrate fails
Jason Ekstrand
1
-3
/
+6
2021-07-26
drm/i915/gem/ttm: Only call __i915_gem_object_set_pages if needed
Jason Ekstrand
1
-6
/
+7
2021-07-26
drm/i915/gem: Unify user object creation (v3)
Jason Ekstrand
2
-65
/
+58
2021-07-26
drm/i915/gem: Call i915_gem_flush_free_objects() in i915_gem_dumb_create()
Jason Ekstrand
1
-0
/
+2
2021-07-26
drm/i915/gem: Refactor placement setup for i915_gem_object_create* (v2)
Jason Ekstrand
1
-36
/
+46
2021-07-26
drm/i915/gem: Check object_can_migrate from object_migrate
Jason Ekstrand
2
-26
/
+2
2021-07-26
drm/i915/gt: nuke gen6_hw_id
Lucas De Marchi
3
-16
/
+11
2021-07-24
drm/i915/xehp: Xe_HP forcewake support
Matt Roper
4
-54
/
+302
2021-07-24
drm/i915/xehp: Extra media engines - Part 3 (reset)
John Harrison
2
-0
/
+14
2021-07-24
drm/i915/xehp: Extra media engines - Part 2 (interrupts)
John Harrison
2
-1
/
+15
2021-07-24
drm/i915/xehp: Extra media engines - Part 1 (engine definitions)
John Harrison
7
-13
/
+71
2021-07-23
drm/i915/xehp: Define multicast register ranges
Matt Roper
1
-1
/
+19
2021-07-23
drm/i915: Extend Wa_1406941453 to adl-p
José Roberto de Souza
1
-2
/
+2
2021-07-23
drm/i915/uapi: reject set_domain for discrete
Matthew Auld
1
-0
/
+3
2021-07-22
drm/i915/xehp: VDBOX/VEBOX fusing registers are enable-based
Tvrtko Ursulin
1
-1
/
+8
2021-07-22
drm/i915/gt: rename legacy engine->hw_id to engine->gen6_hw_id
Lucas De Marchi
3
-8
/
+8
2021-07-22
drm/i915/gt: nuke unused legacy engine hw_id
Lucas De Marchi
2
-8
/
+0
2021-07-22
drm/i915/gt: fix platform prefix
Lucas De Marchi
1
-2
/
+2
2021-07-22
drm/i915: Add intel_context tracing
Matthew Brost
3
-0
/
+165
2021-07-22
drm/i915/guc: Add trace point for GuC submit
Matthew Brost
2
-4
/
+22
2021-07-22
drm/i915/guc: Update GuC debugfs to support new GuC
Matthew Brost
5
-1
/
+107
2021-07-22
drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
Matthew Brost
13
-28
/
+134
2021-07-22
drm/i915/guc: Ensure G2H response has space in buffer
Matthew Brost
5
-26
/
+104
2021-07-22
drm/i915/guc: Disable semaphores when using GuC scheduling
Matthew Brost
1
-2
/
+4
2021-07-22
drm/i915/guc: Ensure request ordering via completion fences
Matthew Brost
1
-2
/
+8
2021-07-22
drm/i915: Disable preempt busywait when using GuC scheduling
Matthew Brost
1
-2
/
+4
2021-07-22
drm/i915/guc: Extend deregistration fence to schedule disable
Matthew Brost
1
-7
/
+33
2021-07-22
drm/i915/guc: Disable engine barriers with GuC during unpin
Matthew Brost
2
-1
/
+11
2021-07-22
drm/i915/guc: Defer context unpin until scheduling is disabled
Matthew Brost
6
-4
/
+180
2021-07-22
drm/i915/guc: Insert fence on context when deregistering
Matthew Brost
4
-2
/
+63
2021-07-22
drm/i915/guc: Implement GuC context operations for new inteface
Matthew Brost
8
-55
/
+696
2021-07-22
drm/i915/guc: Add bypass tasklet submission path to GuC
Matthew Brost
1
-8
/
+29
2021-07-22
drm/i915/guc: Implement GuC submission tasklet
Matthew Brost
3
-117
/
+127
2021-07-22
drm/i915/guc: Add LRC descriptor context lookup array
Matthew Brost
2
-2
/
+35
2021-07-22
drm/i915/guc: Remove GuC stage descriptor, add LRC descriptor
Matthew Brost
3
-116
/
+25
2021-07-22
drm/i915/guc: Add new GuC interface defines and structures
Matthew Brost
2
-0
/
+56
2021-07-22
drm/i915/xehp: New engine context offsets
Prathap Kumar Valsan
1
-6
/
+59
2021-07-22
drm/i915/xehp: Handle new device context ID format
Stuart Summers
5
-21
/
+97
[next]