mbox series

[git,pull] vmwgfx-fixes-5.7

Message ID 20200516050433.7298-1-rscheidegger.oss@gmail.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] vmwgfx-fixes-5.7 | expand

Pull-request

git+ssh://sroland@people.freedesktop.org/~sroland/linux vmwgfx-fixes-5.7

Message

Roland Scheidegger May 16, 2020, 5:04 a.m. UTC
Dave, Daniel

Some minor fixes and a maintainer change.

The following changes since commit 24085f70a6e1b0cb647ec92623284641d8270637:

  Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2020-05-12 11:06:26 -0700)

are available in the Git repository at:

  git+ssh://sroland@people.freedesktop.org/~sroland/linux vmwgfx-fixes-5.7

for you to fetch changes up to 80542002ccd41f3703a9ae9e8e95cfbaad370db6:

  drm/vmwgfx: Return true in function vmw_fence_obj_signaled() (2020-05-16 06:50:37 +0200)

----------------------------------------------------------------
Colin Ian King (1):
      drm/vmwgfx: remove redundant assignment to variable ret

Guixiong Wei (1):
      drm/vmwgfx: Fix parameter name in vmw_bo_init

Jason Yan (1):
      drm/vmwgfx: Return true in function vmw_fence_obj_signaled()

Roland Scheidegger (1):
      drm/vmwgfx: update MAINTAINERS entry

 MAINTAINERS                             | 4 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h     | 2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c   | 2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

Comments

Dave Airlie May 20, 2020, 2:47 a.m. UTC | #1
On Sat, 16 May 2020 at 15:05, Roland Scheidegger (VMware)
<rscheidegger.oss@gmail.com> wrote:
>
> Dave, Daniel
>
> Some minor fixes and a maintainer change.
>
> The following changes since commit 24085f70a6e1b0cb647ec92623284641d8270637:
>
>   Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2020-05-12 11:06:26 -0700)
>
> are available in the Git repository at:
>
>   git+ssh://sroland@people.freedesktop.org/~sroland/linux vmwgfx-fixes-5.7

Hi Roland,

Please fix the URL you generate here, it should just start with
git://people.freedesktop.org

I've fixed it locally for this round, but please ensure it's a valid
URL I can pull from next time.

Dave.