index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-06-20
drm/xe/vf: Don't apply tile workarounds if VF
Michal Wajdeczko
-0
/
+4
2024-06-20
drm/xe/vf: Don't run any save-restore RTP actions if VF
Michal Wajdeczko
-0
/
+4
2024-06-20
drm/xe/vf: Disable features that do not apply to VFs
Michal Wajdeczko
-0
/
+13
2024-06-20
drm/xe/xelpgp: Extend Wa_14019877138 to graphics 12.74
Sai Teja Pottumuttu
-1
/
+1
2024-06-20
drm/xe/oa: Remove WARN_ON's for unsupported configurations
Ashutosh Dixit
-1
/
+1
2024-06-20
drm/xe/oa: Call xe_oa_emit_oa_config() with new config when updating config
José Roberto de Souza
-6
/
+6
2024-06-20
drm/xe/oa: Fix potential NPD when OA is not initialized
Michal Wajdeczko
-6
/
+9
2024-06-20
drm/xe/guc: Move ARAT interrupts enabling to the upload step
Michal Wajdeczko
-3
/
+3
2024-06-19
drm/xe: Use ttm_uncached for BO with NEEDS_UC flag
Michal Wajdeczko
-0
/
+9
2024-06-18
drm/xe/oa: Enable Xe2+ overrun mode
Ashutosh Dixit
-8
/
+30
2024-06-18
drm/xe/oa: Changes to OA_TAKEN
Ashutosh Dixit
-9
/
+13
2024-06-18
drm/xe/oa: Override GuC RC with OA on PVC
Ashutosh Dixit
-0
/
+87
2024-06-18
drm/xe/oa: Add MMIO trigger support
Ashutosh Dixit
-2
/
+51
2024-06-18
drm/xe/oa/uapi: OA buffer mmap
Ashutosh Dixit
-0
/
+46
2024-06-18
drm/xe/oa/uapi: Query OA unit properties
Ashutosh Dixit
-0
/
+175
2024-06-18
drm/xe/oa: Add OAC support
Ashutosh Dixit
-3
/
+75
2024-06-18
drm/xe/oa: Add OAR support
Ashutosh Dixit
-5
/
+206
2024-06-18
drm/xe/oa/uapi: Read file_operation
Ashutosh Dixit
-0
/
+224
2024-06-18
drm/xe/oa/uapi: Expose OA stream fd
Ashutosh Dixit
-0
/
+384
2024-06-18
drm/xe/oa: OA stream initialization (OAG)
Ashutosh Dixit
-0
/
+475
2024-06-18
drm/xe/oa/uapi: Define and parse OA stream properties
Ashutosh Dixit
-0
/
+443
2024-06-18
drm/xe/oa/uapi: Add/remove OA config perf ops
Ashutosh Dixit
-0
/
+495
2024-06-18
drm/xe/oa/uapi: Initialize OA units
Ashutosh Dixit
-0
/
+322
2024-06-18
drm/xe/oa/uapi: Add OA data formats
Ashutosh Dixit
-1
/
+244
2024-06-18
drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
Ashutosh Dixit
-0
/
+51
2024-06-18
drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream types
Ashutosh Dixit
-0
/
+117
2024-06-18
drm/xe/xe2: Add proper check for media in Wa_14020756599
Lucas De Marchi
-8
/
+2
2024-06-18
drm/xe/rtp: Add match on any GT
Lucas De Marchi
-1
/
+37
2024-06-18
drm/xe/rtp: Allow to OR rules
Lucas De Marchi
-3
/
+102
2024-06-18
drm/xe/rtp: Expand max rules/actions per entry
Lucas De Marchi
-2
/
+4
2024-06-18
drm/xe/rtp: Allow to match 0 sr entries
Lucas De Marchi
-3
/
+8
2024-06-18
drm/xe/vf: Don't touch GuC irq registers if using memory irqs
Michal Wajdeczko
-2
/
+2
2024-06-18
drm/xe: Allow const pointer when checking SR-IOV mode
Michal Wajdeczko
-3
/
+3
2024-06-17
drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lr
Francois Dugast
-40
/
+40
2024-06-15
drm/xe/xe2lpg: Add Wa_14021490052
Akshata Jahagirdar
-0
/
+9
2024-06-14
drm/xe/uc: Fix and start using xe_uc_fw_sanitize()
Michal Wajdeczko
-5
/
+3
2024-06-14
drm/xe: Use fixed CCS mode when running in SR-IOV mode
Michal Wajdeczko
-1
/
+8
2024-06-14
drm/xe/sched_job: Promote xe_sched_job_add_deps()
Francois Dugast
-19
/
+22
2024-06-14
drm/xe: Drop duplicated declaration
Michal Wajdeczko
-2
/
+1
2024-06-13
drm/xe/vf: Use correct check for being a VF driver
Michal Wajdeczko
-2
/
+2
2024-06-12
drm/xe: Sample ctx timestamp to determine if jobs have timed out
Matthew Brost
-61
/
+242
2024-06-12
drm/xe: Add killed, banned, or wedged as stick bit during GuC reset
Matthew Brost
-1
/
+3
2024-06-12
drm/xe: Add pending disable assert to handle_sched_done
Matthew Brost
-0
/
+1
2024-06-12
drm/xe: Add GuC state asserts to deregister_exec_queue
Matthew Brost
-0
/
+5
2024-06-12
drm/xe: Assert runnable state in handle_sched_done
Matthew Brost
-2
/
+7
2024-06-12
drm/xe: Improve unexpected state error messages
Matthew Brost
-4
/
+8
2024-06-12
drm/xe: Add xe_gt_clock_interval_to_ms helper
Matthew Brost
-0
/
+21
2024-06-12
drm/xe: Add ctx timestamp to LRC snapshot
Matthew Brost
-0
/
+6
2024-06-12
drm/xe: Emit ctx timestamp copy in ring ops
Matthew Brost
-0
/
+21
2024-06-12
drm/xe: Add MI_COPY_MEM_MEM GPU instruction definitions
Matthew Brost
-0
/
+4
[next]