DRM support in Android

2016-01-15 Thread vijay kumar
Thank u all for ur response.Please clarify whether android graphics stack
and android-x86 graphics stack is same or not.I did n't find information
about android-x86 graphics stack.Please provide some help.

Thanks and Regards,
Vijay Kumar Prathipati.

On Fri, Jan 15, 2016 at 3:54 PM, Daniel Vetter  wrote:

> On Fri, Jan 15, 2016 at 09:35:27AM +0800, Chih-Wei Huang wrote:
> > 2016-01-09 16:37 GMT+08:00 vijay kumar :
> > > Thanks Greg .You Helped me a lot.
> > >
> > > On Thu, Jan 7, 2016 at 10:52 PM, Greg Hackmann 
> wrote:
> > >>
> > >> On Tue, Jan 5, 2016 at 12:06 AM, vijay kumar 
> wrote:
> > >>>
> > >>> Hii all,
> > >>>   I want to know some information regarding DRI and DRM
> > >>> support in android.Does Android uses DRI drivers in MESA for Direct
> > >>> rendering.
> > >>
> > >> The vendor needs to supply an EGL implementation at a well-known path
> > >> (
> https://android.googlesource.com/platform/frameworks/native/+/android-6.0.1_r5/opengl/libs/EGL/Loader.cpp#41
> ).
> > >> This can be Mesa or a proprietary library.
> >
> > Android-x86 is the first open source project
> > that brought Mesa/DRM to the Android platform.
> > Refer to:
> >
> > http://sourceforge.net/p/android-x86/external_libdrm/
> > http://sourceforge.net/p/android-x86/external_mesa/
> > http://sourceforge.net/p/android-x86/external_drm_gralloc/ (Drm based
> > gralloc HAL)
> >
> > It's glad to see drm_gralloc is now a part of
> > AOSP marshmallow release.
> > Google Pixel C is probably the first (and only?) one
> > android product that uses it.
> >
> > We have a devel group working on that.
> > If you are interesting, I can invite you to join.
>
> Fyi Google just opened up their drm_hwcomposer implementation. Open as in
> actually open for patches!
>
> https://dev.chromium.org/android/contributing-to-drm_hwcomposer
>
> Cheers, Daniel
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160115/0765ec69/attachment.html>


DRM support in Android

2016-01-15 Thread Daniel Vetter
On Fri, Jan 15, 2016 at 09:35:27AM +0800, Chih-Wei Huang wrote:
> 2016-01-09 16:37 GMT+08:00 vijay kumar :
> > Thanks Greg .You Helped me a lot.
> >
> > On Thu, Jan 7, 2016 at 10:52 PM, Greg Hackmann  
> > wrote:
> >>
> >> On Tue, Jan 5, 2016 at 12:06 AM, vijay kumar  
> >> wrote:
> >>>
> >>> Hii all,
> >>>   I want to know some information regarding DRI and DRM
> >>> support in android.Does Android uses DRI drivers in MESA for Direct
> >>> rendering.
> >>
> >> The vendor needs to supply an EGL implementation at a well-known path
> >> (https://android.googlesource.com/platform/frameworks/native/+/android-6.0.1_r5/opengl/libs/EGL/Loader.cpp#41).
> >> This can be Mesa or a proprietary library.
> 
> Android-x86 is the first open source project
> that brought Mesa/DRM to the Android platform.
> Refer to:
> 
> http://sourceforge.net/p/android-x86/external_libdrm/
> http://sourceforge.net/p/android-x86/external_mesa/
> http://sourceforge.net/p/android-x86/external_drm_gralloc/ (Drm based
> gralloc HAL)
> 
> It's glad to see drm_gralloc is now a part of
> AOSP marshmallow release.
> Google Pixel C is probably the first (and only?) one
> android product that uses it.
> 
> We have a devel group working on that.
> If you are interesting, I can invite you to join.

Fyi Google just opened up their drm_hwcomposer implementation. Open as in
actually open for patches!

https://dev.chromium.org/android/contributing-to-drm_hwcomposer

Cheers, Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


DRM support in Android

2016-01-15 Thread Chih-Wei Huang
2016-01-09 16:37 GMT+08:00 vijay kumar :
> Thanks Greg .You Helped me a lot.
>
> On Thu, Jan 7, 2016 at 10:52 PM, Greg Hackmann  
> wrote:
>>
>> On Tue, Jan 5, 2016 at 12:06 AM, vijay kumar  wrote:
>>>
>>> Hii all,
>>>   I want to know some information regarding DRI and DRM
>>> support in android.Does Android uses DRI drivers in MESA for Direct
>>> rendering.
>>
>> The vendor needs to supply an EGL implementation at a well-known path
>> (https://android.googlesource.com/platform/frameworks/native/+/android-6.0.1_r5/opengl/libs/EGL/Loader.cpp#41).
>> This can be Mesa or a proprietary library.

Android-x86 is the first open source project
that brought Mesa/DRM to the Android platform.
Refer to:

http://sourceforge.net/p/android-x86/external_libdrm/
http://sourceforge.net/p/android-x86/external_mesa/
http://sourceforge.net/p/android-x86/external_drm_gralloc/ (Drm based
gralloc HAL)

It's glad to see drm_gralloc is now a part of
AOSP marshmallow release.
Google Pixel C is probably the first (and only?) one
android product that uses it.

We have a devel group working on that.
If you are interesting, I can invite you to join.


-- 
Chih-Wei
Android-x86 project
http://www.android-x86.org


DRM support in Android

2016-01-09 Thread vijay kumar
Thanks Greg .You Helped me a lot.

On Thu, Jan 7, 2016 at 10:52 PM, Greg Hackmann  wrote:

> On Tue, Jan 5, 2016 at 12:06 AM, vijay kumar  wrote:
>
>> Hii all,
>>   I want to know some information regarding DRI and DRM
>> support in android.Does Android uses DRI drivers in MESA for Direct
>> rendering.
>>
>
> The vendor needs to supply an EGL implementation at a well-known path (
> https://android.googlesource.com/platform/frameworks/native/+/android-6.0.1_r5/opengl/libs/EGL/Loader.cpp#41).
> This can be Mesa or a proprietary library.
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160109/9bc41853/attachment.html>


DRM support in Android

2016-01-07 Thread Greg Hackmann
On Tue, Jan 5, 2016 at 12:06 AM, vijay kumar  wrote:

> Hii all,
>   I want to know some information regarding DRI and DRM
> support in android.Does Android uses DRI drivers in MESA for Direct
> rendering.
>

The vendor needs to supply an EGL implementation at a well-known path (
https://android.googlesource.com/platform/frameworks/native/+/android-6.0.1_r5/opengl/libs/EGL/Loader.cpp#41).
This can be Mesa or a proprietary library.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160107/f242d5de/attachment.html>


DRM support in Android

2016-01-05 Thread vijay kumar
Hii all,
  I want to know some information regarding DRI and DRM support
in android.Does Android uses DRI drivers in MESA for Direct rendering.Can
DRI drivers alone can be used without DRM ? I am pretty confused that how
Direct rendering is performed in android whether by DRI or some other
method.Struggling with this problem since many days but did n't find any
answer .Please do help me.

Thanks and Regards.
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160105/ec176b37/attachment.html>