[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-27 Thread Hyungwon Hwang
Dear Emil, On Mon, 26 Jan 2015 19:05:51 + Emil Velikov wrote: > On 26 January 2015 at 01:42, Hyungwon Hwang > wrote: > > Dear Tobias, > > > > Thanks for fixing it. > > > > Signed-off-by: Hyungwon Hwang > > > Hi Hyungwon Hwang > > I'm a bit confused about the use of s-o-b here. I've

[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-27 Thread Emil Velikov
On 27 January 2015 at 01:05, Hyungwon Hwang wrote: > Dear Emil, > > On Mon, 26 Jan 2015 19:05:51 + > Emil Velikov wrote: > >> On 26 January 2015 at 01:42, Hyungwon Hwang >> wrote: >> > Dear Tobias, >> > >> > Thanks for fixing it. >> > >> > Signed-off-by: Hyungwon Hwang >> > >> Hi Hyungwon

[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-26 Thread Emil Velikov
On 26 January 2015 at 01:42, Hyungwon Hwang wrote: > Dear Tobias, > > Thanks for fixing it. > > Signed-off-by: Hyungwon Hwang > Hi Hyungwon Hwang I'm a bit confused about the use of s-o-b here. I've assumed that libdrm follows the kernel style [1] for those type of things ? Would you have

[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-26 Thread Hyungwon Hwang
Dear Tobias, Thanks for fixing it. Signed-off-by: Hyungwon Hwang On Fri, 16 Jan 2015 23:57:33 +0100 Tobias Jakobi wrote: > From: Hyungwon Hwang > > The ioctl DRM_EXYNOS_GEM_MAP_OFFSET and DRM_EXYNOS_GEM_MMAP are > removed from the linux kernel. This patch modifies libdrm and libkms > to

[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2015-01-16 Thread Tobias Jakobi
From: Hyungwon Hwang The ioctl DRM_EXYNOS_GEM_MAP_OFFSET and DRM_EXYNOS_GEM_MMAP are removed from the linux kernel. This patch modifies libdrm and libkms to use drm generic ioctls instead of the removed ioctls. v2: The original patch was erroneous. In case the

[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2014-11-19 Thread Inki Dae
On 2014년 10월 31일 10:28, Hyungwon Hwang wrote: > The ioctl DRM_EXYNOS_GEM_MAP_OFFSET and DRM_EXYNOS_GEM_MMAP are removed from > the linux kernel. This patch modifies libdrm and libkms to use drm generic > ioctls instead of the removed ioctls. Signed-off-by: Inki Dae > > Signed-off-by:

[PATCH 1/2] exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls

2014-10-31 Thread Hyungwon Hwang
The ioctl DRM_EXYNOS_GEM_MAP_OFFSET and DRM_EXYNOS_GEM_MMAP are removed from the linux kernel. This patch modifies libdrm and libkms to use drm generic ioctls instead of the removed ioctls. Signed-off-by: Hyungwon Hwang --- exynos/exynos_drm.c | 24 +--- libkms/exynos.c