From: Jessica Zhang <quic_jesszhan@quicinc.com>
To: <igt-dev@lists.freedesktop.org>, Petri Latvala <adrinael@adrinael.net>
Cc: Pekka Paalanen <pekka.paalanen@collabora.com>,
Simon Ser <contact@emersion.fr>, Rob Clark <robdclark@gmail.com>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Subject: [PATCH i-g-t 1/4] tests/kms_atomic: Free pipe_crc object
Date: Fri, 15 Dec 2023 16:40:21 -0800 [thread overview]
Message-ID: <20231215-solid-fill-v1-1-12932f9f452d@quicinc.com> (raw)
In-Reply-To: <20231215-solid-fill-v1-0-12932f9f452d@quicinc.com>
Free dangling pipe_crc object in plane_immutable_zpos()
Fixes: 149c3d0b321c ("tests/kms_atomic: Add test to validate immutable zpos")
Signed-off-by: Jessica Zhang <quic_jesszhan@quicinc.com>
---
tests/kms_atomic.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c
index 96cd58571666..2b6e9a8f0383 100644
--- a/tests/kms_atomic.c
+++ b/tests/kms_atomic.c
@@ -560,6 +560,8 @@ plane_immutable_zpos(data_t *data, igt_output_t *output, enum pipe pipe, int n_p
igt_plane_set_fb(plane_upper, NULL);
}
+ igt_pipe_crc_free(pipe_crc);
+
igt_remove_fb(data->drm_fd, &fb_ref);
igt_remove_fb(data->drm_fd, &fb_lower);
igt_remove_fb(data->drm_fd, &fb_upper);
--
2.43.0
WARNING: multiple messages have this Message-ID (diff)
From: Jessica Zhang <quic_jesszhan@quicinc.com>
To: igt-dev@lists.freedesktop.org, Petri Latvala <adrinael@adrinael.net>
Cc: Pekka Paalanen <pekka.paalanen@collabora.com>,
Simon Ser <contact@emersion.fr>, Rob Clark <robdclark@gmail.com>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Subject: [PATCH i-g-t 1/4] tests/kms_atomic: Free pipe_crc object
Date: Fri, 15 Dec 2023 16:40:21 -0800 [thread overview]
Message-ID: <20231215-solid-fill-v1-1-12932f9f452d@quicinc.com> (raw)
Message-ID: <20231216004021.fWf4eV-6sWrFpwcQCA2Sdbx_WeTYKUbRYjDvqaXK_n4@z> (raw)
In-Reply-To: <20231215-solid-fill-v1-0-12932f9f452d@quicinc.com>
Free dangling pipe_crc object in plane_immutable_zpos()
Fixes: 149c3d0b321c ("tests/kms_atomic: Add test to validate immutable zpos")
Signed-off-by: Jessica Zhang <quic_jesszhan@quicinc.com>
---
tests/kms_atomic.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c
index 96cd58571666..2b6e9a8f0383 100644
--- a/tests/kms_atomic.c
+++ b/tests/kms_atomic.c
@@ -560,6 +560,8 @@ plane_immutable_zpos(data_t *data, igt_output_t *output, enum pipe pipe, int n_p
igt_plane_set_fb(plane_upper, NULL);
}
+ igt_pipe_crc_free(pipe_crc);
+
igt_remove_fb(data->drm_fd, &fb_ref);
igt_remove_fb(data->drm_fd, &fb_lower);
igt_remove_fb(data->drm_fd, &fb_upper);
--
2.43.0
next prev parent reply other threads:[~2023-12-16 0:41 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-16 0:40 [PATCH i-g-t 0/4] Add tests for solid fill planes Jessica Zhang
2023-12-16 0:40 ` Jessica Zhang
2023-12-16 0:40 ` Jessica Zhang [this message]
2023-12-16 0:40 ` [PATCH i-g-t 1/4] tests/kms_atomic: Free pipe_crc object Jessica Zhang
2023-12-16 0:40 ` [PATCH i-g-t 2/4] lib: Add support for solid_fill and pixel_source plane properties Jessica Zhang
2023-12-16 0:40 ` Jessica Zhang
2023-12-19 13:51 ` Kamil Konieczny
2023-12-22 0:00 ` Jessica Zhang
2023-12-22 0:00 ` Jessica Zhang
2023-12-16 0:40 ` [PATCH i-g-t 3/4] tests/kms_atomic: Add solid fill plane subtest Jessica Zhang
2023-12-16 0:40 ` Jessica Zhang
2023-12-18 10:12 ` Pekka Paalanen
2023-12-19 13:47 ` Kamil Konieczny
2024-01-11 9:19 ` Pekka Paalanen
2023-12-21 23:57 ` Jessica Zhang
2024-01-11 9:20 ` Pekka Paalanen
2024-01-18 23:35 ` Jessica Zhang
2024-01-19 9:00 ` Pekka Paalanen
2024-01-19 17:40 ` Abhinav Kumar
2024-01-22 7:56 ` Pekka Paalanen
2024-01-23 23:28 ` Jessica Zhang
2023-12-19 13:59 ` Kamil Konieczny
2023-12-16 0:40 ` [PATCH i-g-t 4/4] tests/kms_atomic: Add subtest for solid fill cursor planes Jessica Zhang
2023-12-16 0:40 ` Jessica Zhang
2023-12-16 0:49 ` ✗ Fi.CI.BUILD: failure for Add tests for solid fill planes Patchwork
2023-12-16 0:53 ` ✗ GitLab.Pipeline: warning " Patchwork
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=20231215-solid-fill-v1-1-12932f9f452d@quicinc.com \
--to=quic_jesszhan@quicinc.com \
--cc=adrinael@adrinael.net \
--cc=contact@emersion.fr \
--cc=dmitry.baryshkov@linaro.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=pekka.paalanen@collabora.com \
--cc=robdclark@gmail.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