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
)
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
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
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
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
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
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
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