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)
Thu, Jul 30, 8:05 PM
Unknown Object (File)
Thu, Jul 30, 6:03 AM
Unknown Object (File)
Thu, Jul 30, 4:11 AM
Unknown Object (File)
Wed, Jul 29, 9:25 AM
Unknown Object (File)
Mon, Jul 27, 11:03 PM
Unknown Object (File)
Fri, Jul 24, 4:56 AM
Unknown Object (File)
Thu, Jul 23, 4:57 AM
Unknown Object (File)
Tue, Jul 21, 5:07 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.Mon, Jul 13, 2:35 PM
This revision was automatically updated to reflect the committed changes.