All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Herrmann <dh.herrmann@gmail.com>
To: Rob Clark <robdclark@gmail.com>
Cc: "dri-devel@lists.freedesktop.org" <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH 0/5] kill omap_gem_helpers
Date: Sun, 7 Jul 2013 22:28:53 +0200	[thread overview]
Message-ID: <CANq1E4QVSH5GwL+cHxvLxivWO_-bhRhGiYMfHnGwwE=YiNQ2sw@mail.gmail.com> (raw)
In-Reply-To: <1373223531-19058-1-git-send-email-robdclark@gmail.com>

Hi

On Sun, Jul 7, 2013 at 8:58 PM, Rob Clark <robdclark@gmail.com> wrote:
> Move omap_gem_helpers to core, since I'll need some of the same
> helpers for msm driver.  Also update udl and gma500 to use the
> helpers.  Possibly i915 could as well, although it does some more
> sophisticated things so I'll leave that for now.
>
> Rob Clark (5):
>   drm/gem: add drm_gem_create_mmap_offset_size()
>   drm/gem: add shmem get/put page helpers
>   drm/gma500: use gem get/put page helpers
>   drm/udl: use gem get/put page helpers
>   drm/omap: kill omap_gem_helpers.c

This conflicts with my VMA-manager patches, but that should be easily
solvable. Anyway, all 5 patches:
  Reviewed-by: David Herrmann <dh.herrmann@gmail.com>

Cheers
David

>  drivers/gpu/drm/drm_gem.c                  | 119 +++++++++++++++++++-
>  drivers/gpu/drm/gma500/gtt.c               |  38 +------
>  drivers/gpu/drm/omapdrm/Makefile           |   3 -
>  drivers/gpu/drm/omapdrm/omap_gem.c         |   8 +-
>  drivers/gpu/drm/omapdrm/omap_gem_helpers.c | 169 -----------------------------
>  drivers/gpu/drm/udl/udl_gem.c              |  44 +-------
>  include/drm/drmP.h                         |   5 +
>  7 files changed, 136 insertions(+), 250 deletions(-)
>  delete mode 100644 drivers/gpu/drm/omapdrm/omap_gem_helpers.c
>
> --
> 1.8.1.4
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

      parent reply	other threads:[~2013-07-07 20:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-07 18:58 [PATCH 0/5] kill omap_gem_helpers Rob Clark
2013-07-07 18:58 ` [PATCH 1/5] drm/gem: add drm_gem_create_mmap_offset_size() Rob Clark
2013-07-07 18:58 ` [PATCH 2/5] drm/gem: add shmem get/put page helpers Rob Clark
2013-07-08  8:45   ` Patrik Jakobsson
2013-07-08 18:56     ` Rob Clark
2013-07-08 20:18       ` Daniel Vetter
2013-07-08 23:07         ` Rob Clark
2013-07-09  9:03           ` Patrik Jakobsson
2013-07-07 18:58 ` [PATCH 3/5] drm/gma500: use gem " Rob Clark
2013-07-07 18:58 ` [PATCH 4/5] drm/udl: " Rob Clark
2013-07-07 18:58 ` [PATCH 5/5] drm/omap: kill omap_gem_helpers.c Rob Clark
2013-07-07 20:28 ` David Herrmann [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='CANq1E4QVSH5GwL+cHxvLxivWO_-bhRhGiYMfHnGwwE=YiNQ2sw@mail.gmail.com' \
    --to=dh.herrmann@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=robdclark@gmail.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.