Re: Protocol backwards compatibility requirements?

2020-04-15 Thread Simon Ser
Hi, On Monday, April 13, 2020 1:59 AM, Peter Hutterer wrote: > Hi all, > > This is request for comments on the exact requirements for protocol > backwards compatibility for clients binding to new versions of an interface. > Reason for this are the high-resolution wheel scrolling patches: > https

RE: Getting Weston to use DRM/KMS planes

2020-04-15 Thread Wohlmuth, Oliver
Hi Daniel, all, I thought I provide a short update on this in case someone else comes across this: The udmabuf approach works fine with SW rendering, but fails when importing the buffer into KMS. KMS requires one chunk of physical contiguous memory, but the buffer I created via memfd_create() i