docs: update desktop plan — GPU fixes status

Updated CONSOLE-TO-KDE-DESKTOP-PLAN with today's GPU fixes:
- virtio-gpu VirGL 3D feature negotiation enabled
- ihdgd Kaby Lake DDI_BUF_CTL port registers populated
- ihdgd GMBUS write operations implemented

Remaining: EGL runtime probe selection (virgl vs swrast),
QEMU test with virtio-vga-gl (3D) device.
This commit is contained in:
2026-07-09 13:00:38 +03:00
parent c673bc7f3c
commit 2dec575810
+3 -1
View File
@@ -31,7 +31,9 @@
| **KWin added to build** | Uncommented `kwin = {}` in `redbear-full.toml`, added to `PRECOOK_PKGS`. Fixed qtdeclarative `-DQT_FEATURE_qml_profiler=OFF` to unblock KWin's cmake. |
| **KF6 packages unblocked** | Updated 12 blocked KF6 recipes to match cached sources. All 48 KF6 packages now build. |
| **D-Bus daemon socket binding fixed** | Added explicit `--address=unix:path=/run/dbus/system_bus_socket` to dbus-daemon args. Added `before = ["13_redbear-sessiond.service"]` for strict ordering. Fixes sessiond "failed to read from socket" errors. |
| **Mesa virgl verified wired** | All 6 Mesa patches are properly wired. `virtio_gpu_dri.so` builds (17.4MB). Runtime validation pending QEMU test. |
| **virtio-gpu VirGL 3D** | 🟢 Feature negotiation enabled (2026-07-08) | `VIRTIO_GPU_F_VIRGL` uncommented, acked when host supports |
| **ihdgd Kaby Lake DDI** | 🟢 Port registers populated (2026-07-08) | DDI_BUF_CTL 0x64000-0x64300 for Gen9 display output |
| **ihdgd GMBUS write** | 🟢 Implemented (2026-07-08) | GMBUS I2C write for display configuration |
### What Changed in v5.5 (2026-06-20)