All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/armada: Replace _reference/unreference() with _get/put()
@ 2017-09-18  2:13 Haneen Mohammed
  2017-09-18  2:15 ` [PATCH 1/2] drm/armada: Replace drm_gem_object_reference/unreference() " Haneen Mohammed
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Haneen Mohammed @ 2017-09-18  2:13 UTC (permalink / raw)
  To: outreachy-kernel
  Cc: hamohammed.sa, Russell King, David Airlie, gregkh, Daniel Vetter

This patchset replace instances of *_reference/unreference() with *_get/put(),
because get/put is shorter and consistent with the kernel use of *_get/put suffixes.

Haneen Mohammed (2):
  drm/armada: Replace drm_gem_object_reference/unreference() with
    _get/put()
  drm/armada: Replace drm_framebuffer_reference/unreference() with
    _get/put()

 drivers/gpu/drm/armada/armada_crtc.c    | 22 +++++++++++-----------
 drivers/gpu/drm/armada/armada_drv.c     |  2 +-
 drivers/gpu/drm/armada/armada_fb.c      |  8 ++++----
 drivers/gpu/drm/armada/armada_fbdev.c   |  6 +++---
 drivers/gpu/drm/armada/armada_gem.c     | 14 +++++++-------
 drivers/gpu/drm/armada/armada_overlay.c |  4 ++--
 6 files changed, 28 insertions(+), 28 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-09-20 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-18  2:13 [PATCH 0/2] drm/armada: Replace _reference/unreference() with _get/put() Haneen Mohammed
2017-09-18  2:15 ` [PATCH 1/2] drm/armada: Replace drm_gem_object_reference/unreference() " Haneen Mohammed
2017-09-18  2:17 ` [PATCH 2/2] drm/armada: Replace drm_framebuffer_reference/unreference() " Haneen Mohammed
2017-09-20 17:39 ` [PATCH 0/2] drm/armada: Replace _reference/unreference() " Daniel Vetter

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.