On Wed, 2014-10-08 at 09:17 +0800, Mark yao wrote:
> Hi Steven
> I'm glad to see you to discuss about rk29xx.
>
> On 2014?10?08? 06:26, Steven Newbury wrote:
> > I've just been discussing how this relates to rk29xx on #etnaviv.
> > I
> > looked through the patch and it's good to see it's no
Hi Steven
I'm glad to see you to discuss about rk29xx.
On 2014?10?08? 06:26, Steven Newbury wrote:
> I've just been discussing how this relates to rk29xx on #etnaviv. I
> looked through the patch and it's good to see it's not limited to
> supporting Mali GPUs. I see no reason this wouldn't
I've just been discussing how this relates to rk29xx on #etnaviv. I
looked through the patch and it's good to see it's not limited to
supporting Mali GPUs. I see no reason this wouldn't be compatible
with etna_viv for rk29xx (or future Rockchip designs with alternative
GPUs) as long as the re
On 2014?09?30? 21:31, Andrzej Hajda wrote:
> Hi Mark,
Hi Andrzej,
Sorry for replying late, I have a vacation before.
Thanks for your review.
> On 09/30/2014 03:03 PM, Mark Yao wrote:
>> From: Mark yao
>>
>> This patch adds the basic structure of a DRM Driver for Rockchip Socs.
>>
>> Sign
On 10/07/2014 05:56 AM, Mark yao wrote:
> On 2014?09?30? 21:31, Andrzej Hajda wrote:
>> Hi Mark,
> Hi Andrzej,
> Sorry for replying late, I have a vacation before.
> Thanks for your review.
>> On 09/30/2014 03:03 PM, Mark Yao wrote:
>>> From: Mark yao
>>>
(...)
>>> +#ifdef CONFIG_PM_SLEEP
From: Mark yao
This patch adds the basic structure of a DRM Driver for Rockchip Socs.
Signed-off-by: Mark Yao
Signed-off-by: Daniel Kurtz
Acked-by: Daniel Vetter
Reviewed-by: Rob Clark
---
Changes in v2:
- use the component framework to defer main drm driver probe
until all VOP devices hav
Hi Mark,
On 09/30/2014 03:03 PM, Mark Yao wrote:
> From: Mark yao
>
> This patch adds the basic structure of a DRM Driver for Rockchip Socs.
>
> Signed-off-by: Mark Yao
> Signed-off-by: Daniel Kurtz
> Acked-by: Daniel Vetter
> Reviewed-by: Rob Clark
> ---
> Changes in v2:
> - use the compon