summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorLines
2026-03-10drm/xe: Allow per queue programming of COMMON_SLICE_CHICKEN3 bit13Lionel Landwerlin-1/+33
2026-03-10drm/xe: Add Wa_14026578760Varun Gupta-0/+8
2026-03-09drm/xe: Utilize for_each_gt_with_type() for type-specific GT loopsMatt Roper-8/+2
2026-03-09drm/xe: Add for_each_gt_with_type() iteratorMatt Roper-0/+4
2026-03-06drm/xe/migrate: Refactor xe_migrate_prepare_vm()Raag Jadav-15/+38
2026-03-06drm/xe: Don't disable GuCRC in suspend pathVinay Belgaumkar-1/+2
2026-03-05drm/xe/xe_hw_error: Add support for PVC SoC errorsRiana Tauro-0/+231
2026-03-05drm/xe/xe_hw_error: Add support for Core-Compute errorsRiana Tauro-20/+236
2026-03-05drm/xe/xe_hw_error: Integrate DRM RAS with hardware error handlingRiana Tauro-28/+42
2026-03-05drm/xe/xe_drm_ras: Add support for XE DRM RASRiana Tauro-0/+246
2026-03-04drm/xe: Add missing kernel docs in xe_exec_queue.cNiranjana Vishwanathapura-0/+112
2026-03-04drm/xe: Fix memory leak in xe_vm_madvise_ioctlVarun Gupta-1/+2
2026-03-04drm/xe/reg_sr: Fix leak on xa_store failureShuicheng Lin-1/+3
2026-03-04drm/xe/xe2_hpg: Correct implementation of Wa_16025250150Matt Roper-6/+7
2026-03-04drm/xe/gsc: Fix GSC proxy cleanup on early initialization failureZhanjun Dong-8/+37
2026-03-04drm/intel: add pick.h for the various "picker" helpersJani Nikula-2/+4
2026-03-04drm/xe/oa: prefer REG_MASKED_FIELD_ENABLE() and REG_MASKED_FIELD_DISABLE()Jani Nikula-14/+18
2026-03-04drm/{i915, xe}/reg: rename masked field helpers REG_MASKED_FIELD*()Jani Nikula-46/+46
2026-03-03drm/xe/tests: Change TEST_VRAM to work with 32-bit resource_size_tMichal Wajdeczko-1/+1
2026-03-03drm/xe/display: clean up xe_initial_plane.c includesJani Nikula-9/+3
2026-03-03drm/xe/compat: remove i915_vma.h from compatJani Nikula-39/+23
2026-03-03drm/i915: add VMA to parent interfaceJani Nikula-2/+0
2026-03-03drm/xe: Fix memory leak in xe_vm_madvise_ioctlVarun Gupta-1/+2
2026-03-03drm/xe/guc: Skip access counter queue init for unsupported platformsHimal Prasad Ghimiray-0/+18
2026-03-03Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie-1787/+3385
2026-03-02drm/xe/reg_sr: Fix leak on xa_store failureShuicheng Lin-1/+3
2026-03-02drm/xe/xe2_hpg: Correct implementation of Wa_16025250150Matt Roper-6/+7
2026-03-02drm/xe/lrc: Refactor context init into xe_lrc_ctx_init()Raag Jadav-63/+79
2026-03-02drm/xe/gsc: Fix GSC proxy cleanup on early initialization failureZhanjun Dong-8/+37
2026-03-02drm/xe/queue: Call fini on exec queue creation failTomasz Lis-13/+13
2026-03-02drm/xe/configfs: Free ctx_restore_mid_bb in releaseShuicheng Lin-0/+1
2026-03-02drm/xe: Do not preempt fence signaling CS instructionsMatthew Brost-0/+9
2026-03-02Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-77/+74
2026-02-27drm/xe/vf: Redo LRC creation while in VF fixupsTomasz Lis-13/+59
2026-02-27drm/xe/vf: Wait for all fixups before using default LRCsTomasz Lis-8/+10
2026-02-27drm/xe: Wrappers for setting and getting LRC referencesTomasz Lis-19/+60
2026-02-27drm/xe/queue: Call fini on exec queue creation failTomasz Lis-13/+13
2026-02-27drm/xe: restrict multi-lrc to VCS/VECS enginesXin Wang-0/+29
2026-02-27drm/xe/tuning: Apply windower hardware filtering setting on Xe3 and Xe3pMatt Roper-0/+6
2026-02-27drm/i915/overlay: Convert overlay to parent interfaceVille Syrjälä-0/+1
2026-02-27drm/xe/compat: Remove unused i915_reg.h from compat headerUma Shankar-6/+0
2026-02-26drm/xe/configfs: Free ctx_restore_mid_bb in releaseShuicheng Lin-0/+1
2026-02-26drm/xe/xe3p_xpc: Drop stale MCR steering TODO commentMatt Roper-6/+0
2026-02-26drm/i915/dpt: drop _common from the DPT file namesJani Nikula-1/+1
2026-02-26drm/i915/dpt: move create/destroy to parent interfaceJani Nikula-20/+0
2026-02-26drm/i915/dpt: pass obj, size instead of framebuffer to intel_dpt_create()Jani Nikula-1/+1
2026-02-26drm/xe: Move LRC seqno to system memory to avoid slow dGPU readsMatthew Brost-21/+42
2026-02-26drm/xe: Avoid unconditional VRAM reads in H2G pathMatthew Brost-9/+16
2026-02-26drm/xe: Split H2G and G2H into separate buffer objectsMatthew Brost-24/+47
2026-02-26drm/xe: Do not preempt fence signaling CS instructionsMatthew Brost-0/+9