index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
sc520_freq.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-28
drm/i915/guc: Add golden context to GuC ADS
John Harrison
7
-30
/
+202
2021-07-28
drm/i915/guc: Include scheduling policies in the debugfs state dump
John Harrison
3
-0
/
+19
2021-07-28
drm/i915/guc: Connect reset modparam updates to GuC policy flags
John Harrison
2
-1
/
+33
2021-07-28
drm/i915/guc: Hook GuC scheduling policies up
John Harrison
3
-5
/
+49
2021-07-28
drm/i915/guc: Fix for error capture after full GPU reset with GuC
John Harrison
9
-47
/
+229
2021-07-28
drm/i915/guc: Capture error state on context reset
Matthew Brost
7
-26
/
+91
2021-07-28
drm/i915/guc: Enable GuC engine reset
John Harrison
1
-2
/
+1
2021-07-28
drm/i915/guc: Don't complain about reset races
John Harrison
3
-1
/
+10
2021-07-28
drm/i915/guc: Provide mmio list to be saved/restored on engine reset
John Harrison
5
-26
/
+222
2021-07-28
drm/i915/guc: Enable the timer expired interrupt for GuC
Matthew Brost
1
-0
/
+4
2021-07-28
drm/i915/guc: Handle engine reset failure notification
Matthew Brost
3
-0
/
+48
2021-07-28
drm/i915/guc: Handle context reset notification
Matthew Brost
4
-0
/
+51
2021-07-28
drm/i915/guc: Suspend/resume implementation for new interface
Matthew Brost
5
-51
/
+54
2021-07-28
drm/i915/guc: Add disable interrupts to guc sanitize
Matthew Brost
2
-18
/
+19
2021-07-28
drm/i915: Reset GPU immediately if submission is disabled
Matthew Brost
6
-13
/
+79
2021-07-28
drm/i915/guc: Reset implementation for new GuC interface
Matthew Brost
7
-132
/
+516
2021-07-28
drm/i915: Move active request tracking to a vfunc
Matthew Brost
9
-37
/
+147
2021-07-28
drm/i915: Add i915_sched_engine destroy vfunc
Matthew Brost
3
-4
/
+8
2021-07-28
drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
Matthew Brost
9
-37
/
+133
2021-07-28
drm/i915/guc: Disable bonding extension with GuC submission
Matthew Brost
1
-0
/
+5
2021-07-28
drm/i915: Hold reference to intel_context over life of i915_request
Matthew Brost
1
-32
/
+23
2021-07-28
drm/i915/guc: Make hangcheck work with GuC virtual engines
John Harrison
3
-1
/
+17
2021-07-28
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
2
-0
/
+22
2021-07-23
drm/i915/xehp: VDBOX/VEBOX fusing registers are enable-based
Tvrtko Ursulin
1
-1
/
+8
2021-07-23
drm/i915/gt: rename legacy engine->hw_id to engine->gen6_hw_id
Lucas De Marchi
3
-8
/
+8
2021-07-23
drm/i915/gt: nuke unused legacy engine hw_id
Lucas De Marchi
2
-8
/
+0
2021-07-23
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
[next]