~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to include/drm/drm_dp_helper.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
#define DP_MAX_LANE_COUNT                   0x002
55
55
# define DP_MAX_LANE_COUNT_MASK             0x1f
 
56
# define DP_TPS3_SUPPORTED                  (1 << 6)
56
57
# define DP_ENHANCED_FRAME_CAP              (1 << 7)
57
58
 
58
59
#define DP_MAX_DOWNSPREAD                   0x003
71
72
 
72
73
#define DP_MAIN_LINK_CHANNEL_CODING         0x006
73
74
 
 
75
#define DP_TRAINING_AUX_RD_INTERVAL         0x00e
 
76
 
74
77
/* link configuration */
75
78
#define DP_LINK_BW_SET                      0x100
76
79
# define DP_LINK_BW_1_62                    0x06
77
80
# define DP_LINK_BW_2_7                     0x0a
 
81
# define DP_LINK_BW_5_4                     0x14
78
82
 
79
83
#define DP_LANE_COUNT_SET                   0x101
80
84
# define DP_LANE_COUNT_MASK                 0x0f
84
88
# define DP_TRAINING_PATTERN_DISABLE        0
85
89
# define DP_TRAINING_PATTERN_1              1
86
90
# define DP_TRAINING_PATTERN_2              2
 
91
# define DP_TRAINING_PATTERN_3              3
87
92
# define DP_TRAINING_PATTERN_MASK           0x3
88
93
 
89
94
# define DP_LINK_QUAL_PATTERN_DISABLE       (0 << 2)