From ce82f16624107de6c7ae940ed71957eedbcda8db Mon Sep 17 00:00:00 2001 From: Demi Marie Obenour Date: Tue, 5 Oct 2021 09:58:01 -0400 Subject: Use “software” instead of “user space” MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Genode, graphics drivers run in user space. It is also theoretically possible for a Wayland compositor to run in kernel space. Therefore, the phrase “user space” should be avoided in a Wayland protocol specification. Signed-off-by: Demi Marie Obenour --- stable/presentation-time/presentation-time.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stable/presentation-time') diff --git a/stable/presentation-time/presentation-time.xml b/stable/presentation-time/presentation-time.xml index b666664..00fea53 100644 --- a/stable/presentation-time/presentation-time.xml +++ b/stable/presentation-time/presentation-time.xml @@ -165,7 +165,7 @@ The presentation was synchronized to the "vertical retrace" by the display hardware such that tearing does not happen. - Relying on user space scheduling is not acceptable for this + Relying on software scheduling is not acceptable for this flag. If presentation is done by a copy to the active frontbuffer, then it must guarantee that tearing cannot happen. @@ -175,7 +175,7 @@ The display hardware provided measurements that the hardware driver converted into a presentation timestamp. Sampling a - clock in user space is not acceptable for this flag. + clock in software is not acceptable for this flag. -- cgit v1.2.3