diff options
author | Leela Krishna Amudala <l.krishna@samsung.com> | 2012-08-07 20:44:50 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-08-07 20:44:50 -0400 |
commit | a44cf75dcb28c0e8ea82db26e43112b4f63d1f8b (patch) | |
tree | e867fec4d95eaa6f29218fe1160e5cee32fa92aa /include/video/samsung_fimd.h | |
parent | 5a213a55c6d39fd24eaba4610dac21444090a365 (diff) |
include/video: Add register offsets for FIMD version 8
FIMD version 8 has VIDTCON and VIDCON registers at different offsets
from the previous versions. Hence, adding the macros.
Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'include/video/samsung_fimd.h')
-rw-r--r-- | include/video/samsung_fimd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/video/samsung_fimd.h b/include/video/samsung_fimd.h index e979f424a4ae..7ae6c07f2ef8 100644 --- a/include/video/samsung_fimd.h +++ b/include/video/samsung_fimd.h | |||
@@ -524,3 +524,10 @@ | |||
524 | * 1110 -none- -none- -none- -none- -none- | 524 | * 1110 -none- -none- -none- -none- -none- |
525 | * 1111 -none- -none- -none- -none- -none- | 525 | * 1111 -none- -none- -none- -none- -none- |
526 | */ | 526 | */ |
527 | |||
528 | /* FIMD Version 8 register offset definitions */ | ||
529 | #define FIMD_V8_VIDTCON0 (0x20010) | ||
530 | #define FIMD_V8_VIDTCON1 (0x20014) | ||
531 | #define FIMD_V8_VIDTCON2 (0x20018) | ||
532 | #define FIMD_V8_VIDTCON3 (0x2001C) | ||
533 | #define FIMD_V8_VIDCON1 (0x20004) | ||