Re: [PATCH v2] libdrm: add exynos drm support

2012-05-12 Thread daeinki
, void *edid); + +#endif /* EXYNOS_DRMIF_H_ */ diff --git a/exynos/libdrm_exynos.pc b/exynos/libdrm_exynos.pc new file mode 100644 index 000..434dc3f --- /dev/null +++ b/exynos/libdrm_exynos.pc @@ -0,0 +1,11 @@ +prefix=/home/daeinki/project/share +exec_prefix=${prefix} +libdir

Re: [PATCH v2 3/4] drm/exynos: added userptr feature.

2012-05-05 Thread daeinki
Hi Dave, 2012. 4. 25. 오후 7:15 Dave Airlie airl...@gmail.com 작성: On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae inki@samsung.com wrote: this feature could be used to use memory region allocated by malloc() in user mode and mmaped memory region allocated by other memory allocators. userptr

Re: [PATCH libdrm] libdrm: update drm/drm_fourcc.h from kernel to add multi plane formats

2012-04-07 Thread daeinki
나의 iPad에서 보냄 2012. 4. 6. 오후 4:43 Ville Syrjälä syrj...@sci.fi 작성: On Fri, Apr 06, 2012 at 03:05:36PM +0900, Inki Dae wrote: Hi Ville, -Original Message- From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] Sent: Friday, April 06, 2012 3:14 AM To: airl...@redhat.com Cc:

Re: [PATCH] drm: base prime/dma-buf support

2012-03-26 Thread daeinki
Reviewed-by: Inki Dae inki@samsung.com 2012. 3. 27. 오전 12:02 Dave Airlie airl...@gmail.com 작성: From: Dave Airlie airl...@redhat.com This adds the basic drm dma-buf interface layer, called PRIME, The main APIs exposed to userspace allow translating a 32-bit object handle to a file

[PATCH] [RFC PATCH] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-08-01 Thread daeinki
Hi, Sascha Hauer. thank you for your comments and below is my answer. Sascha Hauer wrote: > Hi, > > On Fri, Jul 29, 2011 at 04:24:35PM +0900, Inki Dae wrote: >> This patch is a DRM Driver(only including FIMD Driver yet) >> for Samsung SoC Exynos4210. and as RFC, I am sending only DRM driver

Re: [PATCH] [RFC PATCH] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-07-31 Thread daeinki
Hi, Sascha Hauer. thank you for your comments and below is my answer. Sascha Hauer wrote: Hi, On Fri, Jul 29, 2011 at 04:24:35PM +0900, Inki Dae wrote: This patch is a DRM Driver(only including FIMD Driver yet) for Samsung SoC Exynos4210. and as RFC, I am sending only DRM driver part. this

Some questions about DRM(Direct Rendering Manager)

2011-06-23 Thread daeinki
nk you. Rob Clark ? ?: > fwiw, drm_fb_helper_single_fb_probe() calls register_framebuffer() (if > that was the question?) > > BR, > -R > > 2011/6/22 InKi Dae : >> It adds dri-devel at lists.freedesktop.org to this mail thread. >> Thank you. >> >> 20

Re: Some questions about DRM(Direct Rendering Manager)

2011-06-22 Thread daeinki
쓴 글: fwiw, drm_fb_helper_single_fb_probe() calls register_framebuffer() (if that was the question?) BR, -R 2011/6/22 InKi Dae daei...@gmail.com: It adds dri-devel@lists.freedesktop.org to this mail thread. Thank you. 2011년 6월 22일 오후 3:04, daeinki inki@samsung.com님의 말: below