dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Emil Velikov <emil.l.velikov@gmail.com>
To: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Dave Airlie <airlied@linux.ie>, Sam Ravnborg <sam@ravnborg.org>,
	ML dri-devel <dri-devel@lists.freedesktop.org>,
	Gerd Hoffmann <kraxel@redhat.com>, Sean Paul <sean@poorly.run>
Subject: Re: [PATCH v2 0/2] drm/udl: Map pages with SHMEM helpers
Date: Tue, 19 May 2020 21:25:52 +0100	[thread overview]
Message-ID: <CACvgo52BsyRVfP76hJ9znQu1-zRvqHdWj-RwFu5aBZcBdAVEAw@mail.gmail.com> (raw)
In-Reply-To: <20200519080423.21695-1-tzimmermann@suse.de>

On Tue, 19 May 2020 at 09:04, Thomas Zimmermann <tzimmermann@suse.de> wrote:
>
> (was: Default to cachable mappings for GEM SHMEM)
>
> Udl implments cached mappings. Convert it to SHMEM's default helpers.
>
> v2:
>         * keep writecombine mappings as the default
>         * add SHMEM helper for creating BOs with cached mappings
>         * update udl on the new helper
>
> Thomas Zimmermann (2):
>   drm/shmem-helper: Add .gem_create_object helper that sets map_cached
>     flag
>   drm/udl: Use GEM vmap/mmap function from SHMEM helpers
>
For the series:
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>

>  drivers/gpu/drm/drm_gem_shmem_helper.c |  27 +++++++
>  drivers/gpu/drm/udl/Makefile           |   2 +-
>  drivers/gpu/drm/udl/udl_drv.c          |   4 +-
>  drivers/gpu/drm/udl/udl_drv.h          |   3 -
>  drivers/gpu/drm/udl/udl_gem.c          | 106 -------------------------
>  include/drm/drm_gem_shmem_helper.h     |   4 +
>  6 files changed, 34 insertions(+), 112 deletions(-)
>  delete mode 100644 drivers/gpu/drm/udl/udl_gem.c
>
Please keep going with these nice stats \o/

-Emil
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

      parent reply	other threads:[~2020-05-19 20:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-19  8:04 [PATCH v2 0/2] drm/udl: Map pages with SHMEM helpers Thomas Zimmermann
2020-05-19  8:04 ` [PATCH v2 1/2] drm/shmem-helper: Add .gem_create_object helper that sets map_cached flag Thomas Zimmermann
2020-05-19  8:04 ` [PATCH v2 2/2] drm/udl: Use GEM vmap/mmap function from SHMEM helpers Thomas Zimmermann
2020-05-21 12:17   ` Noralf Trønnes
2020-05-19 20:25 ` Emil Velikov [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=CACvgo52BsyRVfP76hJ9znQu1-zRvqHdWj-RwFu5aBZcBdAVEAw@mail.gmail.com \
    --to=emil.l.velikov@gmail.com \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kraxel@redhat.com \
    --cc=sam@ravnborg.org \
    --cc=sean@poorly.run \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).