On Fri, Dec 4, 2015 at 5:48 PM, Greg Hackmann wrote:
> On 12/04/2015 11:23 AM, Rob Herring wrote:
>>
>> On Fri, Dec 4, 2015 at 12:40 PM, Benjamin Gaignard
>> wrote:
>>>
>>> Hi Rob,
>>>
>>> I got the same problem today with sti drm/kms driver and dumb Bo.
>>> The issue comes become hwcomposer beca
On Sat, Dec 5, 2015 at 3:40 PM, Rob Herring wrote:
> On Fri, Dec 4, 2015 at 5:48 PM, Greg Hackmann wrote:
>> On 12/04/2015 11:23 AM, Rob Herring wrote:
>>>
>>> On Fri, Dec 4, 2015 at 12:40 PM, Benjamin Gaignard
>>> wrote:
Hi Rob,
I got the same problem today with sti drm/kms
On Fri, Dec 04, 2015 at 03:48:26PM -0800, Greg Hackmann wrote:
> On 12/04/2015 11:23 AM, Rob Herring wrote:
> >On Fri, Dec 4, 2015 at 12:40 PM, Benjamin Gaignard
> > wrote:
> >>Hi Rob,
> >>
> >>I got the same problem today with sti drm/kms driver and dumb Bo.
> >>The issue comes become hwcomposer b
On 04/12/15 19:49, Rob Herring wrote:
> I'm working on getting Android working with DRM drivers. ATM, I'm
> using virtio-gpu as the driver and trying to get just KMS side working
> without rendering. I have it working with stock AOSP and the emulated
> fb with a few additions to the virtio-gpu driv
Hi Rob,
I got the same problem today with sti drm/kms driver and dumb Bo.
The issue comes become hwcomposer because is the master and authenticated
on /dev/dri/cardX
Dumb allocation is done by gralloc which does a new open (so it is not
authenticated) on drm node the consequence is that we can't u
Hi Rob,
On 4 December 2015 at 17:49, Rob Herring wrote:
> I'm working on getting Android working with DRM drivers. ATM, I'm
> using virtio-gpu as the driver and trying to get just KMS side working
> without rendering. I have it working with stock AOSP and the emulated
> fb with a few additions to
On 12/04/2015 11:23 AM, Rob Herring wrote:
> On Fri, Dec 4, 2015 at 12:40 PM, Benjamin Gaignard
> wrote:
>> Hi Rob,
>>
>> I got the same problem today with sti drm/kms driver and dumb Bo.
>> The issue comes become hwcomposer because is the master and authenticated on
>> /dev/dri/cardX
>> Dumb allo
On Fri, Dec 4, 2015 at 12:40 PM, Benjamin Gaignard
wrote:
> Hi Rob,
>
> I got the same problem today with sti drm/kms driver and dumb Bo.
> The issue comes become hwcomposer because is the master and authenticated on
> /dev/dri/cardX
> Dumb allocation is done by gralloc which does a new open (so i
I'm working on getting Android working with DRM drivers. ATM, I'm
using virtio-gpu as the driver and trying to get just KMS side working
without rendering. I have it working with stock AOSP and the emulated
fb with a few additions to the virtio-gpu driver[1]. Now I'm trying to
get things working wi