[PATCH] drm/exynos: modify burst size based on overlay size

2012-11-20 Thread Kyungmin Park
Hi, On Tue, Nov 20, 2012 at 11:21 PM, Prathyush K wrote: > The BURST size of fimd is adjusted based on the number of bytes to be > read. This is calculated based on the overlay width and the number of > bits per pixel. There are three burst lengths supported - 4 words, > 8 words and 16 words whe

[PATCH] drm/exynos: modify burst size based on overlay size

2012-11-20 Thread Prathyush K
The BURST size of fimd is adjusted based on the number of bytes to be read. This is calculated based on the overlay width and the number of bits per pixel. There are three burst lengths supported - 4 words, 8 words and 16 words where each word is 8 bytes long. Signed-off-by: Prathyush K --- driv

Re: [PATCH] drm/exynos: modify burst size based on overlay size

2012-11-20 Thread Kyungmin Park
Hi, On Tue, Nov 20, 2012 at 11:21 PM, Prathyush K wrote: > The BURST size of fimd is adjusted based on the number of bytes to be > read. This is calculated based on the overlay width and the number of > bits per pixel. There are three burst lengths supported - 4 words, > 8 words and 16 words wher

[PATCH] drm/exynos: modify burst size based on overlay size

2012-11-20 Thread Prathyush K
The BURST size of fimd is adjusted based on the number of bytes to be read. This is calculated based on the overlay width and the number of bits per pixel. There are three burst lengths supported - 4 words, 8 words and 16 words where each word is 8 bytes long. Signed-off-by: Prathyush K --- driv