Page MenuHomeFreeBSD

linuxkpi: Add destination offset argument to iosys_map_memcpy_to()
AbandonedPublic

Authored by dumbbell on Dec 13 2023, 12:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 12, 3:27 PM
Unknown Object (File)
Tue, Jan 7, 2:51 AM
Unknown Object (File)
Dec 16 2024, 7:48 AM
Unknown Object (File)
Oct 11 2024, 10:49 PM
Unknown Object (File)
Sep 20 2024, 9:35 AM
Unknown Object (File)
Sep 11 2024, 9:12 AM
Unknown Object (File)
Sep 7 2024, 10:30 AM
Unknown Object (File)
Sep 5 2024, 12:31 PM

Details

Reviewers
manu
Summary

Why

In Linux commit cccd73d607fee52f35b4b030408fa5f6c21ef503, the destination offset was added as a fourth argument to iosys_map_memcpy_to().

How

To maintain compatibility with existing code, the new form of the function is only available for LINUXKPI_VERSION >= 51801 (which doesn't mean 5.18.1).

This is part of the update of the DRM drivers to Linux 5.18.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped