summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibEDID/EDID.h
AgeCommit message (Expand)Author
2023-06-04Everywhere: Move global Kernel pattern code to Kernel/Library directoryLiav A
2022-12-09Everywhere: Use C++ concepts instead of requires clausesMoustafa Raafat
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-09-24LibEDID: Remove head index when retrieving an EDID from DisplayConnectorLiav A
2022-07-23Userland: Remove stale remainders of old framebuffer devicesLiav A
2022-06-10LibEDID: Return "Unknown" string if failed to determine the manufacturerLiav A
2022-05-05LibEDID: Export common structures into a header fileLiav A
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-16LibEDID: Exclude display_product_{name, serial_number} from the KernelIdan Horowitz
2022-02-16LibEDID: Store manufacturer id instead of allocating on each callIdan Horowitz
2022-02-16LibEDID: Store EDID version instead of allocating on each getter callIdan Horowitz
2022-01-24LibEDID: Fix calculating height and refresh rate for interlaced modesTom
2022-01-23Meta+LibEDID: Download and generate the PNP ID databaseTom
2022-01-23LibEDID: Add API for conveniently querying EDID from framebuffer deviceTom
2022-01-23LibEDID: Add a library to parse EDID blobsTom