Re: [PATCH weston v12 26/40] compositor-drm: Extract drm_fb_addfb into a helper

2017-09-26 Thread Prabhu S
Any plan to support for drmModeAddFB2WithModifiers and query preferred FB modifier? On Tue, Sep 26, 2017 at 12:15 PM, Daniel Stone wrote: > We currently do the same thing in two places, and will soon have a > third. > > Signed-off-by: Daniel Stone > --- > libweston/compositor-drm.c | 93 +

[PATCH weston v12 26/40] compositor-drm: Extract drm_fb_addfb into a helper

2017-09-26 Thread Daniel Stone
We currently do the same thing in two places, and will soon have a third. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 93 -- 1 file changed, 48 insertions(+), 45 deletions(-) diff --git a/libweston/compositor-drm.c b/libweston/composi