summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)Author
2026-06-04drm/{i915,xe}: add intel_display_driver_shutdown_late()Jani Nikula
2026-06-04drm/{i915, xe}: add intel_display_driver_pm_{suspend_late, resume_early}()Jani Nikula
2026-06-04drm/{i915, xe}: move more calls inside intel_display_driver_pm_resume()Jani Nikula
2026-06-04drm/{i915, xe}: move more calls inside intel_display_driver_pm_suspend()Jani Nikula
2026-06-04drm/xe/display: relocate the xe_display_pm_runtime_*() functionsJani Nikula
2026-06-04drm/xe/display: relocate the xe_display_shutdown*() functionsJani Nikula
2026-06-04drm/xe/display: rename xe_display_pm_shutdown*() to xe_display_shutdown*()Jani Nikula
2026-06-04drm/i915/display: add "pm" to intel_display_driver_{suspend, resume}() namesJani Nikula
2026-06-03drm/xe/multi_queue: skip submit when primary queue is suspendedNiranjana Vishwanathapura
2026-06-03drm/xe/pxp: PXP no longer requires HuC from media 35 onwardsDaniele Ceraolo Spurio
2026-06-03drm/xe: explicit TLB flush for context based tlb invalidationTangudu Tilak Tirumalesh
2026-06-03drm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh
2026-06-03Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"Tangudu Tilak Tirumalesh
2026-06-03Merge tag 'drm-misc-next-2026-05-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-06-03Merge tag 'drm-intel-next-2026-05-28' of https://gitlab.freedesktop.org/drm/i...Dave Airlie
2026-06-03Merge tag 'drm-xe-next-2026-05-28' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2026-06-02drm/xe/rtp: Ensure device_oob_was only evaluates correct rulesViolet Monti
2026-06-02drm/xe/rtp: Ensure oob_was does not evaluate engine type rulesViolet Monti
2026-06-02drm/xe/rtp: Ensure gt_was doesn't evaluate rules with engine typesViolet Monti
2026-06-02drm/xe/rtp: Add struct types for RTP tablesGustavo Sousa
2026-06-01drm/xe/display: drop duplicate intel_dp_mst_suspend() callJani Nikula
2026-06-01drm/xe/display: remove intel_display_flush_cleanup_work() calls on suspend/sh...Jani Nikula
2026-06-01drm/i915/xe: Enable HPD polling later during system resumeImre Deak
2026-06-01drm/xe/pcode: Don't ignore drmm_mutex_init failureMichal Wajdeczko
2026-05-29Revert "drm/xe/nvls: Define GuC firmware for NVL-S"Daniele Ceraolo Spurio
2026-05-29drm: Remove DRIVER_GEM_GPUVA feature flagLaura Nao
2026-05-29drm/xe/ggtt: Fix xe_ggtt documentationMichal Wajdeczko
2026-05-28drm/xe: gate observation streams with perf_allow_cpu()John Hubbard
2026-05-28Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2026-05-27drm/xe: Move xe_uc_fw_abi.h to abi/Michal Wajdeczko
2026-05-27drm/xe: Restore IDLEDLY regiter on engine resetBalasubramani Vivekanandan
2026-05-27drm/xe/pm: Do early initialization in init_early()Michal Wajdeczko
2026-05-27drm/xe/pm: Don't access device in init_early()Michal Wajdeczko
2026-05-27drm/xe: Separate early xe_device initializationMichal Wajdeczko
2026-05-27drm/xe: Move xe->info.devid|revid initializationMichal Wajdeczko
2026-05-27drm/xe: Move xe->info.force_execlist initializationMichal Wajdeczko
2026-05-27drm/xe: Drop unused param from xe_device_create()Michal Wajdeczko
2026-05-27drm/xe: Use raw device ID to find sub-platform descriptorMichal Wajdeczko
2026-05-27drm/i915/power: rename intel_power_domains_*() to intel_display_power_*()Jani Nikula
2026-05-27drm/{i915, xe}: move xe_display_flush_cleanup_work() to i915 displayJani Nikula
2026-05-26drm/xe: Assign queue name in time for drm_sched_initTvrtko Ursulin
2026-05-26Merge tag 'drm-xe-next-2026-05-21' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2026-05-25drm/exec, drm/xe, drm/amdgpu: Add an accessor for struct drm_exec::ticketThomas Hellström
2026-05-25drm/exec, drm/xe: Avoid abusing the drm_exec retry pointerThomas Hellström
2026-05-25drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]Thomas Hellström
2026-05-22drm/xe/rtp: Implement a structured parser for rule matchingGustavo Sousa
2026-05-22drm/xe/rtp: Fully parse the rulesetGustavo Sousa
2026-05-22drm/xe/rtp: Extract rule_match_item()Gustavo Sousa
2026-05-22drm/xe/rtp: Do not break parsing when missing contextGustavo Sousa
2026-05-22drm/xe/rtp: Don't short-circuit to false in or-yes caseGustavo Sousa