* [Intel-gfx] [PATCH i-g-t] tests/kms_addfb_basic: pass the actual fd to gem_has_lmem
@ 2021-07-07 10:52 Matthew Auld
2021-07-14 9:54 ` [Intel-gfx] [igt-dev] " Ramalingam C
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Auld @ 2021-07-07 10:52 UTC (permalink / raw)
To: igt-dev; +Cc: Mohammed Khajapasha, intel-gfx
Currently we pass the devid as if it were the fd, which doesn't work.
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Mohammed Khajapasha <mohammed.khajapasha@intel.com>
Cc: Latvala Petri <petri.latvala@intel.com>
Cc: Michael J. Ruhl <michael.j.ruhl@intel.com>
---
tests/kms_addfb_basic.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tests/kms_addfb_basic.c b/tests/kms_addfb_basic.c
index 91fb6ac9..eff1d9b2 100644
--- a/tests/kms_addfb_basic.c
+++ b/tests/kms_addfb_basic.c
@@ -150,13 +150,11 @@ static void invalid_tests(int fd)
igt_describe("Check if addfb2 with a system memory gem object "
"fails correctly if device requires local memory framebuffers");
igt_subtest("invalid-smem-bo-on-discrete") {
- int devid;
uint32_t handle, stride;
uint64_t size;
igt_require_intel(fd);
- devid = intel_get_drm_devid(fd);
- igt_require(gem_has_lmem(devid));
+ igt_require(gem_has_lmem(fd));
igt_calc_fb_size(fd, f.width, f.height,
DRM_FORMAT_XRGB8888, 0, &size, &stride);
handle = gem_create_in_memory_regions(fd, size, REGION_SMEM);
--
2.26.3
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] tests/kms_addfb_basic: pass the actual fd to gem_has_lmem
2021-07-07 10:52 [Intel-gfx] [PATCH i-g-t] tests/kms_addfb_basic: pass the actual fd to gem_has_lmem Matthew Auld
@ 2021-07-14 9:54 ` Ramalingam C
0 siblings, 0 replies; 2+ messages in thread
From: Ramalingam C @ 2021-07-14 9:54 UTC (permalink / raw)
To: Matthew Auld; +Cc: igt-dev, Mohammed Khajapasha, intel-gfx
On 2021-07-07 at 11:52:38 +0100, Matthew Auld wrote:
> Currently we pass the devid as if it were the fd, which doesn't work.
>
> Signed-off-by: Matthew Auld <matthew.auld@intel.com>
LGTM.
Reviewed-by: Ramalingam C <ramalingam.c@intel.com>
> Cc: Mohammed Khajapasha <mohammed.khajapasha@intel.com>
> Cc: Latvala Petri <petri.latvala@intel.com>
> Cc: Michael J. Ruhl <michael.j.ruhl@intel.com>
> ---
> tests/kms_addfb_basic.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/tests/kms_addfb_basic.c b/tests/kms_addfb_basic.c
> index 91fb6ac9..eff1d9b2 100644
> --- a/tests/kms_addfb_basic.c
> +++ b/tests/kms_addfb_basic.c
> @@ -150,13 +150,11 @@ static void invalid_tests(int fd)
> igt_describe("Check if addfb2 with a system memory gem object "
> "fails correctly if device requires local memory framebuffers");
> igt_subtest("invalid-smem-bo-on-discrete") {
> - int devid;
> uint32_t handle, stride;
> uint64_t size;
>
> igt_require_intel(fd);
> - devid = intel_get_drm_devid(fd);
> - igt_require(gem_has_lmem(devid));
> + igt_require(gem_has_lmem(fd));
> igt_calc_fb_size(fd, f.width, f.height,
> DRM_FORMAT_XRGB8888, 0, &size, &stride);
> handle = gem_create_in_memory_regions(fd, size, REGION_SMEM);
> --
> 2.26.3
>
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-14 9:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-07 10:52 [Intel-gfx] [PATCH i-g-t] tests/kms_addfb_basic: pass the actual fd to gem_has_lmem Matthew Auld
2021-07-14 9:54 ` [Intel-gfx] [igt-dev] " Ramalingam C
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox