* [PATCH] drm/vkms: Add "hardware limitation" emulation TODO
@ 2025-02-25 15:46 Louis Chauvet
2025-03-07 10:24 ` Maxime Ripard
0 siblings, 1 reply; 2+ messages in thread
From: Louis Chauvet @ 2025-02-25 15:46 UTC (permalink / raw)
To: Haneen Mohammed, Simona Vetter, Melissa Wen, David Airlie,
Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
Jonathan Corbet
Cc: thomas.petazzoni, dri-devel, linux-doc, linux-kernel,
Louis Chauvet
Add the hardware limitation todo.
Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com>
---
Documentation/gpu/vkms.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst
index ba04ac7c2167..d5bc602547e7 100644
--- a/Documentation/gpu/vkms.rst
+++ b/Documentation/gpu/vkms.rst
@@ -147,6 +147,15 @@ module. Use/Test-cases:
- Change output configuration: Plug/unplug screens, change EDID, allow changing
the refresh rate.
+- Emulating Hardware Limitations with eBPF for MST and Atomic Checks
+ Hardware limitations can often prevent valid DRM configurations during
+ atomic checks. Examples of such limitations include bandwidth constraints in
+ MST and limited clock signals for multiple CRTCs.
+ These limitations are dynamic and require extensive checks, making them
+ difficult to describe statically. To address this, we propose creating an
+ eBPF interface for atomic checks. This interface will allow userspace applications
+ to simulate and enforce custom hardware limitations.
+
The currently proposed solution is to expose vkms configuration through
configfs. All existing module options should be supported through configfs
too.
---
base-commit: acf3256160bdabcb5c07032f3bf6eb5a21f5b95f
change-id: 20250225-vkms-update-todo-50701246bcd8
Best regards,
--
Louis Chauvet <louis.chauvet@bootlin.com>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] drm/vkms: Add "hardware limitation" emulation TODO
2025-02-25 15:46 [PATCH] drm/vkms: Add "hardware limitation" emulation TODO Louis Chauvet
@ 2025-03-07 10:24 ` Maxime Ripard
0 siblings, 0 replies; 2+ messages in thread
From: Maxime Ripard @ 2025-03-07 10:24 UTC (permalink / raw)
To: Louis Chauvet
Cc: dri-devel, linux-doc, linux-kernel, thomas.petazzoni,
David Airlie, Haneen Mohammed, Jonathan Corbet, Maarten Lankhorst,
Maxime Ripard, Melissa Wen, Simona Vetter, Thomas Zimmermann
On Tue, 25 Feb 2025 16:46:22 +0100, Louis Chauvet wrote:
> Add the hardware limitation todo.
>
> Signed-off-by: Louis Chauvet <louis.chauvet@bootlin.com>
Reviewed-by: Maxime Ripard <mripard@kernel.org>
Thanks!
Maxime
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-07 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25 15:46 [PATCH] drm/vkms: Add "hardware limitation" emulation TODO Louis Chauvet
2025-03-07 10:24 ` Maxime Ripard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).