[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-08 Thread Rob Clark
On Mon, Feb 18, 2013 at 7:51 AM, Inki Dae wrote: > This patch adds library and test application for g2d gpu(fimg2d). > > The fimg2d hardware is a 2D graphics accelerator(G2D) that > supports Bit Block Transfer(BitBLT). > > The library includes the following primitive drawing operations: > .solid f

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-06 Thread Inki Dae
2013/3/3 Rob Clark : > On Sat, Mar 2, 2013 at 2:28 AM, Inki Dae wrote: >> Actually, we have already implemented the EXA part of X server and >> that has being used on our linux platform. But I think we could more >> improvement this. So are you writting user side g2d drivers for Chrome >> book(bas

Re: [PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-05 Thread Inki Dae
2013/3/3 Rob Clark : > On Sat, Mar 2, 2013 at 2:28 AM, Inki Dae wrote: >> Actually, we have already implemented the EXA part of X server and >> that has being used on our linux platform. But I think we could more >> improvement this. So are you writting user side g2d drivers for Chrome >> book(bas

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-02 Thread Inki Dae
2013/3/1 Rob Clark : > On Fri, Mar 1, 2013 at 1:52 AM, Inki Dae wrote: >> 2013/3/1 Rob Clark : >>> Just curious, but the 2d blitter have it's own sort of >>> command-processor, ie. can you feed it a list of different blits in >>> one batch and then it will process them one after another? >>> >> >>

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-02 Thread Rob Clark
On Sat, Mar 2, 2013 at 2:28 AM, Inki Dae wrote: > Actually, we have already implemented the EXA part of X server and > that has being used on our linux platform. But I think we could more > improvement this. So are you writting user side g2d drivers for Chrome > book(based on Exynos5250 SoC)? And

Re: [PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-02 Thread Rob Clark
On Sat, Mar 2, 2013 at 2:28 AM, Inki Dae wrote: > Actually, we have already implemented the EXA part of X server and > that has being used on our linux platform. But I think we could more > improvement this. So are you writting user side g2d drivers for Chrome > book(based on Exynos5250 SoC)? And

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-01 Thread Inki Dae
2013/3/1 Rob Clark : > Just curious, but the 2d blitter have it's own sort of > command-processor, ie. can you feed it a list of different blits in > one batch and then it will process them one after another? > Right, the command lists are processed by the dma. One command list links up with anoth

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-01 Thread Rob Clark
On Fri, Mar 1, 2013 at 1:52 AM, Inki Dae wrote: > 2013/3/1 Rob Clark : >> Just curious, but the 2d blitter have it's own sort of >> command-processor, ie. can you feed it a list of different blits in >> one batch and then it will process them one after another? >> > > Right, the command lists are

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-02-28 Thread Rob Clark
Just curious, but the 2d blitter have it's own sort of command-processor, ie. can you feed it a list of different blits in one batch and then it will process them one after another? If so, that would make the separate ioctls for SET_CMDLIST on each blit operation, and then EXEC a bit awkward, and

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-02-18 Thread Inki Dae
This patch adds library and test application for g2d gpu(fimg2d). The fimg2d hardware is a 2D graphics accelerator(G2D) that supports Bit Block Transfer(BitBLT). The library includes the following primitive drawing operations: .solid fill - This operation fills the given buffer with the g

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-02-18 Thread Inki Dae
This patch adds library and test application for g2d gpu(fimg2d). The fimg2d hardware is a 2D graphics accelerator(G2D) that supports Bit Block Transfer(BitBLT). The library includes the following primitive drawing operations: .solid fill - This operation fills the given buffer with the g