summaryrefslogtreecommitdiff
path: root/Kernel/Graphics/VirtIOGPU
AgeCommit message (Expand)Author
2021-07-18Kernel: Put VirtIOGPU related types into a namespaceSahan Fernando
2021-07-18Kernel: Rename Locker => MutexLockerAndreas Kling
2021-07-17Kernel: Rename Lock to MutexAndreas Kling
2021-07-11Kernel: Remove unused header includes in Graphics subtreeBrian Gianforcaro
2021-07-11Kernel: Rename VMObject::clone() => try_clone()Andreas Kling
2021-07-11Kernel: Rename various *VMObject::create*() => try_create()Andreas Kling
2021-07-11Kernel: Remove bogus VMObject resizing in VirtIOGPUAndreas Kling
2021-07-11Kernel: Make various T::class_name() and similar return StringViewAndreas Kling
2021-07-10Kernel: Make VirtIO GPU buffer flipping more spec compliantTom
2021-07-08Kernel: Use range-for wherever possibleDaniel Bertalan
2021-07-04Kernel: Implement buffer flipping for VirtIOGPU framebuffersTom
2021-07-04WindowServer: Implement support for combined buffer flipping + flushingTom
2021-07-03Kernel: Clarify and make it easy to not use raw numbersLiav A
2021-07-03Kernel/Graphics: Assert if trying to initialize with the wrong driverLiav A
2021-07-03Kernel: Simplify graphics initialization somewhatLiav A
2021-06-27WindowServer: Coalesce flushing buffers into one ioctl() callTom
2021-06-27Kernel: Enable additional VirtIO displays only on first resolution setTom
2021-06-27Kernel: Add support for multiple VirtIO GPU outputsTom
2021-06-25Kernel: Add VirtIOGPU graphics deviceSahan Fernando