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

2015-06-03 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

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

2015-05-30 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

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

2015-05-11 Thread Tomasz Figa
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 --- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 33