[Intel-gfx] [PATCH i-g-t] Modifying scaler tests to use COMMIT_ATOMIC path

2016-05-18 Thread Pratik Vishwakarma
From: pvishwak Modified tests to follow COMMIT_ATOMIC path if ATOMIC support is available from driver. If ATOMIC support is not present, tests will follow COMMIT_UNIVERSAL path. Signed-off-by: Pratik Vishwakarma --- tests/kms_plane_scaling.c | 33 + 1 file

[Intel-gfx] [PATCH i-g-t] Adding rotation tests using COMMIT_ATOMIC path

2016-04-10 Thread Pratik Vishwakarma
) Added description in commit message https://patchwork.freedesktop.org/patch/79492/ Signed-off-by: Pratik Vishwakarma --- tests/kms_rotation_crc.c | 12 1 file changed, 12 insertions(+) diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c index f94f8f1

[Intel-gfx] [PATCH i-g-t] Adding tests using COMMIT_ATOMIC path

2016-04-03 Thread Pratik Vishwakarma
From: pvishwak v2: (Marius) Updated commit message https://patchwork.freedesktop.org/patch/76040/ Signed-off-by: Pratik Vishwakarma --- tests/kms_rotation_crc.c | 24 1 file changed, 24 insertions(+) diff --git a/tests/kms_rotation_crc.c b/tests

[Intel-gfx] [PATCH i-g-t] Adding tests using COMMIT_ATOMIC path

2016-03-07 Thread Pratik Vishwakarma
From: pvishwak Depends on: https://patchwork.freedesktop.org/patch/76040/ Signed-off-by: Pratik Vishwakarma --- tests/kms_rotation_crc.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c index f94f8f1..be484d3

[Intel-gfx] [PATCH i-g-t v7] lib/igt_kms: Add COMMIT_ATOMIC to igt_display_commit2()

2016-03-07 Thread Pratik Vishwakarma
From: Mayuresh Gharpure Co-Author : Marius Vlad Co-Author : Pratik Vishwakarma So far we have had only two commit styles, COMMIT_LEGACY and COMMIT_UNIVERSAL. This patch adds another commit style COMMIT_ATOMIC which makes use of drmModeAtomicCommit() v2: (Marius) i)Set CRTC_ID to zero

[Intel-gfx] [PATCH i-g-t v6] lib/igt_kms: Add COMMIT_ATOMIC to igt_display_commit2()

2016-02-19 Thread Pratik Vishwakarma
From: Mayuresh Gharpure Co-Author : Marius Vlad Co-Author : Pratik Vishwakarma So far we have had only two commit styles, COMMIT_LEGACY and COMMIT_UNIVERSAL. This patch adds another commit style COMMIT_ATOMIC which makes use of drmModeAtomicCommit() v2: (Marius) i)Set CRTC_ID to zero

Re: [Intel-gfx] [PATCH i-g-t v5] lib/igt_kms: Add COMIT_ATOMIC to igt_display_commit2()

2016-02-17 Thread Pratik Vishwakarma
ay 15 February 2016 06:12 PM, Maarten Lankhorst wrote: Op 12-02-16 om 11:34 schreef Pratik Vishwakarma: From: Mayuresh Gharpure Co-Author : Marius Vlad Co-Author : Pratik Vishwakarma So far we have had only two commit styles, COMMIT_LEGACY and COMMIT_UNIVERSAL. This patch adds another commit

[Intel-gfx] [PATCH i-g-t v5] lib/igt_kms: Add COMIT_ATOMIC to igt_display_commit2()

2016-02-12 Thread Pratik Vishwakarma
From: Mayuresh Gharpure Co-Author : Marius Vlad Co-Author : Pratik Vishwakarma So far we have had only two commit styles, COMMIT_LEGACY and COMMIT_UNIVERSAL. This patch adds another commit style COMMIT_ATOMIC which makes use of drmModeAtomicCommit() v2: (Marius) i)Set CRTC_ID to zero