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
나의 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.syrj...@linux.intel.com]
>>> Sent: Friday, April 06, 2012 3:14 AM
>>> To: airl...@redhat.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
gt;> +
>> +#define DRM_IOCTL_EXYNOS_GEM_CREATEDRM_IOWR(DRM_COMMAND_BASE + \
>> + DRM_EXYNOS_GEM_CREATE, struct drm_exynos_gem_create)
>> +
>> +#define DRM_IOCTL_EXYNOS_GEM_MAP_OFFSETDRM_IOWR(DRM_COMMAND_BASE + \
>> + DRM_EXYNOS
ily at booting time?
Thank 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@lists.freedesktop.org to this mail thread.
>> Thank you.
>
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 pa
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.
ily at booting time?
Thank 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