[PATCH libdrm] modetest: Allow the user to specify the plane ID

2016-12-24 Thread Emil Velikov
On 21 December 2016 at 09:48, Ville Syrjälä wrote: > On Wed, Sep 28, 2016 at 05:27:25PM +0300, ville.syrjala at linux.intel.com > wrote: >> From: Ville Syrjälä >> >> Devices can have multiple planes, so allow the user to choose between >> them. >> >> Signed-off-by: Ville Syrjälä > >

[PATCH libdrm] modetest: Allow the user to specify the plane ID

2016-12-21 Thread Ville Syrjälä
On Wed, Sep 28, 2016 at 05:27:25PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Devices can have multiple planes, so allow the user to choose between > them. > > Signed-off-by: Ville Syrjälä Didn't get any objectioms, so I pushed this to master. > --- >

[PATCH libdrm] modetest: Allow the user to specify the plane ID

2016-10-07 Thread Ville Syrjälä
On Thu, Oct 06, 2016 at 02:49:34PM +0100, Emil Velikov wrote: > On 28 September 2016 at 15:27, wrote: > > From: Ville Syrjälä > > > > Devices can have multiple planes, so allow the user to choose between > > them. > > > > Signed-off-by: Ville Syrjälä > In the long term I'm wondering if we

[PATCH libdrm] modetest: Allow the user to specify the plane ID

2016-10-06 Thread Emil Velikov
On 28 September 2016 at 15:27, wrote: > From: Ville Syrjälä > > Devices can have multiple planes, so allow the user to choose between > them. > > Signed-off-by: Ville Syrjälä In the long term I'm wondering if we don't want to nuke/deprecate the clunky modetest and use a slimmed down atomic

[PATCH libdrm] modetest: Allow the user to specify the plane ID

2016-09-28 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Devices can have multiple planes, so allow the user to choose between them. Signed-off-by: Ville Syrjälä --- tests/modetest/modetest.c | 28 ++-- 1 file changed, 22 insertions(+), 6 deletions(-) diff --git