aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/root_dev.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-11-19 13:28:13 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2010-11-19 13:28:13 -0500
commit973d168de251d46605dc00d2c7f83848a5af9fb9 (patch)
treeac607f4e61347a55f1ce12cc293725f74b9f089b /include/linux/root_dev.h
parent764bc5691765470b486ec70916935c771d7f5bb1 (diff)
parent16c59ef33b389217c29122235e475557bc1412a1 (diff)
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel
* 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel: drm/i915: Disable FBC on Ironlake to save 1W drm/i915: Take advantage of auto-polling CRT hotplug detection on PCH hardware drm/i915/crt: Introduce struct intel_crt drm/i915: Do not hold mutex when faulting in user addresses drm: radeon: fix error value sign drm/radeon/kms: fix and unify tiled buffer alignment checking for r6xx/7xx drm/i915: Retire any pending operations on the old scanout when switching drm/i915: Fix I2C adapter registration
Diffstat (limited to 'include/linux/root_dev.h')
0 files changed, 0 insertions, 0 deletions
ss='alt'>
bb230c124730







80529c45ab66


bb230c124730



48776fd22344





80529c45ab66

48776fd22344








48776fd22344












80529c45ab66
48776fd22344

















985ef4dcf94a
9f8868ffb39c
1da177e4c3f4


9e92054e8e04
9f8868ffb39c
32f0ea05219e

9e92054e8e04
32f0ea05219e
48776fd22344


9e92054e8e04
48776fd22344

9e92054e8e04
48776fd22344
9f8868ffb39c

9e92054e8e04

9f8868ffb39c
1da177e4c3f4




9e92054e8e04
1da177e4c3f4
985ef4dcf94a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195