CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/14 09:05:35
Modified files:
sys/dev/pci/drm/i915/gt: intel_gtt.c
sys/dev/pci/drm/i915: i915_gem.c
Log message:
convert kunmap() arguments with pointer to page struct
Our kunmap() has a void * argument with the address to unmap which
results in unconverted uses compiling but doing the wrong thing.
ok kettenis@
