1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-02 06:52:08 +00:00
serenity/Userland/Libraries/LibEDID
Idan Horowitz 410183a7b0 LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel
This API is only used by userland and it uses infallible Strings, so
let's just ifdef it out of the Kernel.
2022-02-16 22:21:37 +01:00
..
CMakeLists.txt Meta+LibEDID: Download and generate the PNP ID database 2022-01-23 22:45:21 +00:00
DMT.cpp LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel 2022-02-16 22:21:37 +01:00
DMT.h LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel 2022-02-16 22:21:37 +01:00
EDID.cpp LibEDID: Exclude display_product_{name, serial_number} from the Kernel 2022-02-16 22:21:37 +01:00
EDID.h LibEDID: Exclude display_product_{name, serial_number} from the Kernel 2022-02-16 22:21:37 +01:00
VIC.cpp LibEDID: Store EDID version instead of allocating on each getter call 2022-02-16 22:21:37 +01:00
VIC.h LibEDID: Add a library to parse EDID blobs 2022-01-23 22:45:21 +00:00