From 3fedd2ac7662a10ab2973d3b6f11cdce87b7171a Mon Sep 17 00:00:00 2001 From: Damian Date: Wed, 18 May 2011 11:10:08 +0000 Subject: 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 Signed-off-by: Paul Mundt --- include/video/sh_mobile_meram.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/video/sh_mobile_meram.h') 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 { enum { SH_MOBILE_MERAM_PF_NV = 0, - SH_MOBILE_MERAM_PF_RGB + SH_MOBILE_MERAM_PF_RGB, + SH_MOBILE_MERAM_PF_NV24 }; -- cgit