Re: [Intel-gfx] [PATCH igt 1/2] lib/kms: Add a way to override an output's mode

2015-03-27 Thread Thomas Wood
On 11 March 2015 at 11:33, Ander Conselvan de Oliveira wrote: > So that it is possible to use a custom mode with the simplified mode set API. > --- > lib/igt_kms.c | 9 + > lib/igt_kms.h | 4 > 2 files changed, 13 insertions(+) > > diff --git a/lib/igt_kms.c b/lib/igt_kms.c > index 2

Re: [Intel-gfx] [PATCH igt 1/2] lib/kms: Add a way to override an output's mode

2015-03-11 Thread Damien Lespiau
On Wed, Mar 11, 2015 at 03:48:00PM +0200, Ander Conselvan De Oliveira wrote: > On Wed, 2015-03-11 at 13:26 +, Damien Lespiau wrote: > > On Wed, Mar 11, 2015 at 01:33:00PM +0200, Ander Conselvan de Oliveira wrote: > > > So that it is possible to use a custom mode with the simplified mode set >

Re: [Intel-gfx] [PATCH igt 1/2] lib/kms: Add a way to override an output's mode

2015-03-11 Thread Ander Conselvan De Oliveira
On Wed, 2015-03-11 at 13:26 +, Damien Lespiau wrote: > On Wed, Mar 11, 2015 at 01:33:00PM +0200, Ander Conselvan de Oliveira wrote: > > So that it is possible to use a custom mode with the simplified mode set > > API. > > Maybe just igt_output_set_mode()? That works too. I used override sinc

Re: [Intel-gfx] [PATCH igt 1/2] lib/kms: Add a way to override an output's mode

2015-03-11 Thread Damien Lespiau
On Wed, Mar 11, 2015 at 01:33:00PM +0200, Ander Conselvan de Oliveira wrote: > So that it is possible to use a custom mode with the simplified mode set API. Maybe just igt_output_set_mode()? -- Damien > --- > lib/igt_kms.c | 9 + > lib/igt_kms.h | 4 > 2 files changed, 13 insertio

[Intel-gfx] [PATCH igt 1/2] lib/kms: Add a way to override an output's mode

2015-03-11 Thread Ander Conselvan de Oliveira
So that it is possible to use a custom mode with the simplified mode set API. --- lib/igt_kms.c | 9 + lib/igt_kms.h | 4 2 files changed, 13 insertions(+) diff --git a/lib/igt_kms.c b/lib/igt_kms.c index 26e4913..0dccd2d 100644 --- a/lib/igt_kms.c +++ b/lib/igt_kms.c @@ -895,6 +895,