Re: [PATCH] compositor-drm: Remove addfb warning for user buffers

2018-07-27 Thread Derek Foreman
On 2018-07-12 06:16 AM, Daniel Stone wrote: > THe KMS AddFB call can fail for any reason at all: format/modifier not > suitable, stride not aligned, allocation not contiguous, etc. If this > happens with Weston's own buffers, the result is bad - no composition > output. > > Failing AddFB from

[PATCH] compositor-drm: Remove addfb warning for user buffers

2018-07-12 Thread Daniel Stone
THe KMS AddFB call can fail for any reason at all: format/modifier not suitable, stride not aligned, allocation not contiguous, etc. If this happens with Weston's own buffers, the result is bad - no composition output. Failing AddFB from user-supplied buffers though, is not an error. The user