[GIT PULL] exynos-drm-fixes

2016-02-15 Thread inki....@samsung.com
Hi Dave, Some regression fixups and cleanups. Summary: - fix compilation warnings on ARM64bit. - fix mic driver initialization. . MIC is a part of KMS so it converts it to use component framework like other KMS drivers did. - fix wrong driver state and disable clock

[GIT PULL 2nd] exynos-drm-next

2016-01-13 Thread inki....@samsung.com
Hi Dave, This 2nd pull request includes the following, - add configurable plane support and relevant cleanups. - fixup kernel panic issue at drm releasing. - remove unnecessary codes. This has been delayed to resolve a critical issue - which incurrs a kernel panic when driver

[GIT PULL] exynos-drm-fixes

2015-12-20 Thread inki....@samsung.com
HI Dave, just one regression fix. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 6545f3189707c9105fcf160c2da2ddd2dacca331: Merge branch 'linux-4.4' of git://github.com/skeggsb/linux into drm-fixes (2015-12-19 13:25:42 +1000) are

[GIT PULL] exynos-drm-next

2015-09-03 Thread inki....@samsung.com
Hi Dave, This is a last pull request, which includes two g2d patches I missed, and more cleanup series of Exynos drm driver. The cleanup series makes Exynos drm driver more simple, and removes unnecessary codes, and considers multiple plane format of framebuffer. I hope this not

[GIT PULL] exynos-drm-next

2015-08-31 Thread inki....@samsung.com
Hi Dave, This is a second pull-request which adds last part of atomic modeset/pageflip support, render node support, clean-up, and fix-up. Please, kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit

[GIT PULL] exynos-drm-next

2015-08-17 Thread inki....@samsung.com
Hi Dave, This pull request includes big cleanup and some fixups. Summary: - Clean up HDMI and MIXER parts - Clean up legacy structures specific to Exynos DRM . This patch series removes existing exyons_drm_display and exynos_drm_encoder structures specific to Exynos DRM, and makes

[GIT PULL] exynos-drm-next

2015-06-23 Thread inki....@samsung.com
Hi Dave, With this pull request, Exynos drm also supports atomic feature. However, this doesn't guarantee atomic operation yet so we will more enhance it later. Besides, it includes new drivers, MIC and DECON for Exynos5433 SoC, and iommu support and consolidation to driver

[GIT PULL] exynos-drm-fixes

2015-05-20 Thread inki....@samsung.com
Hi Dave, This pull request contains mainly some regression fixups and code cleanups. Summary: - Use generic function to get buffer count instead of specific one. In case of Exynos DRM, There was a special case which decides pixel format of a given buffer according to planer types, which

[GIT PULL] exynos-drm-fixes

2015-04-02 Thread inki....@samsung.com
Hi Dave, Fix display on issue to Exynos5250 based Snow(1366x768) board. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 91fd89660ba2e8ee59a587294fa9b17761691b05: Merge branch 'drm-fixes-4.0' of

[GIT PULL] exynos-drm-next

2015-01-25 Thread inki....@samsung.com
Hi Dave, This pull request includes some code refactoring which removes Exynos specific structure names and uses generic structure names instead, and makes all plane updating to be done by only exynos_update_plane function. And also it includes some cleanup and fixup patches.

[GIT PULL] exynos-drm-fixes

2014-11-03 Thread inki....@samsung.com
Hi Dave, This pull-request includes some bug fixes and code cleanups. Especially, this fixes the bind failure issue occurred when it tries to re-bind Exynos drm driver after unbound, and the modetest failure issue incurred by not having a pair to vblank on and off requests. Please

[GIT PULL] drm/exynos: exynos-drm-next

2014-09-20 Thread inki....@samsung.com
Hi Dave, Sorry for late. This pull request includes some enhancements for Exynos drm, new feature supports, cleanups and fixups like below, - Consider low power transmission for drm mipi dsi module, and also add non-continuous clock mode support for Exynos mipi dsi driver.

[GIT PULL] exynos-drm-fixes

2014-06-25 Thread inki....@samsung.com
Hi Dave, This pull-request fixes hdmi power-off order issue, mixer issues related to power on/off, and includes trivial fixups. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee: Linux

[GIT PULL] exynos-drm-next

2014-04-04 Thread inki....@samsung.com
Hi Dave, Sorry for late. This pull request includes MIPI-DSI driver, two panel drivers, super device support, and relevant dt bindings. Summaries: - Add MIPI-DSI Driver, and dt bindigs - Add S6E8AA0 MIPI-DSI based panel drivers, and dt bindings - Add LD9040 parallel panel driver . this

[RFC PATCH 2/3] drm/exynos: add super device support

2014-03-04 Thread inki....@samsung.com
From: Inki Dae <inki....@samsung.com> This patch adds super device support to bind sub drivers using device tree. For this, we should add a super device node to each machine dt files like below example, exynos-drm { compatible = "samsung

[GIT PULL] exynos-drm-fixes

2013-07-30 Thread inki....@samsung.com
Hi Dave, This pull request fixes module build and g2d clock control issues, and includes related cleanup. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit bf903e4141fce4b35072d5b8fa0ddd299aaf01ea: Merge tag

[GIT PULL] exynos-drm-fixes-3.8

2012-12-18 Thread inki....@samsung.com
Hi Dave, Just bug fix and code cleanup. And most of exynos files had been copied from some random file and not updated correctly. This was our mistakes. So it changes file liecnse to GPL. If there is any problem, please let me know. Thanks, Inki Dae The following changes since commit

[PATCH] drm/exynos: change file license to GPL

2012-12-18 Thread inki....@samsung.com
From: Inki Dae This patch changes file license to GPL Most of exynos files had been copied from some random file and not updated correctly. So this patch corrects the file license. Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park ---

[git pull v3] exynos-drm-next

2012-12-15 Thread inki....@samsung.com
Hi Dave, This is final git pull request for -next and includes some new features, fixups and cleanups. And a summary to this is as the following: - add dmabuf attach/detach feature . This patch would resolve performance deterioration issue when v4l2-based driver is using the buffer

[RESEND][RFC v1] drm: add reference count of gem object name

2012-11-30 Thread inki....@samsung.com
From: Inki Dae <inki....@samsung.com> Hello, all. This patch introduces reference count of gem object name and resolves the below issue. In case that proces A shares its own gem object with process B, process B opens a gem object name from process A to get its own gem handle. But if p

[PATCH] drm/exynos: remove EXYNOS_BO_NONCONTIG type checking.

2012-11-03 Thread inki....@samsung.com
From: Inki Dae <inki....@samsung.com> With iommu support, non-continuous buffer also is supported so this patch removes these checking from exynos_drm_gem_get/put_dma_addr funciton. This patch is based on the below patch set, "drm/exynos: add iommu support for -next&quo

[PATCH v2] drm/exynos: add iommu support for g2d

2012-11-03 Thread inki....@samsung.com
From: Inki Dae <inki....@samsung.com> Chagelog v2: remove unnecessary structure, struct g2d_gem_node. Chagelog v1: This patch adds iommu support for g2d driver. For this, it adds subdrv_probe/remove callback to enable or disable g2d iommu. And with this patch, in case of using g2d iommu,

[git pull] updated exynos-drm-fixes

2012-10-31 Thread inki....@samsung.com
Hi Dave, As I posted before, we have added a new git repository for Exynos drm to MAINTAINERS file so change it to new one like below, from git://git.infradead.org/users/kmpark/linux-samsung to git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos And this pull request includes