All of lore.kernel.org
 help / color / mirror / Atom feed
From: Inki Dae <inki.dae@samsung.com>
To: Hyungwon Hwang <human.hwang@samsung.com>
Cc: devicetree@vger.kernel.org, sw0312.kim@samsung.com,
	dh09.lee@samsung.com, cw00.choi@samsung.com,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH v3 1/8] drm/exynos: add Exynos5433 decon driver
Date: Fri, 03 Apr 2015 21:38:59 +0900	[thread overview]
Message-ID: <551E89E3.9090703@samsung.com> (raw)
In-Reply-To: <1427368540-28010-2-git-send-email-human.hwang@samsung.com>


Hyungwon,

Can you re-base your patch set on top of exynos-drm-next-todo?
I merged cleanup series[1] and atomic feature support[2] to
exynos-drm-next-todo for the test so you can re-base your patch set on
top of exynos-drm-next-todo. You would need to modify
exynos5433_drm_decon.c module.

Please do it ASAP.

Thanks,
Inki Dae

[1] [PATCH -v4 0/8] drm/exynos: clean up patches (preparing for atomic)
[2] [PATCH -v2 00/10] drm/exynos: Add atomic modesetting support

On 2015년 03월 26일 20:15, Hyungwon Hwang wrote:
> From: Joonyoung Shim <jy0922.shim@samsung.com>
> 
> DECON(Display and Enhancement Controller) is new IP replacing FIMD in
> Exynos5433. This patch adds Exynos5433 decon driver.
> 
> Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
> Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
> ---
> Changes for v2:
>  - change file names and variable names of decon to represnt exynos5433 instead
>  of exynos to distinguish them from exynos7 decon
> 
> Changes for v3:
>  - fail fast when the proper image format is not set
>  - remove unnecessary checking code
>  - add and modify the function to make DPMS work well
>  .../devicetree/bindings/video/exynos5433-decon.txt |  65 ++
>  drivers/gpu/drm/exynos/Kconfig                     |   6 +
>  drivers/gpu/drm/exynos/Makefile                    |   1 +
>  drivers/gpu/drm/exynos/exynos5433_drm_decon.c      | 665 +++++++++++++++++++++
>  drivers/gpu/drm/exynos/exynos_drm_drv.c            |   3 +
>  drivers/gpu/drm/exynos/exynos_drm_drv.h            |   1 +
>  include/video/exynos5433_decon.h                   | 163 +++++
>  7 files changed, 904 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/video/exynos5433-decon.txt
>  create mode 100644 drivers/gpu/drm/exynos/exynos5433_drm_decon.c
>  create mode 100644 include/video/exynos5433_decon.h
> 

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2015-04-03 12:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-26 11:15 [PATCH v3 0/8] Add drivers for Exynos5433 display Hyungwon Hwang
2015-03-26 11:15 ` [PATCH v3 4/8] drm/exynos: dsi: rename pll_clk to sclk_clk Hyungwon Hwang
     [not found] ` <1427368540-28010-1-git-send-email-human.hwang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-03-26 11:15   ` [PATCH v3 1/8] drm/exynos: add Exynos5433 decon driver Hyungwon Hwang
2015-04-03 12:38     ` Inki Dae [this message]
2015-03-26 11:15   ` [PATCH v3 2/8] of: add helper for getting endpoint node of specific identifiers Hyungwon Hwang
2015-03-26 11:15   ` [PATCH v3 3/8] drm/exynos: mic: add MIC driver Hyungwon Hwang
2015-03-26 11:15   ` [PATCH v3 5/8] drm/exynos: dsi: generalize register setting and clock control Hyungwon Hwang
2015-03-26 11:15   ` [PATCH v3 6/8] drm/exynos: dsi: add support for Exynos5433 Hyungwon Hwang
2015-03-26 11:15 ` [PATCH v3 7/8] drm/exynos: dsi: add support for MIC driver as a bridge Hyungwon Hwang
2015-03-26 11:15 ` [PATCH v3 8/8] drm/exynos: dsi: do not set TE GPIO direction by input Hyungwon Hwang

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=551E89E3.9090703@samsung.com \
    --to=inki.dae@samsung.com \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dh09.lee@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=human.hwang@samsung.com \
    --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.