Subversion Repositories Kolibri OS

Rev

Rev 1117 | Rev 1268 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1117 Rev 1179
Line 2372... Line 2372...
2372
	UCHAR ucExt_TV_ASIC_SlaveAddr;
2372
	UCHAR ucExt_TV_ASIC_SlaveAddr;
2373
	/*ATOM_DTD_FORMAT          aModeTimings[MAX_SUPPORTED_TV_TIMING]; */
2373
	/*ATOM_DTD_FORMAT          aModeTimings[MAX_SUPPORTED_TV_TIMING]; */
2374
	ATOM_MODE_TIMING aModeTimings[MAX_SUPPORTED_TV_TIMING];
2374
	ATOM_MODE_TIMING aModeTimings[MAX_SUPPORTED_TV_TIMING];
2375
} ATOM_ANALOG_TV_INFO;
2375
} ATOM_ANALOG_TV_INFO;
Line -... Line 2376...
-
 
2376
 
-
 
2377
#define MAX_SUPPORTED_TV_TIMING_V1_2    3
-
 
2378
 
-
 
2379
typedef struct _ATOM_ANALOG_TV_INFO_V1_2 {
-
 
2380
	ATOM_COMMON_TABLE_HEADER sHeader;
-
 
2381
	UCHAR                    ucTV_SupportedStandard;
-
 
2382
	UCHAR                    ucTV_BootUpDefaultStandard;
-
 
2383
	UCHAR                    ucExt_TV_ASIC_ID;
-
 
2384
	UCHAR                    ucExt_TV_ASIC_SlaveAddr;
-
 
2385
	ATOM_DTD_FORMAT          aModeTimings[MAX_SUPPORTED_TV_TIMING];
-
 
2386
} ATOM_ANALOG_TV_INFO_V1_2;
2376
 
2387
 
2377
/**************************************************************************/
2388
/**************************************************************************/
Line 2378... Line 2389...
2378
/*  VRAM usage and their defintions */
2389
/*  VRAM usage and their defintions */
2379
 
2390