ladybird/Kernel/Graphics/Intel/Auxiliary
Liav A 0c64abb5e3 Kernel: Split I2C functionality from IntelNativeDisplayConnector code
Splitting the I2C-related code lets the DisplayConnector code to utilize
I2C operations without caring about the specific details of the hardware
and allow future expansion of the driver to other newer generations
sharing the same GMBus code.

We should require a timeout for GMBus operations always, because faulty
hardware could let us just spin forever. Also, if nothing is listening
to the bus (which should result in a NAK), we could also spin forever.
2023-02-02 02:10:33 -07:00
..
GMBusConnector.cpp Kernel: Split I2C functionality from IntelNativeDisplayConnector code 2023-02-02 02:10:33 -07:00
GMBusConnector.h Kernel: Split I2C functionality from IntelNativeDisplayConnector code 2023-02-02 02:10:33 -07:00