From: Haneen Mohammed <hamohammed.sa@gmail.com>
To: outreachy-kernel <outreachy-kernel@googlegroups.com>
Cc: hamohammed.sa@gmail.com, Russell King <linux@armlinux.org.uk>,
David Airlie <airlied@linux.ie>,
Daniel Vetter <daniel.vetter@ffwll.ch>,
Sean Paul <seanpaul@chromium.org>,
gregkh@linuxfoundation.org, dri-devel@lists.freedesktop.org
Subject: [RESEND PATCH 0/2] drm/armada: Replace _reference/unreference() with _get/put()
Date: Wed, 20 Sep 2017 12:51:31 -0600 [thread overview]
Message-ID: <cover.1505932812.git.hamohammed.sa@gmail.com> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Haneen Mohammed <hamohammed.sa@gmail.com>
To: outreachy-kernel <outreachy-kernel@googlegroups.com>
Cc: hamohammed.sa@gmail.com, gregkh@linuxfoundation.org,
Russell King <linux@armlinux.org.uk>,
dri-devel@lists.freedesktop.org,
Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: [RESEND PATCH 0/2] drm/armada: Replace _reference/unreference() with _get/put()
Date: Wed, 20 Sep 2017 12:51:31 -0600 [thread overview]
Message-ID: <cover.1505932812.git.hamohammed.sa@gmail.com> (raw)
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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2017-09-20 18:51 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-20 18:51 Haneen Mohammed [this message]
2017-09-20 18:51 ` [RESEND PATCH 0/2] drm/armada: Replace _reference/unreference() with _get/put() Haneen Mohammed
2017-09-20 18:54 ` [RESEND PATCH 1/2] drm/armada: Replace drm_gem_object_reference/unreference() " Haneen Mohammed
2017-09-20 18:54 ` Haneen Mohammed
2017-09-20 19:01 ` Sean Paul
2017-09-20 19:01 ` Sean Paul
2017-10-16 19:03 ` Sean Paul
2017-10-16 19:03 ` Sean Paul
2017-09-20 18:57 ` [RESEND PATCH 2/2] drm/armada: Replace drm_framebuffer_reference/unreference() " Haneen Mohammed
2017-09-20 18:57 ` Haneen Mohammed
2017-09-20 19:01 ` Sean Paul
2017-09-20 19:01 ` Sean Paul
2017-10-16 19:03 ` Sean Paul
2017-10-16 19:03 ` Sean Paul
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=cover.1505932812.git.hamohammed.sa@gmail.com \
--to=hamohammed.sa@gmail.com \
--cc=airlied@linux.ie \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux@armlinux.org.uk \
--cc=outreachy-kernel@googlegroups.com \
--cc=seanpaul@chromium.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.