[PATCH v2] libdrm: add exynos drm support

2012-05-13 Thread daei...@gmail.com
2012. 5. 13. ?? 12:05 Rob Clark ??: > Ok, I've pushed this with a couple minor cleanups: > > 1) remove .pc file (which is generated from .pc.in file) > 2) below patch to fix a compile error (maybe not seen w/ older gcc?) > 3) remove DRM_IOCTL_EXYNOS_GEM_USERPTR because I think that part is >

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

2012-05-05 Thread daei...@gmail.com
Hi Dave, 2012. 4. 25. ?? 7:15 Dave Airlie ??: > On Tue, Apr 24, 2012 at 6:17 AM, Inki Dae 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 >> interface can identify memory type

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

2012-04-07 Thread daei...@gmail.com
?? iPad?? ?? 2012. 4. 6. ?? 4:43 Ville Syrj?l? ??: > On Fri, Apr 06, 2012 at 03:05:36PM +0900, Inki Dae wrote: >> Hi Ville, >> >>> -Original Message- >>> From: Ville Syrj?l? [mailto:ville.syrjala at linux.intel.com] >>> Sent: Friday, April 06, 2012 3:14 AM >>> To: airlied at redhat.co

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

2012-03-27 Thread daei...@gmail.com
Reviewed-by: Inki Dae 2012. 3. 27. ?? 12:02 Dave Airlie ??: > From: Dave Airlie > > 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 descriptor, and a file descriptor to a 32-bit object