[PATCH v2 1/5] drm/rockchip: Add basic drm driver

2014-09-18 Thread Mark yao
This patch adds the basic structure of a DRM Driver for Rockchip Socs. Signed-off-by: Mark yao mark@rock-chips.com --- Changes in v2: - use the component framework to defer main drm driver probe until all VOP devices have been probed. - use dma-mapping API with ARM_DMA_USE_IOMMU, create dma

Re: [PATCH v2 1/5] drm/rockchip: Add basic drm driver

2014-09-18 Thread Daniel Vetter
On Thu, Sep 18, 2014 at 04:52:14PM +0200, Daniel Vetter wrote: On Thu, Sep 18, 2014 at 05:36:31PM +0800, Mark yao wrote: This patch adds the basic structure of a DRM Driver for Rockchip Socs. Signed-off-by: Mark yao mark@rock-chips.com --- Changes in v2: - use the component

Re: [PATCH v2 1/5] drm/rockchip: Add basic drm driver

2014-09-18 Thread Daniel Vetter
On Thu, Sep 18, 2014 at 05:36:31PM +0800, Mark yao wrote: This patch adds the basic structure of a DRM Driver for Rockchip Socs. Signed-off-by: Mark yao mark@rock-chips.com --- Changes in v2: - use the component framework to defer main drm driver probe until all VOP devices have been

Re: [PATCH v2 1/5] drm/rockchip: Add basic drm driver

2014-09-18 Thread yaozq
On 2014年09月18日 22:53, Daniel Vetter wrote: On Thu, Sep 18, 2014 at 04:52:14PM +0200, Daniel Vetter wrote: On Thu, Sep 18, 2014 at 05:36:31PM +0800, Mark yao wrote: This patch adds the basic structure of a DRM Driver for Rockchip Socs. Signed-off-by: Mark yao mark@rock-chips.com ---