diff --git a/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md b/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md index 701a20ad90..e23ce9dd70 100644 --- a/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md +++ b/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md @@ -519,7 +519,7 @@ KWin handles all Wayland protocols internally. No extensions to redbear-composit |---|-----|----------|------|-------| | 1 | **ATOMIC ioctl passes empty connectors to set_crtc** | 🔴 | `scheme.rs` | 1733 | | 2 | **ATOMIC connector_states never populated** | 🔴 | `scheme.rs` | 1700-1735 | -| 3 | **No render node (`renderD128`)** | 🔴 | `scheme.rs::openat()` | 2876-2903 | +| 3 | **No render node (`renderD128`)** | ✅ DONE (partial: openat path) | `scheme.rs::openat()` | 2876-2903 | | 4 | **PRIME uses in-memory token, not real DMA-BUF FD** | 🔴 | `scheme.rs` | 2654-2706 | | 5 | **No host→guest resize event processing** | ✅ DONE | `virtio/mod.rs` | 366-403 | | 6 | **`VIRTIO_GPU_CMD_RESOURCE_MAP_BLOB` not implemented** | 🔴 | `virtio/mod.rs` | N/A (missing method) |