Page MenuHomeFreeBSD

linuxkpi: Add `acpi_video_get_edid()`
ClosedPublic

Authored by dumbbell on Jun 14 2026, 9:18 AM.
Tags
None
Referenced Files
F167741445: D57576.diff
Mon, Aug 24, 5:07 AM
Unknown Object (File)
Sun, Aug 23, 1:20 AM
Unknown Object (File)
Sun, Aug 23, 12:49 AM
Unknown Object (File)
Sat, Aug 22, 11:03 PM
Unknown Object (File)
Fri, Aug 21, 11:06 PM
Unknown Object (File)
Fri, Aug 21, 6:26 AM
Unknown Object (File)
Thu, Aug 20, 8:32 PM
Unknown Object (File)
Thu, Aug 20, 5:11 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.