aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2024-06-18drm/xe/oa/uapi: Query OA unit propertiesAshutosh Dixit2-0/+90
2024-06-18drm/xe/oa: Add OAC supportAshutosh Dixit3-3/+75
2024-06-18drm/xe/oa: Add OAR supportAshutosh Dixit6-5/+206
2024-06-18drm/xe/oa/uapi: Read file_operationAshutosh Dixit2-0/+204
2024-06-18drm/xe/oa/uapi: Expose OA stream fdAshutosh Dixit1-0/+380
2024-06-18drm/xe/oa: OA stream initialization (OAG)Ashutosh Dixit3-0/+475
2024-06-18drm/xe/oa/uapi: Define and parse OA stream propertiesAshutosh Dixit3-0/+371
2024-06-18drm/xe/oa/uapi: Add/remove OA config perf opsAshutosh Dixit5-0/+470
2024-06-18drm/xe/oa/uapi: Initialize OA unitsAshutosh Dixit5-0/+308
2024-06-18drm/xe/oa/uapi: Add OA data formatsAshutosh Dixit6-1/+225
2024-06-18drm/xe/perf/uapi: Add perf_stream_paranoid sysctlAshutosh Dixit3-0/+51
2024-06-18drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream typesAshutosh Dixit4-0/+51
2024-06-18drm/xe/xe2: Add proper check for media in Wa_14020756599Lucas De Marchi1-8/+2
2024-06-18drm/xe/rtp: Add match on any GTLucas De Marchi3-1/+37
2024-06-18drm/xe/rtp: Allow to OR rulesLucas De Marchi4-3/+102
2024-06-18drm/xe/rtp: Expand max rules/actions per entryLucas De Marchi2-2/+4
2024-06-18drm/xe/rtp: Allow to match 0 sr entriesLucas De Marchi1-3/+8
2024-06-18drm/xe/vf: Don't touch GuC irq registers if using memory irqsMichal Wajdeczko1-2/+2
2024-06-18drm/xe: Allow const pointer when checking SR-IOV modeMichal Wajdeczko1-3/+3
2024-06-17drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lrFrancois Dugast4-40/+40
2024-06-15drm/xe/xe2lpg: Add Wa_14021490052Akshata Jahagirdar1-0/+9
2024-06-14drm/xe/uc: Fix and start using xe_uc_fw_sanitize()Michal Wajdeczko3-5/+3
2024-06-14drm/xe: Use fixed CCS mode when running in SR-IOV modeMichal Wajdeczko1-1/+8
2024-06-14drm/xe/sched_job: Promote xe_sched_job_add_deps()Francois Dugast4-19/+22
2024-06-14drm/xe: Drop duplicated declarationMichal Wajdeczko2-2/+1
2024-06-13drm/xe/vf: Use correct check for being a VF driverMichal Wajdeczko1-2/+2
2024-06-13drm/i915/dp: Recheck link state after modesetImre Deak1-0/+1
2024-06-13drm/xe: move disable_c6 callRiana Tauro2-6/+7
2024-06-13drm/xe: flush engine buffers before signalling user fence on all enginesAndrzej Hajda1-2/+16
2024-06-13drm/xe/pf: Assert LMEM provisioning is done only on DGFXMichal Wajdeczko1-2/+13
2024-06-13drm/xe/xe_gt_idle: use GT forcewake domain assertionRiana Tauro1-1/+1
2024-06-12drm/xe: Sample ctx timestamp to determine if jobs have timed outMatthew Brost1-61/+242
2024-06-12drm/xe: Add killed, banned, or wedged as stick bit during GuC resetMatthew Brost1-1/+3
2024-06-12drm/xe: Add pending disable assert to handle_sched_doneMatthew Brost1-0/+1
2024-06-12drm/xe: Add GuC state asserts to deregister_exec_queueMatthew Brost1-0/+5
2024-06-12drm/xe: Assert runnable state in handle_sched_doneMatthew Brost1-2/+7
2024-06-12drm/xe: Improve unexpected state error messagesMatthew Brost1-4/+8
2024-06-12drm/xe: Add xe_gt_clock_interval_to_ms helperMatthew Brost2-0/+21
2024-06-12drm/xe: Add ctx timestamp to LRC snapshotMatthew Brost1-0/+6
2024-06-12drm/xe: Emit ctx timestamp copy in ring opsMatthew Brost1-0/+21
2024-06-12drm/xe: Add MI_COPY_MEM_MEM GPU instruction definitionsMatthew Brost1-0/+4
2024-06-12drm/xe: Add LRC ctx timestamp support functionsMatthew Brost2-1/+82
2024-06-12drm/xe/bmg: Add PCI IDsMatt Roper1-1/+2
2024-06-12drm/xe: Add reg read/write traceRadhakrishna Sripada2-4/+47
2024-06-12drm/xe/trace: Print device_id in xe_trace eventsRadhakrishna Sripada3-40/+59
2024-06-12drm/xe/trace: Print device_id in xe_trace_guc eventsRadhakrishna Sripada2-25/+33
2024-06-12drm/xe/trace: Print device_id in xe_trace_bo eventsRadhakrishna Sripada1-9/+20
2024-06-12drm/xe/trace: Extract guc related tracesRadhakrishna Sripada5-81/+114
2024-06-12drm/xe/trace: Extract bo, vm, vma tracesRadhakrishna Sripada8-216/+250
2024-06-12Merge drm/drm-next into drm-xe-nextRodrigo Vivi4-24/+11