summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe
AgeCommit message (Expand)Author
2024-09-12drm/xe: Fix missing conversion to xe_display_pm_runtime_resumeMaarten Lankhorst
2024-09-12drm/xe/xe2hpg: Add Wa_15016589081Tejas Upadhyay
2024-09-12drm/xe: Don't keep stale pointer to bo->ggtt_nodeMichal Wajdeczko
2024-09-12drm/xe: fix missing 'xe_vm_put'Dafna Hirschfeld
2024-09-12drm/xe: fix build warning with CONFIG_PM=nArnd Bergmann
2024-09-12drm/xe: Suppress missing outer rpm protection warningRodrigo Vivi
2024-09-12drm/xe: prevent potential UAF in pf_provision_vf_ggtt()Matthew Auld
2024-09-10Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-09-06Merge tag 'drm-intel-next-2024-09-03' of https://gitlab.freedesktop.org/drm/i...Dave Airlie
2024-09-04drm/xe: Use xe_pm_runtime_get in xe_bo_move() if reclaim-safe.Thomas Hellström
2024-09-03drm/xe/display: Avoid encoder_suspend at runtime suspendRodrigo Vivi
2024-09-03drm/xe: Add missing runtime reference to wedged upon gt_resetRodrigo Vivi
2024-09-03drm/xe/display: use xe && 0 to avoid warnings about unused variablesJani Nikula
2024-09-03drm/xe: Remove redundant [drm] tag from xe_assert() messageMichal Wajdeczko
2024-09-02drm/xe/pf: Reset thresholds when releasing a VF configMichal Wajdeczko
2024-09-02drm/xe/pf: Add thresholds to the VF KLV configMichal Wajdeczko
2024-09-02drm/xe/display: remove unused compat kdev_to_i915() and pdev_to_i915()Jani Nikula
2024-09-02drm/xe: Fix merge fails related to display runtime PMMaarten Lankhorst
2024-09-02drm/i915 & drm/xe: save struct drm_device to drvdataJani Nikula
2024-08-30drm/xe: Invalidate media_gt TLBs in PT codeMatthew Brost
2024-08-30drm/xe/hwmon: Treat hwmon as a per-device conceptMatt Roper
2024-08-30drm/xe/pcode: Treat pcode as per-tile rather than per-GTMatt Roper
2024-08-30drm/xe/display: Drop unnecessary xe_gt.h includesMatt Roper
2024-08-30drm/xe: Fix memory leak on xe_alloc_pf_queue failureNirmoy Das
2024-08-30drm/xe/pf: Improve VF controlMichal Wajdeczko
2024-08-30drm/xe/pf: Drop GuC notifications for non-existing VFMichal Wajdeczko
2024-08-30drm/xe/pf: Fix documentation formattingMichal Wajdeczko
2024-08-30drm/xe/pf: Add function to sanitize VF resourcesMichal Wajdeczko
2024-08-30Merge tag 'drm-intel-next-2024-08-29' of https://gitlab.freedesktop.org/drm/i...Dave Airlie
2024-08-30Merge tag 'drm-xe-next-2024-08-28' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2024-08-29drm/xe/gsc: Wedge the device if the GSCCS reset failsDaniele Ceraolo Spurio
2024-08-29drm/xe/gsc: Add debugfs to print GSC infoDaniele Ceraolo Spurio
2024-08-29drm/xe/gsc: Track the platform in the compatibility versionDaniele Ceraolo Spurio
2024-08-29drm/xe/gsc: Fix FW status if the firmware is already loadedDaniele Ceraolo Spurio
2024-08-29drm/xe/gsc: Do not attempt to load the GSC multiple timesDaniele Ceraolo Spurio
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula
2024-08-28drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16Karthik Poosa
2024-08-28drm/xe: move the kernel lrc from hwe to execlist portIlia Levi
2024-08-28drm/xe/bmg: Drop force_probe requirementBalasubramani Vivekanandan
2024-08-28drm/xe: Fix NPD in ggtt_node_remove()Himal Prasad Ghimiray
2024-08-28drm/xe: Use separate rpm lockdep map for non-d3cold-capable devicesThomas Hellström
2024-08-28Revert "drm/xe/lnl: Offload system clear page activity to GPU"Nirmoy Das
2024-08-27drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed.Maarten Lankhorst
2024-08-27Merge drm/drm-next into drm-intel-nextRodrigo Vivi
2024-08-27drm/xe: Support 'nomodeset' kernel command-line optionThomas Zimmermann
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter
2024-08-27drm/xe: Remove unrequired NULL check in xe_sched_job_free_fencesHimal Prasad Ghimiray
2024-08-27drm/xe: Remove unrequired NULL checks in xe_sync_entry_cleanupHimal Prasad Ghimiray
2024-08-27drm/xe: Remove extra dma_fence_put on xe_sync_entry_add_deps failureHimal Prasad Ghimiray
2024-08-26drm/xe/lnl: Drop force_probe requirementLucas De Marchi