dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] drm/panfrost: drm_gem_map_offset() helper
@ 2019-06-27 15:53 Steven Price
  2019-06-27 15:53 ` [PATCH v4 1/2] drm/gem: Rename drm_gem_dumb_map_offset() to drm_gem_map_offset() Steven Price
  2019-06-27 15:53 ` [PATCH v4 2/2] drm/panfrost: Use drm_gem_map_offset() Steven Price
  0 siblings, 2 replies; 6+ messages in thread
From: Steven Price @ 2019-06-27 15:53 UTC (permalink / raw)
  To: Daniel Vetter, Rob Herring, Tomeu Vizoso
  Cc: Steven Price, Alyssa Rosenzweig, Chris Wilson, David Airlie,
	Inki Dae, Joonyoung Shim, Krzysztof Kozlowski, Kukjin Kim,
	Kyungmin Park, Maarten Lankhorst, Maxime Ripard, Sean Paul,
	Seung-Woo Kim, dri-devel, linux-kernel

Panfrost has a re-implementation of drm_gem_dumb_map_offset() with an
extra bug regarding the handling of imported buffers. However we don't
really want Panfrost calling _dumb functions because it's not a KMS
driver.

This series renames drm_gem_dumb_map_offset() to drop the '_dumb' and
updates Panfrost to use it rather than it's own implementation.

Previous versions:

v3: https://lore.kernel.org/lkml/20190520092306.27633-1-steven.price@arm.com
Changes since v3:
 * Add a comment to drm_gem_map_offset() explaining that it can be used
   with shmem clients as well as dumb clients.

v2: https://lore.kernel.org/lkml/20190516141447.46839-1-steven.price@arm.com/
Changes since v2:
 * Drop the shmem helper

v1: https://lore.kernel.org/lkml/20190513143244.16478-1-steven.price@arm.com/
Changes since v1:
 * Rename drm_gem_dumb_map_offset to drop _dumb
 * Add a shmem helper

Steven Price (2):
  drm/gem: Rename drm_gem_dumb_map_offset() to drm_gem_map_offset()
  drm/panfrost: Use drm_gem_map_offset()

 drivers/gpu/drm/drm_dumb_buffers.c      |  4 ++--
 drivers/gpu/drm/drm_gem.c               |  9 ++++++---
 drivers/gpu/drm/exynos/exynos_drm_gem.c |  3 +--
 drivers/gpu/drm/panfrost/panfrost_drv.c | 16 ++--------------
 include/drm/drm_gem.h                   |  4 ++--
 5 files changed, 13 insertions(+), 23 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-07-03  2:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-27 15:53 [PATCH v4 0/2] drm/panfrost: drm_gem_map_offset() helper Steven Price
2019-06-27 15:53 ` [PATCH v4 1/2] drm/gem: Rename drm_gem_dumb_map_offset() to drm_gem_map_offset() Steven Price
2019-06-27 17:57   ` Rob Herring
2019-06-27 21:35     ` Daniel Vetter
2019-06-27 15:53 ` [PATCH v4 2/2] drm/panfrost: Use drm_gem_map_offset() Steven Price
2019-07-03  2:32   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox