index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Graphics
/
DisplayConnector.cpp
Age
Commit message (
Expand
)
Author
2022-07-24
Kernel/SysFS: Fix parent directory hierarchy with symbolic links
Liav A
2022-07-23
Kernel+Userland: Add ioctl to set process ownership of DisplayConnector
Liav A
2022-07-23
Kernel/Graphics: Remove out-of-context comment note
Liav A
2022-07-19
Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctl
Liav A
2022-07-19
Kernel/Devices: Abstract SysFS Device add/remove methods more properly
Liav A
2022-07-19
Kernel/SysFS: Add exposing interface for DisplayConnectors
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-10
Kernel/Graphics: Ensure VMWare and VirtualBox EDIDs have manufacturer ID
Liav A
2022-06-10
Kernel/Graphics: Ensure generic EDID always has correct checksum
Liav A
2022-06-06
Kernel/Graphics: Drop support for the DisplayConnector write interface
Liav A
2022-06-06
Kernel/Graphics: Bring back the mmap interface for DisplayConnectors
Liav A
2022-05-06
Kernel: Force y offset 0 when switching between console & graphics modes
Liav A
2022-05-06
Kernel/Graphics: Implement basic support for VMWare SVGA adapter
Liav A
2022-05-05
Everywhere: Rename FB prefix structure names => Graphics
Liav A
2022-05-05
Everywhere: Rename FB prefix name ioctls => GRAPHICS
Liav A
2022-05-05
Kernel/Graphics: Apply DisplayConnector design on the VirtIO driver
Liav A
2022-05-05
Kernel/Graphics: Introduce the DisplayConnector class
Liav A