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
Age
Commit message (
Expand
)
Author
2023-04-04
Kernel: Stop using *LockRefPtr for Kernel::Timer
Andreas Kling
2023-04-03
Kernel/Graphics: Only search for PCI graphics cards on x86_64
Timon Kruiper
2023-03-19
Kernel/Graphics: Use longer timeout settings in VirtIO GPU commands
Liav A
2023-03-19
Kernel: Simplify VirtIOGPU attach_physical_range_to_framebuffer method
Liav A
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-02-23
Kernel: Prevent out-of-bounds read/write in VirtIO GPU3DDevice::ioctl
Liav A
2023-02-19
Kernel/IntelGraphics: Move PLL handling code to a different file
Liav A
2023-02-19
Kernel/Graphics: Return ENODEV if there's no valid EDID to return
Liav A
2023-02-19
Kernel/Graphics: Allow Intel DisplayConnector to not have console
Liav A
2023-02-19
Kernel/IntelGraphics: Move DisplayPlane enable code to derived classes
Liav A
2023-02-19
Kernel/IntelGraphics: Add Generation enum to the Definitions file
Liav A
2023-02-19
Kernel/IntelGraphics: Move pipe management to the Transcoder class
Liav A
2023-02-19
Kernel/Graphics: Introduce the IntelDisplayConnectorGroup class
Liav A
2023-02-10
Kernel/VirtIOGPU: Propagate proper errno codes from query_and_set_edid
Liav A
2023-02-02
Kernel/Graphics: Export DDC I2C address definition to global header file
Liav A
2023-02-02
Kernel: Split I2C functionality from IntelNativeDisplayConnector code
Liav A
2023-02-02
Kernel: Fix a long-standing problem with GMBus in Intel Grahpics code
Liav A
2023-01-27
Kernel/PCI: Pass DeviceIdentifier to get_BAR2 in BochsGraphicsAdapter
Timon Kruiper
2023-01-27
Kernel: Remove declarations for non-existent methods
Sam Atkins
2023-01-26
Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class
Liav A
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-07
Kernel/Graphics: Introduce a new mechanism to initialize a PCI device
Liav A
2023-01-07
Kernel/Graphics: Allocate 16 MiB framebuffer if failed allocating larger
Liav A
2023-01-07
Kernel: Make Device::after_inserting to return ErrorOr<void>
Liav A
2023-01-05
Kernel: Add dmesgln_pci logging for Kernel::PCI
Evan Smal
2023-01-02
Kernel: Remove unused includes of Kernel/Debug.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-31
Kernel/Graphics: Restore VirtIO GPU framebuffer console functionality
Liav A
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-26
Kernel/Graphics: Increase VirtIO GPU transfer buffer size to 4MiB
Stephan Unverwerth
2022-12-22
AK+Everywhere: Replace all Bitmap::must_create() uses with ::create()
Sam Atkins
2022-12-19
Kernel/Graphics: Propagate errors properly around in the VirtIO driver
Liav A
2022-12-19
Kernel/Graphics: Disable double buffering for the VirtIO driver
Liav A
2022-12-19
Kernel: Properly propagate errors in VirtIOGPU 3D device initialization
Liav A
2022-12-15
Kernel: Allocate VirtIOGPU context IDs from a bitmap, with ErrorOr
Sam Atkins
2022-12-15
Kernel: Remove unimplemented VirGL adapter's edid_feature_accepted()
Sam Atkins
2022-12-15
Kernel: Remove Badged `VirtIOGraphicsAdapter::allocate_FOO_id()` methods
Sam Atkins
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-03
Everywhere: Clean up "the the" comment typos
Nico Weber
2022-10-26
Kernel: Move bar0_space_size declaration out of arch-specific ifdefs
Timon Kruiper
2022-10-23
Kernel/Graphics: Handle correctly unknown ioctls on a DisplayConnector
Liav A
2022-10-01
Kernel/aarch64: Get framebuffer data from BootFramebufferConsole
Timon Kruiper
2022-10-01
Kernel/aarch64: Remove specific aarch64 code in BootFramebufferConsole
Timon Kruiper
2022-09-24
Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer
Liav A
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-23
Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directory
Liav A
2022-09-20
Kernel: Ensure proper locking when mutating boot console cursor
Liav A
2022-09-20
Kernel: Mark Console::{hide,show}_cursor methods protected
Liav A
2022-09-20
Kernel/Graphics: Introduce support for QEMU isa-vga device
Liav A
[next]