drm/vmwgfx: Add support for UA view commands
Virtual device now support new commands to manage unordered access views. Allow them as part of user-space command buffer. This involves adding UA view cotable, binding tracker info, new view type and command verifier functions. v2: fix comment typo v3: style fixes (don't use deprecated PTR_RET) Signed-off-by:Deepak Rawat <drawat.floss@gmail.com> Signed-off-by:
Neha Bhende <bhenden@vmware.com> Reviewed-by:
Thomas Hellström (VMware) <thomas_os@shipmail.org> Reviewed-by:
Roland Scheidegger <sroland@vmware.com> Signed-off-by:
Roland Scheidegger <sroland@vmware.com>
Showing
- drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 125 additions, 4 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_binding.c
- drivers/gpu/drm/vmwgfx/vmwgfx_binding.h 16 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_binding.h
- drivers/gpu/drm/vmwgfx/vmwgfx_context.c 18 additions, 8 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_context.c
- drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c 3 additions, 1 deletiondrivers/gpu/drm/vmwgfx/vmwgfx_cotable.c
- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 143 additions, 1 deletiondrivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
- drivers/gpu/drm/vmwgfx/vmwgfx_so.c 8 additions, 4 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_so.c
- drivers/gpu/drm/vmwgfx/vmwgfx_so.h 6 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_so.h
Loading
Please register or sign in to comment