diff options
author | Damian <dhobsong@igel.co.jp> | 2011-05-18 07:10:08 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-05-23 03:06:26 -0400 |
commit | 3fedd2ac7662a10ab2973d3b6f11cdce87b7171a (patch) | |
tree | 07640424b8ed5b4342376886023beb8907fedfea /include/video/sh_mobile_meram.h | |
parent | 7caa4342ca5b37d2d178b464c16badd4228b3b7b (diff) |
sh_mobile_meram: Add support for NV24 framebuffers
Since the NV24 framebuffer has a CbCr plane that is twice as wide
as the Y plane, it needs to be handled as a special case.
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/video/sh_mobile_meram.h')
-rw-r--r-- | include/video/sh_mobile_meram.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/video/sh_mobile_meram.h b/include/video/sh_mobile_meram.h index 15fbb3da266f..af602d602b28 100644 --- a/include/video/sh_mobile_meram.h +++ b/include/video/sh_mobile_meram.h | |||
@@ -9,7 +9,8 @@ enum { | |||
9 | 9 | ||
10 | enum { | 10 | enum { |
11 | SH_MOBILE_MERAM_PF_NV = 0, | 11 | SH_MOBILE_MERAM_PF_NV = 0, |
12 | SH_MOBILE_MERAM_PF_RGB | 12 | SH_MOBILE_MERAM_PF_RGB, |
13 | SH_MOBILE_MERAM_PF_NV24 | ||
13 | }; | 14 | }; |
14 | 15 | ||
15 | 16 | ||