CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/22 19:39:39
Modified files:
sys/dev/pci/drm/i915: i915_scatterlist.c
Log message:
don't increment scatterlist length twice
this occurs as sg_dma_len() returns the length member of struct scatterlist
where as on x86 linux it returns a dma_length member of the struct
Problem reported by Ryan Fahy in FreeBSD drm-kmod PR 468.
Avoids a 'Data modified on freelist' panic on boot when using discrete
Intel cards (DG2). DG2 has other issues, so remains disabled for now.