diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2007-01-26 22:08:24 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-06 22:03:18 -0500 |
commit | 098e27442713ef7921533130ebba5db6ef64aba6 (patch) | |
tree | 3331d8f845af2b91e65f290f2f40637ed9c69814 /include/asm-powerpc | |
parent | 66b44954f8f2129a39d145991c8e635046a71be6 (diff) |
[POWERPC] ps3: get av_multi_out params
Allow the PS3 AV settings driver to access the default video mode stored in
the OS area.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/ps3.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/asm-powerpc/ps3.h b/include/asm-powerpc/ps3.h index d1ae87df7776..f4347c195bfb 100644 --- a/include/asm-powerpc/ps3.h +++ b/include/asm-powerpc/ps3.h | |||
@@ -39,6 +39,17 @@ union ps3_firmware_version { | |||
39 | 39 | ||
40 | int ps3_get_firmware_version(union ps3_firmware_version *v); | 40 | int ps3_get_firmware_version(union ps3_firmware_version *v); |
41 | 41 | ||
42 | /* 'Other OS' area */ | ||
43 | |||
44 | enum ps3_param_av_multi_out { | ||
45 | PS3_PARAM_AV_MULTI_OUT_NTSC = 0, | ||
46 | PS3_PARAM_AV_MULTI_OUT_PAL_RGB = 1, | ||
47 | PS3_PARAM_AV_MULTI_OUT_PAL_YCBCR = 2, | ||
48 | PS3_PARAM_AV_MULTI_OUT_SECAM = 3, | ||
49 | }; | ||
50 | |||
51 | enum ps3_param_av_multi_out ps3_os_area_get_av_multi_out(void); | ||
52 | |||
42 | /** | 53 | /** |
43 | * struct ps3_device_id - HV bus device identifier from the system repository | 54 | * struct ps3_device_id - HV bus device identifier from the system repository |
44 | * @bus_id: HV bus id, {1..} (zero invalid) | 55 | * @bus_id: HV bus id, {1..} (zero invalid) |