-
- Downloads
Merge tag 'drm-xe-next-2024-08-28' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
UAPI Changes: - Fix OA format masks which were breaking build with gcc-5 Cross-subsystem Changes: Driver Changes: - Use dma_fence_chain_free in chain fence unused as a sync (Matthew Brost) - Refactor hw engine lookup and mmio access to be used in more places (Dominik, Matt Auld, Mika Kuoppala) - Enable priority mem read for Xe2 and later (Pallavi Mishra) - Fix PL1 disable flow in xe_hwmon_power_max_write (Karthik) - Fix refcount and speedup devcoredump (Matthew Brost) - Add performance tuning changes to Xe2 (Akshata, Shekhar) - Fix OA sysfs entry (Ashutosh) - Add first GuC firmware support for BMG (Julia) - Bump minimum GuC firmware for platforms under force_probe to match LNL and BMG (Julia) - Fix access check on user fence creation (Nirmoy) - Add/document workarounds for Xe2 (Julia, Daniele, John, Tejas) - Document workaround and use proper WA infra (Matt Roper) - Fix VF configuration on media GT (Michal Wajdeczko) - Fix VM dma-resv lock (Matthew Brost) - Allow suspend/resume exec queue backend op to be called multiple times (Matthew Brost) - Add GT stats to debugfs (Nirmoy) - Add hwconfig to debugfs (Matt Roper) - Compile out all debugfs code with ONFIG_DEUBG_FS=n (Lucas) - Remove dead kunit code (Jani Nikula) - Refactor drvdata storing to help display (Jani Nikula) - Cleanup unsused xe parameter in pte handling (Himal) - Rename s/enable_display/probe_display/ for clarity (Lucas) - Fix missing MCR annotation in couple of registers (Tejas) - Fix DGFX display suspend/resume (Maarten) - Prepare exec_queue_kill for PXP handling (Daniele) - Fix devm/drmm issues (Daniele, Matthew Brost) - Fix tile and ggtt fini sequences (Matthew Brost) - Fix crashes when probing without firmware in place (Daniele, Matthew Brost) - Use xe_managed for kernel BOs (Daniele, Matthew Brost) - Future-proof dss_per_group calculation by using hwconfig (Matt Roper) - Use reserved copy engine for user binds on faulting devices (Matthew Brost) - Allow mixing dma-fence jobs and long-running faulting jobs (Francois) - Cleanup redundant arg when creating use BO (Nirmoy) - Prevent UAF around preempt fence (Auld) - Fix display suspend/resume (Maarten) - Use vma_pages() helper (Thorsten) - Calculate pagefault queue size (Stuart, Matthew Auld) - Fix missing pagefault wq destroy (Stuart) - Fix lifetime handling of HW fence ctx (Matthew Brost) - Fix order destroy order for jobs (Matthew Brost) - Fix TLB invalidation for media GT (Matthew Brost) - Document GGTT (Rodrigo Vivi) - Refactor GGTT layering and fix runtime outer protection (Rodrigo Vivi) - Handle HPD polling on display pm runtime suspend/resume (Imre, Vinod) - Drop unrequired NULL checks (Apoorva, Himal) - Use separate rpm lockdep map for non-d3cold-capable devices (Thomas Hellström) - Support "nomodeset" kernel command-line option (Thomas Zimmermann) - Drop force_probe requirement for LNL and BMG (Lucas, Balasubramani) Signed-off-by:Dave Airlie <airlied@redhat.com> From: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/wd42jsh4i3q5zlrmi2cljejohdsrqc6hvtxf76lbxsp3ibrgmz@y54fa7wwxgsd
No related branches found
No related tags found
Showing
- Documentation/gpu/xe/xe_mm.rst 15 additions, 0 deletionsDocumentation/gpu/xe/xe_mm.rst
- drivers/gpu/drm/drm_print.c 8 additions, 5 deletionsdrivers/gpu/drm/drm_print.c
- drivers/gpu/drm/i915/display/intel_dpt.c 4 additions, 0 deletionsdrivers/gpu/drm/i915/display/intel_dpt.c
- drivers/gpu/drm/i915/display/intel_dpt.h 3 additions, 0 deletionsdrivers/gpu/drm/i915/display/intel_dpt.h
- drivers/gpu/drm/i915/display/skl_universal_plane.c 2 additions, 1 deletiondrivers/gpu/drm/i915/display/skl_universal_plane.c
- drivers/gpu/drm/xe/Makefile 11 additions, 7 deletionsdrivers/gpu/drm/xe/Makefile
- drivers/gpu/drm/xe/abi/guc_klvs_abi.h 1 addition, 0 deletionsdrivers/gpu/drm/xe/abi/guc_klvs_abi.h
- drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h 4 additions, 3 deletionsdrivers/gpu/drm/xe/compat-i915-headers/i915_vma.h
- drivers/gpu/drm/xe/display/xe_display.c 62 additions, 32 deletionsdrivers/gpu/drm/xe/display/xe_display.c
- drivers/gpu/drm/xe/display/xe_display.h 4 additions, 0 deletionsdrivers/gpu/drm/xe/display/xe_display.h
- drivers/gpu/drm/xe/display/xe_fb_pin.c 33 additions, 17 deletionsdrivers/gpu/drm/xe/display/xe_fb_pin.c
- drivers/gpu/drm/xe/regs/xe_engine_regs.h 1 addition, 0 deletionsdrivers/gpu/drm/xe/regs/xe_engine_regs.h
- drivers/gpu/drm/xe/regs/xe_gt_regs.h 8 additions, 1 deletiondrivers/gpu/drm/xe/regs/xe_gt_regs.h
- drivers/gpu/drm/xe/tests/xe_bo.c 4 additions, 4 deletionsdrivers/gpu/drm/xe/tests/xe_bo.c
- drivers/gpu/drm/xe/tests/xe_dma_buf.c 1 addition, 1 deletiondrivers/gpu/drm/xe/tests/xe_dma_buf.c
- drivers/gpu/drm/xe/tests/xe_migrate.c 15 additions, 9 deletionsdrivers/gpu/drm/xe/tests/xe_migrate.c
- drivers/gpu/drm/xe/tests/xe_pci.c 0 additions, 52 deletionsdrivers/gpu/drm/xe/tests/xe_pci.c
- drivers/gpu/drm/xe/tests/xe_pci_test.h 0 additions, 1 deletiondrivers/gpu/drm/xe/tests/xe_pci_test.h
- drivers/gpu/drm/xe/xe_bo.c 13 additions, 7 deletionsdrivers/gpu/drm/xe/xe_bo.c
- drivers/gpu/drm/xe/xe_bo.h 6 additions, 4 deletionsdrivers/gpu/drm/xe/xe_bo.h
Loading
Please sign in to comment