mbox series

[v5,0/3] drm/virtio: fix mmap page attributes

Message ID 20200226154752.24328-1-kraxel@redhat.com (mailing list archive)
Headers show
Series drm/virtio: fix mmap page attributes | expand

Message

Gerd Hoffmann Feb. 26, 2020, 3:47 p.m. UTC
v5: rebase, add tags, add cc stable for 1+2, no code changes.
v4: back to v2-ish design, but simplified a bit.
v3: switch to drm_gem_object_funcs callback.
v2: make shmem helper caching configurable.

Gerd Hoffmann (3):
  drm/shmem: add support for per object caching flags.
  drm/virtio: fix mmap page attributes
  drm/udl: simplify gem object mapping.

 include/drm/drm_gem_shmem_helper.h      |  5 ++
 drivers/gpu/drm/drm_gem_shmem_helper.c  | 15 ++++--
 drivers/gpu/drm/udl/udl_gem.c           | 62 ++-----------------------
 drivers/gpu/drm/virtio/virtgpu_object.c |  1 +
 4 files changed, 20 insertions(+), 63 deletions(-)

Comments

Gurchetan Singh Feb. 26, 2020, 5:03 p.m. UTC | #1
On Wed, Feb 26, 2020 at 7:48 AM Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> v5: rebase, add tags, add cc stable for 1+2, no code changes.
> v4: back to v2-ish design, but simplified a bit.
> v3: switch to drm_gem_object_funcs callback.
> v2: make shmem helper caching configurable.
>
> Gerd Hoffmann (3):
>   drm/shmem: add support for per object caching flags.
>   drm/virtio: fix mmap page attributes
>   drm/udl: simplify gem object mapping.

Series is:

Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>




>
>  include/drm/drm_gem_shmem_helper.h      |  5 ++
>  drivers/gpu/drm/drm_gem_shmem_helper.c  | 15 ++++--
>  drivers/gpu/drm/udl/udl_gem.c           | 62 ++-----------------------
>  drivers/gpu/drm/virtio/virtgpu_object.c |  1 +
>  4 files changed, 20 insertions(+), 63 deletions(-)
>
> --
> 2.18.2
>