Subversion Repositories Kolibri OS

Rev

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

Rev 2342 Rev 3031
Line 59... Line 59...
59
	unsigned int stall_support:1;
59
	unsigned int stall_support:1;
60
	unsigned int pad:1;
60
	unsigned int pad:1;
61
	u16 output_flags;
61
	u16 output_flags;
62
} __attribute__((packed));
62
} __attribute__((packed));
Line -... Line 63...
-
 
63
 
-
 
64
/* Note: SDVO detailed timing flags match EDID misc flags. */
-
 
65
#define DTD_FLAG_HSYNC_POSITIVE (1 << 1)
-
 
66
#define DTD_FLAG_VSYNC_POSITIVE (1 << 2)
-
 
67
#define DTD_FLAG_INTERLACE	(1 << 7)
63
 
68
 
64
/** This matches the EDID DTD structure, more or less */
69
/** This matches the EDID DTD structure, more or less */
65
struct intel_sdvo_dtd {
70
struct intel_sdvo_dtd {
66
	struct {
71
	struct {
67
		u16 clock;	/**< pixel clock, in 10kHz units */
72
		u16 clock;	/**< pixel clock, in 10kHz units */
Line 701... Line 706...
701
#define SDVO_CMD_GET_COLORIMETRY	0x8f
706
#define SDVO_CMD_GET_COLORIMETRY	0x8f
702
#define SDVO_CMD_GET_AUDIO_ENCRYPT_PREFER 0x90
707
#define SDVO_CMD_GET_AUDIO_ENCRYPT_PREFER 0x90
703
#define SDVO_CMD_SET_AUDIO_STAT		0x91
708
#define SDVO_CMD_SET_AUDIO_STAT		0x91
704
#define SDVO_CMD_GET_AUDIO_STAT		0x92
709
#define SDVO_CMD_GET_AUDIO_STAT		0x92
705
#define SDVO_CMD_SET_HBUF_INDEX		0x93
710
#define SDVO_CMD_SET_HBUF_INDEX		0x93
-
 
711
  #define SDVO_HBUF_INDEX_ELD		0
-
 
712
  #define SDVO_HBUF_INDEX_AVI_IF	1
706
#define SDVO_CMD_GET_HBUF_INDEX		0x94
713
#define SDVO_CMD_GET_HBUF_INDEX		0x94
707
#define SDVO_CMD_GET_HBUF_INFO		0x95
714
#define SDVO_CMD_GET_HBUF_INFO		0x95
708
#define SDVO_CMD_SET_HBUF_AV_SPLIT	0x96
715
#define SDVO_CMD_SET_HBUF_AV_SPLIT	0x96
709
#define SDVO_CMD_GET_HBUF_AV_SPLIT	0x97
716
#define SDVO_CMD_GET_HBUF_AV_SPLIT	0x97
710
#define SDVO_CMD_SET_HBUF_DATA		0x98
717
#define SDVO_CMD_SET_HBUF_DATA		0x98