From: Vidya Srinivas <vidya.srinivas@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: petri.latvala@intel.com
Subject: [igt-dev] [PATCH i-g-t 1/2] Revert "tests/kms_plane_alpha_blend: Fix a check in is_6bpc function"
Date: Thu, 22 Jul 2021 20:36:59 +0530 [thread overview]
Message-ID: <20210722150700.18435-2-vidya.srinivas@intel.com> (raw)
In-Reply-To: <20210722150700.18435-1-vidya.srinivas@intel.com>
This reverts commit 7b4fdeca7cc4bc5786d9ee06be71779b28f29b59.
Subtest coverage-premultiplied-constant was failing due to
buffer alignment issue. It was not due to 6bpc. Hence this
patch needs to be reverted.
Signed-off-by: Vidya Srinivas <vidya.srinivas@intel.com>
---
tests/kms_plane_alpha_blend.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/kms_plane_alpha_blend.c b/tests/kms_plane_alpha_blend.c
index d649a09f52b4..57bbda5d975a 100644
--- a/tests/kms_plane_alpha_blend.c
+++ b/tests/kms_plane_alpha_blend.c
@@ -454,7 +454,7 @@ static bool is_6bpc(igt_display_t *display, enum pipe pipe) {
return false;
c = output->config.connector;
- if (c->connector_type != DRM_MODE_CONNECTOR_eDP &&
+ if (c->connector_type != DRM_MODE_CONNECTOR_eDP ||
c->connector_type != DRM_MODE_CONNECTOR_DSI)
return false;
--
2.32.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2021-07-22 15:17 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-22 15:06 [igt-dev] [PATCH i-g-t 0/2] Revert the wrong fix for coverage-premultiplied-constant Vidya Srinivas
2021-07-22 15:06 ` Vidya Srinivas [this message]
2021-07-29 8:00 ` [igt-dev] [PATCH i-g-t 1/2] Revert "tests/kms_plane_alpha_blend: Fix a check in is_6bpc function" Surendrakumar Upadhyay, TejaskumarX
2021-07-29 8:06 ` Surendrakumar Upadhyay, TejaskumarX
2021-07-22 15:07 ` [igt-dev] [PATCH i-g-t 2/2] Revert "tests/kms_plane_alpha_blend: Skip coverage-vs-premult-vs-none for 6bpc panels" Vidya Srinivas
2021-07-29 8:09 ` Surendrakumar Upadhyay, TejaskumarX
2021-07-22 16:15 ` [igt-dev] ✗ Fi.CI.BAT: failure for Revert the wrong fix for coverage-premultiplied-constant Patchwork
2021-07-23 8:45 ` [igt-dev] [PATCH i-g-t 0/2] " Srinivas, Vidya
2021-07-23 15:30 ` Vudum, Lakshminarayana
2021-07-24 16:08 ` Srinivas, Vidya
2021-07-29 6:13 ` Surendrakumar Upadhyay, TejaskumarX
2021-07-29 6:36 ` Srinivas, Vidya
2021-07-29 6:38 ` Surendrakumar Upadhyay, TejaskumarX
2021-07-29 7:42 ` Shankar, Uma
2021-07-23 15:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-07-23 22:49 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-07-29 6:33 ` [igt-dev] [PATCH i-g-t 0/2] " Surendrakumar Upadhyay, TejaskumarX
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210722150700.18435-2-vidya.srinivas@intel.com \
--to=vidya.srinivas@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=petri.latvala@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox