Skip to content

Commit e432bc3

Browse files
6by9popcornmix
authored andcommitted
vec: Support PAL-N.
It's supported as a standard preset within the VEC, but there was no way of selecting it. The 2 bits for SDTV mode in enum SDTV_MODE_T were fully utilised, so add it as a modifier in one of the higher bits if PAL is selected. raspberrypi/firmware#811
1 parent 7b6b0a9 commit e432bc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/vmcs_host/vc_sdtv.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ typedef enum SDTV_MODE_T_
5959

6060
SDTV_MODE_PROGRESSIVE = 0x10, /**<240p progressive output*/
6161

62+
SDTV_MODE_PAL_N = 0x40, /**<Use PAL-N instead of normal PAL*/
63+
6264
SDTV_MODE_OFF = 0x80,
6365
SDTV_MODE_FORCE_32BIT = 0x80000000
6466
} SDTV_MODE_T;

0 commit comments

Comments
 (0)