summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorLines
2026-03-12Merge drm/drm-next into drm-xe-nextMatthew Brost-541/+400
2026-03-12drm/xe: Fix overflow in guc_ct_snapshot_captureMika Kuoppala-1/+1
2026-03-12drm/xe: implement VM_BIND decompression in vm_bind_ioctlNitin Gote-9/+87
2026-03-12drm/xe: add xe_migrate_resolve wrapper and is_vram_resolve supportNitin Gote-27/+67
2026-03-11drm/xe/pat: Extract gt_pta_entry()Gustavo Sousa-10/+23
2026-03-11Merge v7.0-rc3 into drm-nextSimona Vetter-1/+16
2026-03-11drm/{i915, xe}/frontbuffer: move frontbuffer handling to parent interfaceJani Nikula-56/+83
2026-03-11drm/xe/userptr: Defer Waiting for TLB invalidation to the second pass if poss...Thomas Hellström-16/+104
2026-03-11drm/xe: Split TLB invalidation into submit and wait stepsThomas Hellström-68/+127
2026-03-11drm/xe/userptr: Convert invalidation to two-pass MMU notifierThomas Hellström-23/+99
2026-03-10drm/xe: Translate C-state "reset value" into RC6Gustavo Sousa-0/+9
2026-03-10drm/xe/xe3p: Drop Wa_16028780921Gustavo Sousa-7/+0
2026-03-10drm/xe/nvlp: Implement Wa_14026539277Gustavo Sousa-0/+44
2026-03-10drm/xe/rtp: Add support for matching platform-level steppingGustavo Sousa-0/+28
2026-03-10drm/xe/nvlp: Read platform-level stepping infoGustavo Sousa-0/+27
2026-03-10drm/xe: Drop unused IS_PLATFORM_STEP() and IS_SUBPLATFORM_STEP()Gustavo Sousa-10/+0
2026-03-10drm/xe: Modify stepping info directly in xe_step_*_get()Gustavo Sousa-30/+36
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