Page MenuHomeFreeBSD

linuxkpi: Add `acpi_video_get_edid()`
ClosedPublic

Authored by dumbbell on Jun 14 2026, 9:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 13, 8:18 AM
Unknown Object (File)
Fri, Sep 11, 4:14 AM
Unknown Object (File)
Thu, Sep 10, 10:19 PM
Unknown Object (File)
Thu, Sep 10, 9:09 AM
Unknown Object (File)
Thu, Sep 10, 12:11 AM
Unknown Object (File)
Tue, Sep 8, 4:06 AM
Unknown Object (File)
Mon, Sep 7, 2:45 PM
Unknown Object (File)
Sat, Sep 5, 2:03 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.