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 the following: - fix display on issue when user requested dpms mode changing. - add git repository for Exynos drm to MAINTAINERS file. - add support for ARCH_MULTIPLATFORM. - and code clean.
If there is any problem, please let me know.
Thanks, Inki Dae
The following changes since commit 4936b172d699434547addbe452c2d600ea6a4baf:
Merge branch 'drm-nouveau-fixes' of git://people.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes (2012-10-31 13:46:09 +1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-fixes
for you to fetch changes up to 2cdc53b355873ab54b6a348ee5bf022967fb4159:
drm: exynos: removed warning due to missing typecast for mixer driver data (2012-10-31 06:11:40 -0700)
---------------------------------------------------------------- Inki Dae (2): drm/exynos: fix display on issue MAINTAINERS: Add git repository for Exynos DRM
Rahul Sharma (1): drm: exynos: removed warning due to missing typecast for mixer driver data
Rob Clark (1): drm/exynos: add support for ARCH_MULTIPLATFORM
MAINTAINERS | 1 + drivers/gpu/drm/exynos/Kconfig | 2 +- drivers/gpu/drm/exynos/exynos_drm_connector.c | 1 + drivers/gpu/drm/exynos/exynos_drm_encoder.c | 33 ++++++++++++++------------- drivers/gpu/drm/exynos/exynos_mixer.c | 2 +- 5 files changed, 21 insertions(+), 18 deletions(-)
Hi Dave,
The below patch, "add support for ARCH_MULTIPLATFORM", makes exynos drm driver to be complied for testing on different ARM DRM devices without having to switch configs. For this, you can refer to below link. http://www.spinics.net/lists/dri-devel/msg29365.html
And this just flags ARCH_MULTIPLATFORM in Kconfig.
Thanks, Inki Dae
2012/10/31 inki.dae@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 the following:
- fix display on issue when user requested dpms mode changing.
- add git repository for Exynos drm to MAINTAINERS file.
- add support for ARCH_MULTIPLATFORM.
- and code clean.
If there is any problem, please let me know.
Thanks, Inki Dae
The following changes since commit 4936b172d699434547addbe452c2d600ea6a4baf:
Merge branch 'drm-nouveau-fixes' of git://people.freedesktop.org/git/nouveau/linux-2.6 into drm-fixes (2012-10-31 13:46:09 +1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git exynos-drm-fixes
for you to fetch changes up to 2cdc53b355873ab54b6a348ee5bf022967fb4159:
drm: exynos: removed warning due to missing typecast for mixer driver data (2012-10-31 06:11:40 -0700)
Inki Dae (2): drm/exynos: fix display on issue MAINTAINERS: Add git repository for Exynos DRM
Rahul Sharma (1): drm: exynos: removed warning due to missing typecast for mixer driver data
Rob Clark (1): drm/exynos: add support for ARCH_MULTIPLATFORM
MAINTAINERS | 1 + drivers/gpu/drm/exynos/Kconfig | 2 +- drivers/gpu/drm/exynos/exynos_drm_connector.c | 1 + drivers/gpu/drm/exynos/exynos_drm_encoder.c | 33 ++++++++++++++------------- drivers/gpu/drm/exynos/exynos_mixer.c | 2 +- 5 files changed, 21 insertions(+), 18 deletions(-)
dri-devel@lists.freedesktop.org