summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)AuthorFilesLines
2026-06-16drm/xe: Add compact-PT and addr mask handling for page reclaimBrian Nguyen2-56/+83
2026-06-16drm/xe/guc: Fix buffer overflow in steered register list allocationTejas Upadhyay1-2/+8
2026-06-16drm/xe: Set TTM device beneficial_order to 9 (2M)Matthew Brost1-1/+2
2026-06-16drm/xe: Fix wa_oob codegen recipe for external module buildsThomas Hellström1-2/+2
2026-06-16drm/xe: fix job timeout recovery for unstarted jobs and kernel queuesRodrigo Vivi1-14/+35
2026-06-16drm/xe: fix refcount leak in xe_range_fence_insert()Wentao Liang1-0/+2
2026-06-16drm/xe: include all registered queues in TLB invalidationTangudu Tilak Tirumalesh1-4/+3
2026-06-16drm/xe/hw_error: Use HW_ERR prefix in logRaag Jadav1-6/+6
2026-06-16drm/xe/drm_ras: Add per node cleanup actionRaag Jadav1-35/+23
2026-06-16drm/xe/drm_ras: Make counter allocation drm managedRaag Jadav1-2/+1
2026-06-16drm/xe/multi_queue: skip submit when primary queue is suspendedNiranjana Vishwanathapura1-1/+4
2026-06-16drm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh1-1/+1
2026-06-16Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"Tangudu Tilak Tirumalesh3-77/+5
2026-06-16Revert "drm/xe/nvls: Define GuC firmware for NVL-S"Daniele Ceraolo Spurio1-1/+0
2026-06-03Merge tag 'drm-misc-next-2026-05-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie3-5/+4
2026-06-03Merge tag 'drm-intel-next-2026-05-28' of https://gitlab.freedesktop.org/drm/i...Dave Airlie1-39/+25
2026-06-03Merge tag 'drm-xe-next-2026-05-28' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie16-323/+638
2026-05-28Merge drm/drm-next into drm-misc-nextThomas Zimmermann68-720/+1229
2026-05-27drm/xe: Move xe_uc_fw_abi.h to abi/Michal Wajdeczko3-4/+5
2026-05-27drm/xe: Restore IDLEDLY regiter on engine resetBalasubramani Vivekanandan1-0/+5
2026-05-27drm/xe/pm: Do early initialization in init_early()Michal Wajdeczko1-8/+7
2026-05-27drm/xe/pm: Don't access device in init_early()Michal Wajdeczko4-5/+32
2026-05-27drm/xe: Separate early xe_device initializationMichal Wajdeczko2-11/+29
2026-05-27drm/xe: Move xe->info.devid|revid initializationMichal Wajdeczko3-2/+18
2026-05-27drm/xe: Move xe->info.force_execlist initializationMichal Wajdeczko2-1/+1
2026-05-27drm/xe: Drop unused param from xe_device_create()Michal Wajdeczko3-5/+11
2026-05-27drm/xe: Use raw device ID to find sub-platform descriptorMichal Wajdeczko1-3/+4
2026-05-27drm/i915/power: rename intel_power_domains_*() to intel_display_power_*()Jani Nikula1-10/+10
2026-05-27drm/{i915, xe}: move xe_display_flush_cleanup_work() to i915 displayJani Nikula1-24/+3
2026-05-26drm/xe: Assign queue name in time for drm_sched_initTvrtko Ursulin1-32/+40
2026-05-26Merge tag 'drm-xe-next-2026-05-21' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie27-161/+349
2026-05-25drm/exec, drm/xe, drm/amdgpu: Add an accessor for struct drm_exec::ticketThomas Hellström1-2/+2
2026-05-25drm/exec, drm/xe: Avoid abusing the drm_exec retry pointerThomas Hellström1-1/+1
2026-05-25drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]Thomas Hellström1-2/+1
2026-05-22drm/xe/rtp: Implement a structured parser for rule matchingGustavo Sousa2-54/+113
2026-05-22drm/xe/rtp: Fully parse the rulesetGustavo Sousa2-17/+15
2026-05-22drm/xe/rtp: Extract rule_match_item()Gustavo Sousa1-125/+94
2026-05-22drm/xe/rtp: Do not break parsing when missing contextGustavo Sousa2-22/+72
2026-05-22drm/xe/rtp: Don't short-circuit to false in or-yes caseGustavo Sousa2-7/+50
2026-05-22drm/xe/rtp: Drop rule matching cases from rtp_to_sr_cases and rtp_casesGustavo Sousa1-116/+6
2026-05-22drm/xe/rtp: Write kunit test cases specific for rule matchingGustavo Sousa4-17/+242
2026-05-19drm/xe/oa: Fix exec_queue leak on width check in stream openShuicheng Lin1-2/+4
2026-05-19drm/xe/memirq: Drop cached iosys_map for MEMIRQ statusMichal Wajdeczko2-4/+0
2026-05-19drm/xe/memirq: Drop cached iosys_map for MEMIRQ maskMichal Wajdeczko2-5/+2
2026-05-19drm/xe/memirq: Dump all source pages if MSI-XMichal Wajdeczko2-3/+17
2026-05-19drm/xe/memirq: Update diagnostic messageMichal Wajdeczko1-3/+5
2026-05-19drm/xe/memirq: Reduce buffer sizeMichal Wajdeczko1-2/+19
2026-05-19drm/xe/memirq: Use IRQ page from HW engine definitionMichal Wajdeczko1-28/+10
2026-05-19drm/xe/memirq: Update GuC initialization and IRQ handlerMichal Wajdeczko1-6/+13
2026-05-19drm/xe/memirq: Make page layout macros privateMichal Wajdeczko2-7/+7