Re: [PATCH weston 2/2] compositor-drm: don't pass option_connector to create_outputs

2017-02-06 Thread Pekka Paalanen
On Thu, 2 Feb 2017 14:06:56 + "Ucan, Emre (ADITG/SW1)" wrote: > The connector option is a part of drm_backend struct. > Therefore, it is not needed to pass it as an argument > to create_outputs function. > > Signed-off-by: Emre Ucan > --- > libweston/compositor-drm.c |9 - > 1

[PATCH weston 2/2] compositor-drm: don't pass option_connector to create_outputs

2017-02-02 Thread Ucan, Emre (ADITG/SW1)
The connector option is a part of drm_backend struct. Therefore, it is not needed to pass it as an argument to create_outputs function. Signed-off-by: Emre Ucan --- libweston/compositor-drm.c |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libweston/compositor-drm