Re: [PATCH v2] drm/rockchip: Add BGR formats to VOP

2015-06-02 Thread Mark yao
On 2015年05月30日 02:56, Tomasz Figa wrote: On Mon, May 11, 2015 at 7:55 PM, Tomasz Figa wrote: VOP can support BGR formats in all windows thanks to red/blue swap option provided in WINx_CTRL0 registers. This patch enables support for ABGR, XBGR, BGR888 and BGR565 formats by using this fea

Re: [PATCH v2] drm/rockchip: Add BGR formats to VOP

2015-05-29 Thread Tomasz Figa
On Mon, May 11, 2015 at 7:55 PM, Tomasz Figa wrote: > VOP can support BGR formats in all windows thanks to red/blue swap option > provided in WINx_CTRL0 registers. This patch enables support for > ABGR, XBGR, BGR888 and BGR565 formats by using this feature. > > Signed-off-by: Tomasz Figa