Re: [PATCH weston 16/68] compositor-drm: Store format in drm_fb

2017-02-21 Thread Pekka Paalanen
On Fri, 9 Dec 2016 19:57:31 + Daniel Stone wrote: > This uses the new pixel-format helpers, so we can also replace depth/bpp > with these. > > Signed-off-by: Daniel Stone > > Differential Revision: https://phabricator.freedesktop.org/D1513 > --- > libweston/compositor-drm.c | 43

Re: [PATCH weston 16/68] compositor-drm: Store format in drm_fb

2016-12-09 Thread Armin Krezović
On 09.12.2016 20:57, Daniel Stone wrote: > This uses the new pixel-format helpers, so we can also replace depth/bpp > with these. > > Signed-off-by: Daniel Stone > > Differential Revision: https://phabricator.freedesktop.org/D1513 So, this is where code added by patch 1 is being used. I suggest

[PATCH weston 16/68] compositor-drm: Store format in drm_fb

2016-12-09 Thread Daniel Stone
This uses the new pixel-format helpers, so we can also replace depth/bpp with these. Signed-off-by: Daniel Stone Differential Revision: https://phabricator.freedesktop.org/D1513 --- libweston/compositor-drm.c | 43 +++ 1 file changed, 27 insertions(+), 16