All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] drm/exynos: fixed and cleanup ipp subsystem drivers
@ 2012-12-20  9:31 Eunchul Kim
  2012-12-20  9:31 ` [PATCH 1/8] drm/exynos: cleanup current command name Eunchul Kim
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Eunchul Kim @ 2012-12-20  9:31 UTC (permalink / raw)
  To: dri-devel, inki.dae
  Cc: jy0.jeon, sw0312.kim, jaejoon.seo, kyungmin.park, jmock.shin,
	lsmin.lee, th908.kim

Hi All.

This patch set fixed some issue and cleanup code.
please check my commit and let me know about your comment.

- This patch set fixes the following:
 * fixed vflip, hflip case at the same time: we use vflip, hflip set at the same time for 180 degree supporting.
    so, we added this case.
 * fixed warnning in GSC build: we don't use directly readl, but this code remained. so, we changed it.
 * fixed unnormal interrupt in m2m operation : m2m operation called reset function at every time. but we don't disable dma start.
    so, we added dma stop and capture stop operation.

- And code clean like bellow:
 * cleanup current command name : we use 'cmd' in property structure and so on.
    so, this naming make some confusion. we changed 'cmd' to 'c_node' for avoid confusion.
 * removed error handling about property : property could't be NULL. so, we removed error handling about NULL.
 * cleanup comment of abbreviation : we changed comments for right grammar.
 * cleanup needless parenthesis : we missed changing of fimc side. so, I added it.
 * removed color bar pattern display : we don't use color display at writeback. so, removed it.

Thank's
BR
Eunchul Kim

Eunchul Kim (6):
  drm/exynos: cleanup current command name.
  drm/exynos: removed needless error handling about property.
  drm/exynos: fixed vflip, hflip case at the same time.
  drm/exynos: fixed warnning in GSC build.
  drm/exynos: cleanup comment of abbreviation.
  drm/exynos: cleanup needless parenthesis.

Jinyoung Jeon (1):
  drm/exynos: fixed unnormal interrupt in m2m operation.

JoongMock Shin (1):
  drm/exynos: removed color bar pattern display.

 drivers/gpu/drm/exynos/exynos_drm_fimc.c    |   47 +++++++++++++--------------
 drivers/gpu/drm/exynos/exynos_drm_gsc.c     |   24 +++----------
 drivers/gpu/drm/exynos/exynos_drm_ipp.c     |   13 ++-----
 drivers/gpu/drm/exynos/exynos_drm_ipp.h     |    4 +-
 drivers/gpu/drm/exynos/exynos_drm_rotator.c |    3 +-
 5 files changed, 37 insertions(+), 54 deletions(-)

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

end of thread, other threads:[~2012-12-20 10:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-20  9:31 [PATCH 0/8] drm/exynos: fixed and cleanup ipp subsystem drivers Eunchul Kim
2012-12-20  9:31 ` [PATCH 1/8] drm/exynos: cleanup current command name Eunchul Kim
2012-12-20  9:31 ` [PATCH 2/8] drm/exynos: removed needless error handling about property Eunchul Kim
2012-12-20  9:31 ` [PATCH 3/8] drm/exynos: fixed vflip, hflip case at the same time Eunchul Kim
2012-12-20  9:48   ` Inki Dae
2012-12-20 10:15     ` Eunchul Kim
2012-12-20  9:31 ` [PATCH 4/8] drm/exynos: fixed warnning in GSC build Eunchul Kim
2012-12-20  9:31 ` [PATCH 5/8] drm/exynos: cleanup comment of abbreviation Eunchul Kim
2012-12-20  9:31 ` [PATCH 6/8] drm/exynos: removed color bar pattern display Eunchul Kim
2012-12-20  9:31 ` [PATCH 7/8] drm/exynos: fixed unnormal interrupt in m2m operation Eunchul Kim
2012-12-20  9:31 ` [PATCH 8/8] drm/exynos: cleanup needless parenthesis Eunchul Kim

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.