summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)Author
2025-09-29drm/xe/pf: Promote PF debugfs function to its own fileMichal Wajdeczko
2025-09-29drm/xe/vf: Don't claim support for firmware late-bind if VFMichal Wajdeczko
2025-09-29drm/xe/vf: Rename sriov_update_device_infoMichal Wajdeczko
2025-09-29drm/xe: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann
2025-09-29drm/{i915,xe}: driver agnostic drm to display pointer chaseJani Nikula
2025-09-29drm/xe/stolen: use the same types as i915 interfaceJani Nikula
2025-09-29drm/{i915, xe}/stolen: convert stolen interface to struct drm_deviceJani Nikula
2025-09-29drm/{i915, xe}/stolen: use the stored i915/xe device pointerJani Nikula
2025-09-29drm/{i915, xe}/stolen: add device pointer to struct intel_stolen_nodeJani Nikula
2025-09-29drm/{i915, xe}/stolen: make struct intel_stolen_node opaqueJani Nikula
2025-09-29drm/xe/stolen: convert compat static inlines to proper functionsJani Nikula
2025-09-29drm/xe/stolen: switch from BUG_ON() to WARN_ON() in compatJani Nikula
2025-09-29drm/xe/stolen: convert compat stolen macros to inline functionsJani Nikula
2025-09-29drm/xe/stolen: rename fb to node in stolen compat headerJani Nikula
2025-09-29drm/{i915, xe}/stolen: rename i915_stolen_fb to intel_stolen_nodeJani Nikula
2025-09-29Merge drm/drm-next into drm-intel-nextJani Nikula
2025-09-26drm/xe/hw_engine_group: Fix double write lock release in error pathShuicheng Lin
2025-09-25drm/i915/gem: add i915_gem_fence_wait_priority_display() helperJani Nikula
2025-09-24drm/xe/guc: Refactor GuC load to use poll_timeout_us()Lucas De Marchi
2025-09-24drm/xe/guc: Extract function to print load errorLucas De Marchi
2025-09-24drm/xe/guc: Drop helper to read freqLucas De Marchi
2025-09-24drm/xe/guc_pc: Use poll_timeout_us() for waitingLucas De Marchi
2025-09-24drm/xe/device: Use poll_timeout_us() to wait for lmemLucas De Marchi
2025-09-24drm/xe/configfs: Improve doc for ctx_restore* attributesLucas De Marchi
2025-09-24drm/xe/configfs: Fix engine class parsingLucas De Marchi
2025-09-24drm/xe/uapi: loosen used tracking restrictionMatthew Auld
2025-09-23drm/xe/tests: Fix build break on clang 16.0.6Michal Wajdeczko
2025-09-23drm/xe/debugfs: Improve .show() helper for GT-based attributesMichal Wajdeczko
2025-09-23drm/xe/debugfs: Make ggtt file per-tileMichal Wajdeczko
2025-09-23drm/pcids: Split PTL pciids group to make wcl subplatformDnyaneshwar Bhadane
2025-09-23drm/xe/psmi: Do not return NULLLucas De Marchi
2025-09-23drm/xe/pm: Add lockdep annotation for the pm_block completionThomas Hellström
2025-09-23drm/xe/pm: Hold the validation lock around evicting user-space bos for suspendThomas Hellström
2025-09-22drm/xe: Don't copy pinned kernel bos twice on suspendThomas Hellström
2025-09-22drm/xe: Fix build with CONFIG_MODULES=nLucas De Marchi
2025-09-22drm/xe/vf: Don't expose sysfs attributes not applicable for VFsMichal Wajdeczko
2025-09-22drm/xe/dma-buf: Allow pinning of p2p dma-bufThomas Hellström
2025-09-22drm/xe: Pre-allocate system memory for pinned external bos in the pm notfierThomas Hellström
2025-09-22drm/xe: Don't copy pinned kernel bos twice on suspendThomas Hellström
2025-09-22Merge tag 'drm-xe-next-2025-09-19' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2025-09-19drm/xe: Fix build with CONFIG_MODULES=nLucas De Marchi
2025-09-19drm/i915/irq: use a dedicated IMR cache for gen 5-7Jani Nikula
2025-09-19drm/{i915, xe}/fbdev: pass struct drm_device to intel_fbdev_fb_fill_info()Jani Nikula
2025-09-19drm/{i915,xe}/fbdev: deduplicate fbdev creationJani Nikula
2025-09-19drm/{i915, xe}/fbdev: add intel_fbdev_fb_bo_destroy()Jani Nikula
2025-09-19drm/xe/fbdev: abstract bo creationJani Nikula
2025-09-19drm/{i915, xe}/fbdev: deduplicate struct drm_mode_fb_cmd2 initJani Nikula
2025-09-19drm/{i915, xe}/fbdev: pass struct drm_device to intel_fbdev_fb_alloc()Jani Nikula
2025-09-19drm/xe/fbdev: use the same 64-byte stride alignment as i915Jani Nikula
2025-09-19Merge tag 'drm-intel-next-2025-09-12' of https://gitlab.freedesktop.org/drm/i...Dave Airlie