Hello Dave, sorry for being late.
this patch set fixes build warnings and includes minor code cleanup and also one patch you missed. this patch just drops non-standard NV12M and YUV420M formats from drm_fourcc.h for this, you can refer to below link: http://lists.freedesktop.org/archives/dri-devel/2012-April/021812.html
other patches including big changes will go to -next.
Highlights: - fix build warnings - minor code cleanup - remove non-standard format, DRM_FORMAT_NV12M - add dummy mmap for exynos dmabuf . dma_buf export needs this patch
if there is any problem, please let me know.
Thanks. Inki Dae
The following changes since commit df5c2b713f6bda08f7d668fe5b95a36a4b70a000:
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux into drm-fixes (2012-09-07 15:35:27 +0900)
are available in the git repository at:
git://git.infradead.org/users/kmpark/linux-samsung exynos-drm-fixes
Inki Dae (2): drm/exynos: fixed page align bug. drm/exynos: remove DRM_FORMAT_NV12M from plane module
Mandeep Singh Baines (1): drm/exynos: fix double call of drm_prime_(init/destroy)_file_private
Sachin Kamat (9): drm/exynos: Remove redundant check in exynos_hdmi.c file drm/exynos: Remove redundant check in exynos_drm_fimd.c file drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c file drm/exynos: Use devm_* functions in exynos_drm_g2d.c file drm/exynos: Add dependency for G2D in Kconfig drm/exynos: Make g2d_pm_ops static drm/exynos: Add missing braces around sizeof in exynos_hdmi.c drm/exynos: Add missing braces around sizeof in exynos_mixer.c
Thomas Meyer (1): drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]
Tomasz Stanislawski (1): drm/exynos: add dummy support for dmabuf-mmap
Ville Syrjälä (1): drm: Drop the NV12M and YUV420M formats
drivers/gpu/drm/exynos/Kconfig | 2 +- drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | 7 ++++ drivers/gpu/drm/exynos/exynos_drm_drv.c | 2 - drivers/gpu/drm/exynos/exynos_drm_fimd.c | 5 --- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 52 ++++++---------------------- drivers/gpu/drm/exynos/exynos_drm_gem.c | 4 +- drivers/gpu/drm/exynos/exynos_drm_hdmi.c | 3 +- drivers/gpu/drm/exynos/exynos_drm_plane.c | 1 - drivers/gpu/drm/exynos/exynos_drm_vidi.c | 4 +-- drivers/gpu/drm/exynos/exynos_hdmi.c | 11 ++---- drivers/gpu/drm/exynos/exynos_mixer.c | 6 ++-- include/drm/drm_fourcc.h | 6 +--- 12 files changed, 30 insertions(+), 73 deletions(-)
On Mon, Sep 10, 2012 at 3:46 PM, Inki Dae inki.dae@samsung.com wrote:
Hello Dave, sorry for being late.
this patch set fixes build warnings and includes minor code cleanup and also one patch you missed. this patch just drops non-standard NV12M and YUV420M formats from drm_fourcc.h for this, you can refer to below link: http://lists.freedesktop.org/archives/dri-devel/2012-April/021812.html
other patches including big changes will go to -next.
This appears to be built on a bad base commit, it might have been some a fixes tree that I had to revoke, can you rebase onto Linus master and resend?
Dave.
Hi Dave,
-----Original Message----- From: Dave Airlie [mailto:airlied@gmail.com] Sent: Thursday, September 13, 2012 10:11 AM To: Inki Dae Cc: airlied@linux.ie; dri-devel@lists.freedesktop.org; kyungmin.park@samsung.com Subject: Re: [GIT PULL] exynos-drm-fixes
On Mon, Sep 10, 2012 at 3:46 PM, Inki Dae inki.dae@samsung.com wrote:
Hello Dave, sorry for being late.
this patch set fixes build warnings and includes minor code cleanup and also one patch you missed. this patch just drops non-standard NV12M and YUV420M formats from drm_fourcc.h for this, you can refer to below link: http://lists.freedesktop.org/archives/dri-devel/2012-
April/021812.html
other patches including big changes will go to -next.
This appears to be built on a bad base commit, it might have been some a fixes tree that I had to revoke, can you rebase onto Linus master and resend?
Rebased. if there is any problem, please let me know.
Thanks, Inki Dae
Dave.
On Mon, Sep 10, 2012 at 3:46 PM, Inki Dae inki.dae@samsung.com wrote:
Hello Dave, sorry for being late.
this patch set fixes build warnings and includes minor code cleanup and also one patch you missed. this patch just drops non-standard NV12M and YUV420M formats from drm_fourcc.h for this, you can refer to below link: http://lists.freedesktop.org/archives/dri-devel/2012-
April/021812.html
other patches including big changes will go to -next.
This appears to be built on a bad base commit, it might have been some a fixes tree that I had to revoke, can you rebase onto Linus master and resend?
Rebased. if there is any problem, please let me know.
commit da02680cb5ea7efd67732240fde739748149842e Merge: df5c2b7 26df641 Author: Inki Dae inki.dae@samsung.com Date: Thu Sep 13 11:18:11 2012 +0900
Merge branch 'drm-fixes' of ../main_line/linux-drm into dave-drm-fixes
shouldn't be there and is causing me problems, you shouldn't backmerge without a reason in the merge commit, and even then it should be avoided.
Dave.
2012년 9월 13일 목요일에 Dave Airlieairlied@gmail.com님이 작성:
On Mon, Sep 10, 2012 at 3:46 PM, Inki Dae inki.dae@samsung.com wrote:
Hello Dave, sorry for being late.
this patch set fixes build warnings and includes minor code cleanup
and
also one patch you missed. this patch just drops non-standard NV12M
and
YUV420M formats from drm_fourcc.h for this, you can refer to below link: http://lists.freedesktop.org/archives/dri-devel/2012-
April/021812.html
other patches including big changes will go to -next.
This appears to be built on a bad base commit, it might have been some a fixes tree that I had to revoke, can you rebase onto Linus master and resend?
Rebased. if there is any problem, please let me know.
commit da02680cb5ea7efd67732240fde739748149842e Merge: df5c2b7 26df641 Author: Inki Dae inki.dae@samsung.com Date: Thu Sep 13 11:18:11 2012 +0900
Merge branch 'drm-fixes' of ../main_line/linux-drm into dave-drm-fixes
shouldn't be there and is causing me problems, you shouldn't backmerge without a reason in the merge commit, and even then it should be avoided.
ah, sorry for inconvenient. removed that merge commit and checked to be merged to drm-fixes. please pull it again and please let me know if any problem again.
thanks, Inki Dae
Dave. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
dri-devel@lists.freedesktop.org