From: Andi Shyti <andi.shyti@linux.intel.com>
To: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Cc: paulo.r.zanoni@intel.com, jani.nikula@intel.com,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
thomas.hellstrom@intel.com, matthew.auld@intel.com,
daniel.vetter@intel.com, christian.koenig@amd.com
Subject: Re: [Intel-gfx] [PATCH v5 18/19] drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode
Date: Fri, 28 Oct 2022 11:31:38 +0200 [thread overview]
Message-ID: <Y1uheuc+QbLMFaif@ashyti-mobl2.lan> (raw)
In-Reply-To: <20221025065905.13325-19-niranjana.vishwanathapura@intel.com>
Hi Niranjana,
[...]
> +/*
> + * VM_BIND feature version supported.
> + *
> + * The following versions of VM_BIND have been defined:
> + *
> + * 0: No VM_BIND support.
> + *
> + * 1: In VM_UNBIND calls, the UMD must specify the exact mappings created
> + * previously with VM_BIND, the ioctl will not support unbinding multiple
> + * mappings or splitting them. Similarly, VM_BIND calls will not replace
> + * any existing mappings.
> + *
> + * See struct drm_i915_gem_vm_bind and struct drm_i915_gem_vm_unbind.
> + */
> +#define I915_PARAM_VM_BIND_VERSION 57
58... 57 has been taken right after you sent this patch
Andi
[...]
next prev parent reply other threads:[~2022-10-28 9:31 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-25 6:58 [Intel-gfx] [PATCH v5 00/19] drm/i915/vm_bind: Add VM_BIND functionality Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 01/19] drm/i915/vm_bind: Expose vm lookup function Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 02/19] drm/i915/vm_bind: Add __i915_sw_fence_await_reservation() Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 03/19] drm/i915/vm_bind: Expose i915_gem_object_max_page_size() Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 04/19] drm/i915/vm_bind: Add support to create persistent vma Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 05/19] drm/i915/vm_bind: Implement bind and unbind of object Niranjana Vishwanathapura
2022-10-25 12:04 ` kernel test robot
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 06/19] drm/i915/vm_bind: Support for VM private BOs Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 07/19] drm/i915/vm_bind: Add support to handle object evictions Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 08/19] drm/i915/vm_bind: Support persistent vma activeness tracking Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 09/19] drm/i915/vm_bind: Add out fence support Niranjana Vishwanathapura
2022-10-26 17:15 ` Matthew Auld
2022-10-26 18:59 ` Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 10/19] drm/i915/vm_bind: Abstract out common execbuf functions Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 11/19] drm/i915/vm_bind: Use common execbuf functions in execbuf path Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 12/19] drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl Niranjana Vishwanathapura
2022-10-25 6:58 ` [Intel-gfx] [PATCH v5 13/19] drm/i915/vm_bind: Update i915_vma_verify_bind_complete() Niranjana Vishwanathapura
2022-10-25 6:59 ` [Intel-gfx] [PATCH v5 14/19] drm/i915/vm_bind: Expose i915_request_await_bind() Niranjana Vishwanathapura
2022-10-25 6:59 ` [Intel-gfx] [PATCH v5 15/19] drm/i915/vm_bind: Handle persistent vmas in execbuf3 Niranjana Vishwanathapura
2022-10-25 6:59 ` [Intel-gfx] [PATCH v5 16/19] drm/i915/vm_bind: userptr dma-resv changes Niranjana Vishwanathapura
2022-10-26 17:17 ` Matthew Auld
2022-10-25 6:59 ` [Intel-gfx] [PATCH v5 17/19] drm/i915/vm_bind: Limit vm_bind mode to non-recoverable contexts Niranjana Vishwanathapura
2022-10-26 14:05 ` Matthew Auld
2022-10-25 6:59 ` [Intel-gfx] [PATCH v5 18/19] drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode Niranjana Vishwanathapura
2022-10-28 9:31 ` Andi Shyti [this message]
2022-10-25 6:59 ` [Intel-gfx] [PATCH v5 19/19] drm/i915/vm_bind: Render VM_BIND documentation Niranjana Vishwanathapura
2022-10-26 17:20 ` Matthew Auld
2022-10-25 8:57 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/vm_bind: Add VM_BIND functionality (rev8) Patchwork
2022-10-25 8:57 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-10-25 9:20 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " 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=Y1uheuc+QbLMFaif@ashyti-mobl2.lan \
--to=andi.shyti@linux.intel.com \
--cc=christian.koenig@amd.com \
--cc=daniel.vetter@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jani.nikula@intel.com \
--cc=matthew.auld@intel.com \
--cc=niranjana.vishwanathapura@intel.com \
--cc=paulo.r.zanoni@intel.com \
--cc=thomas.hellstrom@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