summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)Author
8 daysdrm/xe/guc: Exclude indirect ring state page from ADS engine state sizeSatyanarayana K V P
8 daysdrm/xe/pf: Fix MMIO access using PF view instead of VF view during migrationShuicheng Lin
8 daysdrm/xe/pf: Fix EAGAIN sign in pf_migration_consume()Shuicheng Lin
8 daysdrm/xe/hdcp: Add NULL check for media_gt in intel_hdcp_gsc_check_status()Gustavo Sousa
2026-04-29drm/xe/uapi: Reject coh_none PAT index for CPU_ADDR_MIRRORJia Yao
2026-04-29drm/xe/uapi: Reject coh_none PAT index for CPU cached memory in madviseJia Yao
2026-04-29drm/xe/xelp: Fix Wa_18022495364Tvrtko Ursulin
2026-04-29drm/xe/gsc: Fix BO leak on error in query_compatibility_version()Shuicheng Lin
2026-04-29drm/xe/eustall: Fix drm_dev_put called before stream disable in closeShuicheng Lin
2026-04-29drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()Shuicheng Lin
2026-04-29drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()Shuicheng Lin
2026-04-29drm/xe: Fix bo leak in xe_dma_buf_init_obj() on allocation failureShuicheng Lin
2026-04-29drm/xe/bo: Fix bo leak on GGTT flag validation in xe_bo_init_locked()Shuicheng Lin
2026-04-29drm/xe/bo: Fix bo leak on unaligned size validation in xe_bo_init_locked()Shuicheng Lin
2026-04-29drm/xe: Fix potential NULL deref in xe_exec_queue_tlb_inval_last_fence_put_un...Shuicheng Lin
2026-04-29drm/xe/vf: Use drm mm instead of drm sa for CCS read/writeSatyanarayana K V P
2026-04-29drm/xe: Add memory pool with shadow supportSatyanarayana K V P
2026-04-29drm/xe/debugfs: Correct printing of register whitelist rangesMatt Roper
2026-04-29drm/xe: Mark ROW_CHICKEN5 as a masked registerMatt Roper
2026-04-29drm/xe/tuning: Use proper register offset for GAMSTLB_CTRLMatt Roper
2026-04-29drm/xe/xe3p_lpg: Add missing indirect ring state feature flagGustavo Sousa
2026-04-29drm/xe: Drop redundant rtp entries for Wa_14019988906 & Wa_14019877138Matt Roper
2026-04-29drm/xe/vm: Add missing pad and extensions checkJonathan Cavitt
2026-04-29drm/xe: Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge()Matthew Brost
2026-04-21Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-20Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds
2026-04-13drm/i915: Walk crtcs in pipe orderVille Syrjälä
2026-04-09drm/xe: switch xe_pagefault_queue_init() to using bitmap_weighted_or()Yury Norov
2026-04-07drm/xe: Fix bug in idledly unit conversionVinay Belgaumkar
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter
2026-03-31Merge tag 'drm-intel-next-2026-03-30' of https://gitlab.freedesktop.org/drm/i...Dave Airlie
2026-03-30drm/xe: Avoid memory allocations in xe_device_declare_wedged()Matthew Brost
2026-03-30drm/xe: Disable garbage collector work item on SVM closeMatthew Brost
2026-03-30drm/xe/pxp: Don't allow PXP on older PTL GSC FWsDaniele Ceraolo Spurio
2026-03-30drm/xe/pxp: Clear restart flag in pxp_start after jumping backDaniele Ceraolo Spurio
2026-03-30drm/xe/pxp: Remove incorrect handling of impossible state during suspendDaniele Ceraolo Spurio
2026-03-30drm/xe/pxp: Clean up termination status on failureDaniele Ceraolo Spurio
2026-03-30drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctlArvind Yadav
2026-03-30drm/xe/xe_pagefault: Disallow writes to read-only VMAsJonathan Cavitt
2026-03-30Merge tag 'drm-xe-next-2026-03-26-1' of https://gitlab.freedesktop.org/drm/xe...Dave Airlie
2026-03-26drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctlArvind Yadav
2026-03-26drm/xe/madvise: Enable purgeable buffer object IOCTL supportArvind Yadav
2026-03-26drm/xe/bo: Add purgeable shrinker state helpersArvind Yadav
2026-03-26drm/xe/dma_buf: Block export of DONTNEED/purged BOsArvind Yadav
2026-03-26drm/xe/bo: Block mmap of DONTNEED/purged BOsArvind Yadav
2026-03-26drm/xe/madvise: Block imported and exported dma-bufsArvind Yadav
2026-03-26drm/xe/madvise: Implement per-VMA purgeable state trackingArvind Yadav
2026-03-26drm/xe/vm: Prevent binding of purged buffer objectsArvind Yadav