Page MenuHomeFreeBSD

Augment io-mapping.h for the DRM drivers
ClosedPublic

Authored by markj on Jun 20 2017, 8:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 15 2024, 11:01 PM
Unknown Object (File)
Jan 12 2024, 10:03 AM
Unknown Object (File)
Dec 23 2023, 2:44 AM
Unknown Object (File)
Dec 13 2023, 2:20 PM
Unknown Object (File)
Sep 14 2023, 6:41 AM
Unknown Object (File)
Jul 13 2023, 7:46 AM
Unknown Object (File)
Feb 12 2023, 6:26 PM
Unknown Object (File)
Dec 25 2022, 8:54 AM
Subscribers

Details

Summary

We need to actually define struct io_mapping now, since it's embedded
into some structs in the updated DRM drivers. Also, io_mapping_map_wc()
now has three parameters, so I've updated the mlx drivers accordingly.
There shouldn't be any functional change.

Test Plan

buildkernel WITH_OFED=

No problems using this version of the header with amdgpu. Will test i915 tonight.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj added a reviewer: hselasky.

Hi,

I would like to test this patch before it hits the tree. It touches core functionality of the MLX4/MLX5 drivers.

Give me 1-2 days for testing.

--HPS

Hi,

I would like to test this patch before it hits the tree. It touches core functionality of the MLX4/MLX5 drivers.

Give me 1-2 days for testing.

Sure, thanks.

Test OK. Please test build with arm64 GENERIC kernel before committing aswell if you didn't do it already.

This revision is now accepted and ready to land.Jun 21 2017, 2:27 PM
This revision was automatically updated to reflect the committed changes.