All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joonyoung Shim <jy0922.shim@samsung.com>
To: "dri-devel@lists.freedesktop.org" <dri-devel@lists.freedesktop.org>
Cc: "\"김승우/S/W Platform Lab(DMC연)/S4(선임)/삼성전자\"" <sw0312.kim@samsung.com>
Subject: [PATCH 0/9] drm/exynos: cleanup patchset for exynos_drm_fb/fbdev
Date: Tue, 01 Sep 2015 16:22:36 +0900	[thread overview]
Message-ID: <55E5523C.7000003@samsung.com> (raw)

Hi,

This patchset is for cleanup about fb and fbdev codes of exynos-drm
driver. This removes unnecesary and redundant codes mostly, and make a
variable having too long name to be short.

Thanks.

Joonyoung Shim (9):
      drm/exynos: remove exynos_drm_fb_set_buf_cnt()
      drm/exynos: s/exynos_gem_obj/obj in exynos_drm_fbdev.c
      drm/exynos: cleanup exynos_drm_fbdev_update()
      drm/exynos: update fb_info via only one function
      drm/exynos: cleanup to get gem object for fb
      drm/exynos: update exynos_drm_framebuffer_init() for multiple buffers
      drm/exynos: cleanup exynos_user_fb_create()
      drm/exynos: remove exynos_drm_fb_get_buf_cnt()
      drm/exynos: remove buf_cnt from struct exynos_drm_fb

 drivers/gpu/drm/exynos/exynos_drm_fb.c    | 115 +++++++++---------------------
 drivers/gpu/drm/exynos/exynos_drm_fb.h    |  12 ++--
 drivers/gpu/drm/exynos/exynos_drm_fbdev.c |  78 ++++++++------------
 drivers/gpu/drm/exynos/exynos_drm_plane.c |   2 +-
 4 files changed, 69 insertions(+), 138 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

                 reply	other threads:[~2015-09-01  7:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=55E5523C.7000003@samsung.com \
    --to=jy0922.shim@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=sw0312.kim@samsung.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.