All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
To: Chia-I Wu <olvaffe@gmail.com>
Cc: Thomas Zimmermann <tzimmermann@suse.de>,
	Gerd Hoffmann <kraxel@redhat.com>,
	dri-devel@lists.freedesktop.org,
	Gurchetan Singh <gurchetansingh@chromium.org>
Subject: Re: [PATCH] drm/virtio: fix prime export for vram objects
Date: Tue, 12 Jan 2021 09:51:18 +0100	[thread overview]
Message-ID: <20210112085118.GB59439@gmail.com> (raw)
In-Reply-To: <20210107210743.269885-1-olvaffe@gmail.com>

On Thu, Jan 07, 2021 at 01:07:43PM -0800, Chia-I Wu wrote:
>commit 16845c5d5409 ("drm/virtio: implement blob resources: implement
>vram object") and commit c6069a02fa55 ("drm/virtgpu: Set PRIME export
>function in struct drm_gem_object_funcs") landed from different trees,
>resulting in prime export never working for vram objects.
>
>Cc: Gurchetan Singh <gurchetansingh@chromium.org>
>Cc: Thomas Zimmermann <tzimmermann@suse.de>
>Cc: Gerd Hoffmann <kraxel@redhat.com>
>Signed-off-by: Chia-I Wu <olvaffe@gmail.com>

Reviewed-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>

>---
> drivers/gpu/drm/virtio/virtgpu_vram.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/drivers/gpu/drm/virtio/virtgpu_vram.c b/drivers/gpu/drm/virtio/virtgpu_vram.c
>index d6f215c4ff8d..5cc34e7330fa 100644
>--- a/drivers/gpu/drm/virtio/virtgpu_vram.c
>+++ b/drivers/gpu/drm/virtio/virtgpu_vram.c
>@@ -69,6 +69,7 @@ static const struct drm_gem_object_funcs virtio_gpu_vram_funcs = {
> 	.close = virtio_gpu_gem_object_close,
> 	.free = virtio_gpu_vram_free,
> 	.mmap = virtio_gpu_vram_mmap,
>+	.export = virtgpu_gem_prime_export,
> };
>
> bool virtio_gpu_is_vram(struct virtio_gpu_object *bo)
>-- 
>2.29.2.729.g45daf8777d-goog
>
>_______________________________________________
>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:[~2021-01-12  8:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07 21:07 [PATCH] drm/virtio: fix prime export for vram objects Chia-I Wu
2021-01-08  1:47 ` Gurchetan Singh
2021-01-12  8:51 ` Anthoine Bourgeois [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=20210112085118.GB59439@gmail.com \
    --to=anthoine.bourgeois@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gurchetansingh@chromium.org \
    --cc=kraxel@redhat.com \
    --cc=olvaffe@gmail.com \
    --cc=tzimmermann@suse.de \
    /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.