Re: [PATCH weston v10 19/61] compositor-drm: Add DRM property cache

2017-04-10 Thread Pekka Paalanen
On Tue, 4 Apr 2017 17:54:37 +0100 Daniel Stone wrote: > Add a cache for DRM property IDs and values, and use it for the two > connector properties we currently update: DPMS and EDID. > > As DRM property ID values are not stable, we need to do a name -> ID > lookup each run in order to discover

Re: [PATCH weston v10 18/61] compositor-drm: Rename fb_plane to scanout_plane

2017-04-10 Thread Pekka Paalanen
On Tue, 4 Apr 2017 17:54:36 +0100 Daniel Stone wrote: > All planes being displayed have a framebuffer. What makes 'fb_plane' > special is that it's being displayed as the primary plane by KMS. > > Previous patchsets renamed this to 'primary_plane' to match the KMS > terminology, namely the CRTC

Re: [PATCH weston v10 16/61] compositor-drm: Rename drm_sprite to drm_plane

2017-04-10 Thread Pekka Paalanen
On Fri, 7 Apr 2017 17:21:19 +0300 Pekka Paalanen wrote: > On Tue, 4 Apr 2017 17:54:34 +0100 > Daniel Stone wrote: > > > We make the differentiation where planes are an abstract framebuffer > > with a position within a CRTC/output, and sprites are special cases of > > planes that are neither th