All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Airlie <airlied@gmail.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: dri-devel <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH v2 0/6] drm/virtio: rework ttm resource handling.
Date: Mon, 22 Oct 2018 16:03:38 +1000	[thread overview]
Message-ID: <CAPM=9tzCinx8uCmOFWX67BX8noS1PwBaJ_yX3QS-nsVcsAL3_A@mail.gmail.com> (raw)
In-Reply-To: <20181019061847.18958-1-kraxel@redhat.com>

On Fri, 19 Oct 2018 at 16:19, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> Trying to put the virtio-gpu driver's ttm resource handling
> into shape.  Also improve the resource id handling.
>
> v2:
>  * drop patches 7+8, back to the drawing board, they'll
>    come with a separate patch series later.
>  * reorder patches.

For the series:

Reviewed-by: Dave Airlie <airlied@redhat.com>
>
> Gerd Hoffmann (6):
>   drm/virtio: track created object state
>   drm/virtio: use virtio_gpu_object->hw_res_handle in
>     virtio_gpufb_create()
>   drm/virtio: use virtio_gpu_object->hw_res_handle in
>     virtio_gpu_mode_dumb_create()
>   drm/virtio: use virtio_gpu_object->hw_res_handle in
>     virtio_gpu_resource_create_ioctl()
>   drm/virtio: drop resource_id argument.
>   drm/virtio: fix resource id handling
>
>  drivers/gpu/drm/virtio/virtgpu_drv.h    |  8 +++-----
>  drivers/gpu/drm/virtio/virtgpu_fb.c     |  7 +++----
>  drivers/gpu/drm/virtio/virtgpu_gem.c    |  8 +++-----
>  drivers/gpu/drm/virtio/virtgpu_ioctl.c  | 25 ++++++++----------------
>  drivers/gpu/drm/virtio/virtgpu_object.c | 25 +++++++++++++++++++++++-
>  drivers/gpu/drm/virtio/virtgpu_ttm.c    |  3 +--
>  drivers/gpu/drm/virtio/virtgpu_vq.c     | 34 +++++++++------------------------
>  7 files changed, 51 insertions(+), 59 deletions(-)
>
> --
> 2.9.3
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

      parent reply	other threads:[~2018-10-22  6:03 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-19  6:18 [PATCH v2 0/6] drm/virtio: rework ttm resource handling Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 1/6] drm/virtio: track created object state Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 2/6] drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create() Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 3/6] drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_create() Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 4/6] drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_create_ioctl() Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 5/6] drm/virtio: drop resource_id argument Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 6/6] drm/virtio: fix resource id handling Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-22  6:03 ` Dave Airlie [this message]

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='CAPM=9tzCinx8uCmOFWX67BX8noS1PwBaJ_yX3QS-nsVcsAL3_A@mail.gmail.com' \
    --to=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kraxel@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.