From: Thomas Zimmermann <tzimmermann@suse.de>
To: maarten.lankhorst@linux.intel.com, mripard@kernel.org,
airlied@linux.ie, daniel@ffwll.ch, eric@anholt.net
Cc: Thomas Zimmermann <tzimmermann@suse.de>, dri-devel@lists.freedesktop.org
Subject: [PATCH 0/2] drm/cma-helper: Move mmap to object functions
Date: Mon, 23 Nov 2020 12:56:44 +0100 [thread overview]
Message-ID: <20201123115646.11004-1-tzimmermann@suse.de> (raw)
This patchset moves CMA's mmap into a GEM object function. This change
allows for removing CMA's mmap and gem_prime_mmap callbacks in favor of
the default implementation.
Tested with vc4 on RPi3.
Thomas Zimmermann (2):
drm/cma-helper: Remove prime infix from GEM object functions
drm/cma-helper: Implement mmap as GEM CMA object functions
drivers/gpu/drm/drm_file.c | 3 +-
drivers/gpu/drm/drm_gem_cma_helper.c | 141 +++++++++------------------
drivers/gpu/drm/pl111/pl111_drv.c | 2 +-
drivers/gpu/drm/vc4/vc4_bo.c | 6 +-
include/drm/drm_gem_cma_helper.h | 14 +--
5 files changed, 58 insertions(+), 108 deletions(-)
--
2.29.2
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2020-11-23 11:56 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-23 11:56 Thomas Zimmermann [this message]
2020-11-23 11:56 ` [PATCH 1/2] drm/cma-helper: Remove prime infix from GEM object functions Thomas Zimmermann
2020-11-23 11:56 ` [PATCH 2/2] drm/cma-helper: Implement mmap as GEM CMA " Thomas Zimmermann
2021-01-14 12:51 ` Kieran Bingham
2021-01-14 12:51 ` Kieran Bingham
2021-01-14 13:26 ` Thomas Zimmermann
2021-01-14 13:26 ` Thomas Zimmermann
2021-01-14 14:34 ` Kieran Bingham
2021-01-14 14:34 ` Kieran Bingham
2021-01-14 15:15 ` Thomas Zimmermann
2021-01-14 15:15 ` Thomas Zimmermann
2021-01-14 16:28 ` Kieran Bingham
2021-01-14 16:28 ` Kieran Bingham
2021-01-15 8:15 ` Thomas Zimmermann
2021-01-15 8:15 ` Thomas Zimmermann
2021-01-14 17:19 ` Daniel Vetter
2021-01-14 17:19 ` Daniel Vetter
2020-11-23 12:32 ` [PATCH 0/2] drm/cma-helper: Move mmap to " Maxime Ripard
2020-11-23 18:58 ` Thomas Zimmermann
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=20201123115646.11004-1-tzimmermann@suse.de \
--to=tzimmermann@suse.de \
--cc=airlied@linux.ie \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=eric@anholt.net \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
/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.