diff options
author | Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> | 2022-07-01 02:31:08 +0200 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2022-07-02 01:45:23 +0200 |
commit | ece91c882dee5fe45484c8e34efc07539433d1f7 (patch) | |
tree | 841b718efd1278db783438c621d1cb02fe01e1b0 /Documentation/gpu/rfc/index.rst | |
parent | drm/i915: DG2 and ATS-M device ID updates (diff) | |
download | linux-ece91c882dee5fe45484c8e34efc07539433d1f7.tar.xz linux-ece91c882dee5fe45484c8e34efc07539433d1f7.zip |
drm/doc/rfc: VM_BIND feature design document
VM_BIND design document with description of intended use cases.
v2: Reduce the scope to simple Mesa use case.
v3: Expand documentation on dma-resv usage, TLB flushing and
execbuf3.
v4: Remove vm_bind tlb flush request support.
v5: Update TLB flushing documentation.
v6: Update out of order completion documentation.
Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220701003110.24843-2-niranjana.vishwanathapura@intel.com
Diffstat (limited to 'Documentation/gpu/rfc/index.rst')
-rw-r--r-- | Documentation/gpu/rfc/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/gpu/rfc/index.rst b/Documentation/gpu/rfc/index.rst index 5a3bd3924ba6..476719771eef 100644 --- a/Documentation/gpu/rfc/index.rst +++ b/Documentation/gpu/rfc/index.rst @@ -27,3 +27,7 @@ host such documentation: .. toctree:: i915_small_bar.rst + +.. toctree:: + + i915_vm_bind.rst |