mbox series

[git,pull] vmwgfx-next

Message ID 20200116092934.5276-1-thomas_os@shipmail.org (mailing list archive)
State New, archived
Headers show
Series [git,pull] vmwgfx-next | expand

Pull-request

git://people.freedesktop.org/~thomash/linux vmwgfx-next

Message

Thomas Hellström (Intel) Jan. 16, 2020, 9:29 a.m. UTC
Dave, Daniel

The main 5.6 -next pull from vmwgfx. Minor things here and there, as well
as an added ioctl for host messaging and a corresponding api version bump.

Thanks,
Thomas

The following changes since commit 71e7274066c646bb3d9da39d2f4db0a6404c0a2d:

  Merge tag 'drm-intel-next-2020-01-14' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2020-01-15 16:57:54 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~thomash/linux vmwgfx-next

for you to fetch changes up to b20414252068263c736d008e536658f9ce13d74a:

  drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possible (2020-01-15 14:34:49 +0100)

----------------------------------------------------------------
Emil Velikov (3):
      drm/vmwgfx: move the require_exist handling together
      drm/vmwgfx: check master authentication in surface_ref ioctls
      drm/vmwgfx: drop DRM_AUTH for render ioctls

Lukas Bulwahn (1):
      drm/vmwgfx: Replace deprecated PTR_RET

Navid Emamdoost (1):
      drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add

Roland Scheidegger (1):
      drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from host

Thomas Hellstrom (3):
      drm/vmwgfx: Don't use the HB port if memory encryption is active
      drm/vmwgfx: Bump driver minor version
      drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possible

Thomas Zimmermann (1):
      drm/vmwgfx: Call vmw_driver_{load,unload}() before registering device

 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c |  4 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c        | 76 ++++++++++++++++++-------
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h        |  6 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c    | 21 +++++--
 drivers/gpu/drm/vmwgfx/vmwgfx_msg.c        | 90 +++++++++++++++++++++++++++++-
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c    | 16 ++++--
 drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c   |  4 ++
 include/uapi/drm/vmwgfx_drm.h              | 17 ++++++
 8 files changed, 200 insertions(+), 34 deletions(-)

Comments

Dave Airlie Jan. 20, 2020, 9:09 p.m. UTC | #1
On Thu, 16 Jan 2020 at 19:30, Thomas Hellström (VMware)
<thomas_os@shipmail.org> wrote:
>
> Dave, Daniel
>
> The main 5.6 -next pull from vmwgfx. Minor things here and there, as well
> as an added ioctl for host messaging and a corresponding api version bump.

Is there userspace for this ioctl somewhere? I need a pointer to some
reviewed userspace MR for Mesa or other thing to add new uAPI to
drivers.

Dave.
Thomas Hellström (Intel) Jan. 20, 2020, 9:42 p.m. UTC | #2
On 1/20/20 10:09 PM, Dave Airlie wrote:
> On Thu, 16 Jan 2020 at 19:30, Thomas Hellström (VMware)
> <thomas_os@shipmail.org> wrote:
>> Dave, Daniel
>>
>> The main 5.6 -next pull from vmwgfx. Minor things here and there, as well
>> as an added ioctl for host messaging and a corresponding api version bump.
> Is there userspace for this ioctl somewhere? I need a pointer to some
> reviewed userspace MR for Mesa or other thing to add new uAPI to
> drivers.
>
> Dave.

It's still in our internal repo. I'll post a mesa patch tomorrow and 
send you a pointer.

Thanks,
Thomas
Thomas Hellström (Intel) Jan. 21, 2020, 9:49 a.m. UTC | #3
On 1/20/20 10:09 PM, Dave Airlie wrote:
> On Thu, 16 Jan 2020 at 19:30, Thomas Hellström (VMware)
> <thomas_os@shipmail.org> wrote:
>> Dave, Daniel
>>
>> The main 5.6 -next pull from vmwgfx. Minor things here and there, as well
>> as an added ioctl for host messaging and a corresponding api version bump.
> Is there userspace for this ioctl somewhere? I need a pointer to some
> reviewed userspace MR for Mesa or other thing to add new uAPI to
> drivers.
>
> Dave.

Hi, Dave,

Mesa patch posted:

https://lists.freedesktop.org/archives/mesa-dev/2020-January/224018.html

Thanks,
Thomas