From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] lib/xe/xe_query: Extern xe_supports_faults()
Date: Fri, 24 Mar 2023 07:12:46 +0100 [thread overview]
Message-ID: <20230324071246.3eb2ef35@maurocar-mobl2> (raw)
In-Reply-To: <20230324050253.2560-1-niranjana.vishwanathapura@intel.com>
On Thu, 23 Mar 2023 22:02:53 -0700
Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> wrote:
> Do not check for supports_faults in xe_device_get() as
> it creates a VM in fault mode which prohibits creation
> of any other VM in non-fault mode until this fault mode
> VM is closed. This leads to test failures in multi threaded
> cases.
Hmm...
>
> Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
> ---
> lib/xe/xe_query.c | 51 ++++++++++++++++++++++-------------------------
> lib/xe/xe_query.h | 3 ---
> 2 files changed, 24 insertions(+), 30 deletions(-)
>
> diff --git a/lib/xe/xe_query.c b/lib/xe/xe_query.c
> index 183523280..dc91d59bc 100644
> --- a/lib/xe/xe_query.c
> +++ b/lib/xe/xe_query.c
> @@ -160,23 +160,6 @@ static uint32_t __mem_default_alignment(struct drm_xe_query_mem_usage *mem_usage
> return alignment;
> }
>
> -static bool xe_check_supports_faults(int fd)
> -{
> - bool supports_faults;
> -
> - struct drm_xe_vm_create create = {
> - .flags = DRM_XE_VM_CREATE_ASYNC_BIND_OPS |
> - DRM_XE_VM_CREATE_FAULT_MODE,
> - };
> -
> - supports_faults = !igt_ioctl(fd, DRM_IOCTL_XE_VM_CREATE, &create);
> -
> - if (supports_faults)
> - xe_vm_destroy(fd, create.vm_id);
Weren't the VM supposed to be closed here?
Regards,
Mauro
next prev parent reply other threads:[~2023-03-24 6:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-24 5:02 [igt-dev] [PATCH i-g-t] lib/xe/xe_query: Extern xe_supports_faults() Niranjana Vishwanathapura
2023-03-24 6:12 ` Mauro Carvalho Chehab [this message]
2023-03-24 6:23 ` Niranjana Vishwanathapura
2023-03-24 7:10 ` Mauro Carvalho Chehab
2023-03-24 9:21 ` Zbigniew Kempczyński
2023-03-27 23:54 ` Niranjana Vishwanathapura
2023-03-28 2:00 ` Matthew Brost
2023-03-28 6:03 ` Zbigniew Kempczyński
2023-03-24 6:53 ` Matthew Brost
2023-03-24 9:29 ` Zbigniew Kempczyński
2023-03-24 7:06 ` [igt-dev] ✗ Fi.CI.BAT: failure for " 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=20230324071246.3eb2ef35@maurocar-mobl2 \
--to=mauro.chehab@linux.intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=niranjana.vishwanathapura@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