Re: [Intel-gfx] [igt-dev] [PATCH i-g-t 1/2] lib/igt_kms.c: modify kmstest_dump_mode to print aspect ratio of a mode

2018-02-13 Thread Nautiyal, Ankit K
Hi Mika, Thanks for the review. Please find my comments inline: On 2/12/2018 8:04 PM, Kahola, Mika wrote: On Wed, 2018-01-24 at 18:20 +0530, Nautiyal, Ankit K wrote: From: Ankit Nautiyal This patch adds the support to print the aspect ratio of the modes (if provided) along with other mode

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t 1/2] lib/igt_kms.c: modify kmstest_dump_mode to print aspect ratio of a mode

2018-02-12 Thread Mika Kahola
On Wed, 2018-01-24 at 18:20 +0530, Nautiyal, Ankit K wrote: > From: Ankit Nautiyal > > This patch adds the support to print the aspect ratio of the modes > (if provided) along with other mode information. > > Signed-off-by: Ankit Nautiyal > --- >  lib/igt_kms.c | 31

[Intel-gfx] [igt-dev] [PATCH i-g-t 1/2] lib/igt_kms.c: modify kmstest_dump_mode to print aspect ratio of a mode

2018-01-24 Thread Nautiyal, Ankit K
From: Ankit Nautiyal This patch adds the support to print the aspect ratio of the modes (if provided) along with other mode information. Signed-off-by: Ankit Nautiyal --- lib/igt_kms.c | 31 +-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/lib/igt_