All of lore.kernel.org
 help / color / mirror / Atom feed
From: Inki Dae <daeinki@gmail.com>
To: airlied@linux.ie, dri-devel@lists.freedesktop.org
Cc: kyungmin.park@samsung.com, sw0312.kim@samsung.com
Subject: [GIT PULL v2] exynos-drm-next
Date: Thu, 29 Nov 2012 04:11:54 -0800	[thread overview]
Message-ID: <1354191114-4529-1-git-send-email-daeinki@gmail.com> (raw)

Hi Dave,

This is second time pull request for -next and based on previous
pull request. For this, please refer to the below link,
   http://permalink.gmane.org/gmane.comp.video.dri.devel/76834

And a summary to this is as the following:
- add sending AVI and AVI info frames.
  . this adds some codes for composing AVI and AUI info frames
    and send them every VSYNC for HDMI Certification.
- bug fix to previous pull request.
- add some code cleanup

And the below is patches being reviewed so not merged yet.
- add ipp subsystem. it's so big modules.
	drm/exynos: add ipp subsystem and each ipp drivers
	drm/exynos: add ipp subsystem
	drm/exynos: add fimc ipp driver
	drm/exynos: add rotator ipp driver
	drm/exynos: add gsc ipp driver
- add runtime pm support for hdmi and mixer.
	drm/exynos: added runtime pm support for hdmi
	drm/exynos: add runtime pm support for mixer
	drm/exynos: add support for hdmiphy power control for exynos5
- and maybe some fixups and cleanups.

The above patch sets will be merged after reviewed enough and maybe
these will be last pull request for -next.

If there is any problem, please let me know.

Thanks,
Inki Dae

The following changes since commit 660c51e92f5357f351b483fa9d82451344ed25a4:

  drm/exynos: add exynos drm specific fb_mmap function (2012-11-29 03:30:38 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-next

for you to fetch changes up to d9f25388ec9034c9bf2c1dcfe162607a604049cf:

  drm/exynos: sending AVI and AUI info frames (2012-11-29 03:30:40 -0800)

----------------------------------------------------------------
Egbert Eich (1):
      drm/exynos: fix memory leak to EDID block

Prathyush K (2):
      drm/exynos: remove 'pages' and 'page_size' elements in exynos gem buffer
      drm/exynos: use sgt instead of pages for framebuffer address

Rahul Sharma (2):
      drm: exynos: fix for loosing display mode header during mode adjustment
      drm/exynos: sending AVI and AUI info frames

Sachin Kamat (5):
      drm/exynos: Use devm_clk_get in exynos_drm_g2d.c
      drm/exynos: Fix potential NULL pointer dereference
      drm/exynos: Use devm_clk_get in exynos_mixer.c
      drm/exynos: Use devm_* APIs in exynos_hdmi.c
      drm/exynos: Use devm_clk_get in exynos_drm_fimd.c

YoungJun Cho (1):
      drm/exynos: Unreference fb in exynos_disable_plane()

 drivers/gpu/drm/exynos/exynos_drm_buf.c    |  20 ---
 drivers/gpu/drm/exynos/exynos_drm_buf.h    |   4 +-
 drivers/gpu/drm/exynos/exynos_drm_dmabuf.c |   3 +-
 drivers/gpu/drm/exynos/exynos_drm_fbdev.c  |   4 +-
 drivers/gpu/drm/exynos/exynos_drm_fimd.c   |  31 +---
 drivers/gpu/drm/exynos/exynos_drm_g2d.c    |   6 +-
 drivers/gpu/drm/exynos/exynos_drm_gem.c    |  37 ++---
 drivers/gpu/drm/exynos/exynos_drm_gem.h    |   4 -
 drivers/gpu/drm/exynos/exynos_drm_plane.c  |  12 +-
 drivers/gpu/drm/exynos/exynos_hdmi.c       | 235 +++++++++++++++++++++--------
 drivers/gpu/drm/exynos/exynos_mixer.c      |  59 ++------
 drivers/gpu/drm/exynos/regs-hdmi.h         |  17 ++-
 12 files changed, 238 insertions(+), 194 deletions(-)

             reply	other threads:[~2012-11-29 12:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-29 12:11 Inki Dae [this message]
2012-11-29 14:34 ` [GIT PULL v2] exynos-drm-next Daniel Vetter
2012-11-30  5:27   ` Inki Dae
2012-11-30 16:28     ` Daniel Vetter
     [not found] <CGME20241106010943epcas1p1f43d635384661d8dc4a401c5b82b25af@epcas1p1.samsung.com>
2024-11-06  1:09 ` Inki Dae
     [not found] <CGME20230417100624epcas1p3d39ab3b88da18da0b365d67ad1062086@epcas1p3.samsung.com>
2023-04-17 10:06 ` Inki Dae
2023-04-17 10:06   ` Inki Dae
     [not found] <CGME20181214072711epcas2p4f9d1016da37bae403a9416d00a1c0e78@epcas2p4.samsung.com>
2018-12-14  7:27 ` Inki Dae
2018-12-14 16:11   ` Daniel Vetter
2018-12-14 16:42     ` Daniel Vetter
     [not found] <CGME20180525063159epcas1p488f55ec164803d9d7e515421dcac3fee@epcas1p4.samsung.com>
2018-05-25  6:31 ` Inki Dae
  -- strict thread matches above, loose matches on Subject: below --
2014-04-04 12:49 Inki Dae
2013-07-04  7:31 Inki Dae
2013-02-15  4:24 [GIT PULL] exynos-drm-next Inki Dae
2013-02-21  6:40 ` [GIT PULL v2] exynos-drm-next Inki Dae
2012-10-04  2:12 [GIT PULL] exynos-drm-next Inki Dae
2012-10-05 11:04 ` [GIT PULL v2] exynos-drm-next Inki Dae

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=1354191114-4529-1-git-send-email-daeinki@gmail.com \
    --to=daeinki@gmail.com \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kyungmin.park@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.