Page MenuHomeFreeBSD

linuxkpi: Add `acpi_video_get_edid()`
ClosedPublic

Authored by dumbbell on Jun 14 2026, 9:18 AM.
Tags
None
Referenced Files
F166990527: D57576.id181955.diff
Tue, Aug 18, 10:36 AM
Unknown Object (File)
Tue, Aug 18, 3:24 AM
Unknown Object (File)
Thu, Aug 13, 12:25 AM
Unknown Object (File)
Thu, Aug 13, 12:25 AM
Unknown Object (File)
Thu, Aug 13, 12:25 AM
Unknown Object (File)
Thu, Aug 13, 12:25 AM
Unknown Object (File)
Thu, Aug 13, 12:24 AM
Unknown Object (File)
Wed, Aug 12, 7:41 PM
Subscribers

Details

Summary

Like the rest of <acpi/video.h>, this function is unimplemented and returns -ENODEV.

The amdgpu DRM driver started to use it in Linux 6.13.

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

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/compat/linuxkpi/common/include/acpi/video.h
35
bz added a subscriber: bz.
bz added inline comments.
sys/compat/linuxkpi/common/include/acpi/video.h
36

Why do we need to do this? Oh I see. We took a shortcut in the past again. That'll bite us one day I am sure but given that would be a larger cleanup let's keep things the same for now.

This revision is now accepted and ready to land.Jul 13 2026, 2:35 PM
This revision was automatically updated to reflect the committed changes.