egl: Fix int <-> ptr casts.
[mesa.git] / src / egl / drivers / dri2 / platform_drm.c
1 /*
2 * Copyright © 2011 Intel Corporation
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice (including the next
12 * paragraph) shall be included in all copies or substantial portions of the
13 * Software.
14 *
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE.
23 *
24 * Authors:
25 * Kristian Høgsberg <krh@bitplanet.net>
26 */
27
28 #include <stdlib.h>
29 #include <string.h>
30 #include <stdio.h>
31 #include <limits.h>
32 #include <dlfcn.h>
33 #include <fcntl.h>
34 #include <errno.h>
35 #include <unistd.h>
36 #include <xf86drm.h>
37 #include <sys/types.h>
38 #include <sys/stat.h>
39
40 #ifdef HAVE_LIBUDEV
41 #include <libudev.h>
42 #endif
43
44 #include "egl_dri2.h"
45
46
47 #ifdef HAVE_LIBUDEV
48
49 struct dri2_driver_map {
50 int vendor_id;
51 const char *driver;
52 const int *chip_ids;
53 int num_chips_ids;
54 };
55
56 const int i915_chip_ids[] = {
57 0x3577, /* PCI_CHIP_I830_M */
58 0x2562, /* PCI_CHIP_845_G */
59 0x3582, /* PCI_CHIP_I855_GM */
60 0x2572, /* PCI_CHIP_I865_G */
61 0x2582, /* PCI_CHIP_I915_G */
62 0x258a, /* PCI_CHIP_E7221_G */
63 0x2592, /* PCI_CHIP_I915_GM */
64 0x2772, /* PCI_CHIP_I945_G */
65 0x27a2, /* PCI_CHIP_I945_GM */
66 0x27ae, /* PCI_CHIP_I945_GME */
67 0x29b2, /* PCI_CHIP_Q35_G */
68 0x29c2, /* PCI_CHIP_G33_G */
69 0x29d2, /* PCI_CHIP_Q33_G */
70 0xa001, /* PCI_CHIP_IGD_G */
71 0xa011, /* Pineview */
72 };
73
74 const int i965_chip_ids[] = {
75 0x0042, /* PCI_CHIP_ILD_G */
76 0x0046, /* PCI_CHIP_ILM_G */
77 0x0102, /* PCI_CHIP_SANDYBRIDGE_GT1 */
78 0x0106, /* PCI_CHIP_SANDYBRIDGE_M_GT1 */
79 0x010a, /* PCI_CHIP_SANDYBRIDGE_S */
80 0x0112, /* PCI_CHIP_SANDYBRIDGE_GT2 */
81 0x0116, /* PCI_CHIP_SANDYBRIDGE_M_GT2 */
82 0x0122, /* PCI_CHIP_SANDYBRIDGE_GT2_PLUS */
83 0x0126, /* PCI_CHIP_SANDYBRIDGE_M_GT2_PLUS */
84 0x29a2, /* PCI_CHIP_I965_G */
85 0x2992, /* PCI_CHIP_I965_Q */
86 0x2982, /* PCI_CHIP_I965_G_1 */
87 0x2972, /* PCI_CHIP_I946_GZ */
88 0x2a02, /* PCI_CHIP_I965_GM */
89 0x2a12, /* PCI_CHIP_I965_GME */
90 0x2a42, /* PCI_CHIP_GM45_GM */
91 0x2e02, /* PCI_CHIP_IGD_E_G */
92 0x2e12, /* PCI_CHIP_Q45_G */
93 0x2e22, /* PCI_CHIP_G45_G */
94 0x2e32, /* PCI_CHIP_G41_G */
95 0x2e42, /* PCI_CHIP_B43_G */
96 0x2e92, /* PCI_CHIP_B43_G1 */
97 };
98
99 const int r100_chip_ids[] = {
100 0x4C57, /* PCI_CHIP_RADEON_LW */
101 0x4C58, /* PCI_CHIP_RADEON_LX */
102 0x4C59, /* PCI_CHIP_RADEON_LY */
103 0x4C5A, /* PCI_CHIP_RADEON_LZ */
104 0x5144, /* PCI_CHIP_RADEON_QD */
105 0x5145, /* PCI_CHIP_RADEON_QE */
106 0x5146, /* PCI_CHIP_RADEON_QF */
107 0x5147, /* PCI_CHIP_RADEON_QG */
108 0x5159, /* PCI_CHIP_RADEON_QY */
109 0x515A, /* PCI_CHIP_RADEON_QZ */
110 0x5157, /* PCI_CHIP_RV200_QW */
111 0x5158, /* PCI_CHIP_RV200_QX */
112 0x515E, /* PCI_CHIP_RN50_515E */
113 0x5969, /* PCI_CHIP_RN50_5969 */
114 0x4136, /* PCI_CHIP_RS100_4136 */
115 0x4336, /* PCI_CHIP_RS100_4336 */
116 0x4137, /* PCI_CHIP_RS200_4137 */
117 0x4337, /* PCI_CHIP_RS200_4337 */
118 0x4237, /* PCI_CHIP_RS250_4237 */
119 0x4437, /* PCI_CHIP_RS250_4437 */
120 };
121
122 const int r200_chip_ids[] = {
123 0x5148, /* PCI_CHIP_R200_QH */
124 0x514C, /* PCI_CHIP_R200_QL */
125 0x514D, /* PCI_CHIP_R200_QM */
126 0x4242, /* PCI_CHIP_R200_BB */
127 0x4966, /* PCI_CHIP_RV250_If */
128 0x4967, /* PCI_CHIP_RV250_Ig */
129 0x4C64, /* PCI_CHIP_RV250_Ld */
130 0x4C66, /* PCI_CHIP_RV250_Lf */
131 0x4C67, /* PCI_CHIP_RV250_Lg */
132 0x5960, /* PCI_CHIP_RV280_5960 */
133 0x5961, /* PCI_CHIP_RV280_5961 */
134 0x5962, /* PCI_CHIP_RV280_5962 */
135 0x5964, /* PCI_CHIP_RV280_5964 */
136 0x5965, /* PCI_CHIP_RV280_5965 */
137 0x5C61, /* PCI_CHIP_RV280_5C61 */
138 0x5C63, /* PCI_CHIP_RV280_5C63 */
139 0x5834, /* PCI_CHIP_RS300_5834 */
140 0x5835, /* PCI_CHIP_RS300_5835 */
141 0x7834, /* PCI_CHIP_RS350_7834 */
142 0x7835, /* PCI_CHIP_RS350_7835 */
143 };
144
145 const int r300_chip_ids[] = {
146 0x4144, /* PCI_CHIP_R300_AD */
147 0x4145, /* PCI_CHIP_R300_AE */
148 0x4146, /* PCI_CHIP_R300_AF */
149 0x4147, /* PCI_CHIP_R300_AG */
150 0x4E44, /* PCI_CHIP_R300_ND */
151 0x4E45, /* PCI_CHIP_R300_NE */
152 0x4E46, /* PCI_CHIP_R300_NF */
153 0x4E47, /* PCI_CHIP_R300_NG */
154 0x4E48, /* PCI_CHIP_R350_NH */
155 0x4E49, /* PCI_CHIP_R350_NI */
156 0x4E4B, /* PCI_CHIP_R350_NK */
157 0x4148, /* PCI_CHIP_R350_AH */
158 0x4149, /* PCI_CHIP_R350_AI */
159 0x414A, /* PCI_CHIP_R350_AJ */
160 0x414B, /* PCI_CHIP_R350_AK */
161 0x4E4A, /* PCI_CHIP_R360_NJ */
162 0x4150, /* PCI_CHIP_RV350_AP */
163 0x4151, /* PCI_CHIP_RV350_AQ */
164 0x4152, /* PCI_CHIP_RV350_AR */
165 0x4153, /* PCI_CHIP_RV350_AS */
166 0x4154, /* PCI_CHIP_RV350_AT */
167 0x4155, /* PCI_CHIP_RV350_AU */
168 0x4156, /* PCI_CHIP_RV350_AV */
169 0x4E50, /* PCI_CHIP_RV350_NP */
170 0x4E51, /* PCI_CHIP_RV350_NQ */
171 0x4E52, /* PCI_CHIP_RV350_NR */
172 0x4E53, /* PCI_CHIP_RV350_NS */
173 0x4E54, /* PCI_CHIP_RV350_NT */
174 0x4E56, /* PCI_CHIP_RV350_NV */
175 0x5460, /* PCI_CHIP_RV370_5460 */
176 0x5462, /* PCI_CHIP_RV370_5462 */
177 0x5464, /* PCI_CHIP_RV370_5464 */
178 0x5B60, /* PCI_CHIP_RV370_5B60 */
179 0x5B62, /* PCI_CHIP_RV370_5B62 */
180 0x5B63, /* PCI_CHIP_RV370_5B63 */
181 0x5B64, /* PCI_CHIP_RV370_5B64 */
182 0x5B65, /* PCI_CHIP_RV370_5B65 */
183 0x3150, /* PCI_CHIP_RV380_3150 */
184 0x3152, /* PCI_CHIP_RV380_3152 */
185 0x3154, /* PCI_CHIP_RV380_3154 */
186 0x3155, /* PCI_CHIP_RV380_3155 */
187 0x3E50, /* PCI_CHIP_RV380_3E50 */
188 0x3E54, /* PCI_CHIP_RV380_3E54 */
189 0x4A48, /* PCI_CHIP_R420_JH */
190 0x4A49, /* PCI_CHIP_R420_JI */
191 0x4A4A, /* PCI_CHIP_R420_JJ */
192 0x4A4B, /* PCI_CHIP_R420_JK */
193 0x4A4C, /* PCI_CHIP_R420_JL */
194 0x4A4D, /* PCI_CHIP_R420_JM */
195 0x4A4E, /* PCI_CHIP_R420_JN */
196 0x4A4F, /* PCI_CHIP_R420_JO */
197 0x4A50, /* PCI_CHIP_R420_JP */
198 0x4A54, /* PCI_CHIP_R420_JT */
199 0x5548, /* PCI_CHIP_R423_UH */
200 0x5549, /* PCI_CHIP_R423_UI */
201 0x554A, /* PCI_CHIP_R423_UJ */
202 0x554B, /* PCI_CHIP_R423_UK */
203 0x5550, /* PCI_CHIP_R423_5550 */
204 0x5551, /* PCI_CHIP_R423_UQ */
205 0x5552, /* PCI_CHIP_R423_UR */
206 0x5554, /* PCI_CHIP_R423_UT */
207 0x5D57, /* PCI_CHIP_R423_5D57 */
208 0x554C, /* PCI_CHIP_R430_554C */
209 0x554D, /* PCI_CHIP_R430_554D */
210 0x554E, /* PCI_CHIP_R430_554E */
211 0x554F, /* PCI_CHIP_R430_554F */
212 0x5D48, /* PCI_CHIP_R430_5D48 */
213 0x5D49, /* PCI_CHIP_R430_5D49 */
214 0x5D4A, /* PCI_CHIP_R430_5D4A */
215 0x5D4C, /* PCI_CHIP_R480_5D4C */
216 0x5D4D, /* PCI_CHIP_R480_5D4D */
217 0x5D4E, /* PCI_CHIP_R480_5D4E */
218 0x5D4F, /* PCI_CHIP_R480_5D4F */
219 0x5D50, /* PCI_CHIP_R480_5D50 */
220 0x5D52, /* PCI_CHIP_R480_5D52 */
221 0x4B49, /* PCI_CHIP_R481_4B49 */
222 0x4B4A, /* PCI_CHIP_R481_4B4A */
223 0x4B4B, /* PCI_CHIP_R481_4B4B */
224 0x4B4C, /* PCI_CHIP_R481_4B4C */
225 0x564A, /* PCI_CHIP_RV410_564A */
226 0x564B, /* PCI_CHIP_RV410_564B */
227 0x564F, /* PCI_CHIP_RV410_564F */
228 0x5652, /* PCI_CHIP_RV410_5652 */
229 0x5653, /* PCI_CHIP_RV410_5653 */
230 0x5657, /* PCI_CHIP_RV410_5657 */
231 0x5E48, /* PCI_CHIP_RV410_5E48 */
232 0x5E4A, /* PCI_CHIP_RV410_5E4A */
233 0x5E4B, /* PCI_CHIP_RV410_5E4B */
234 0x5E4C, /* PCI_CHIP_RV410_5E4C */
235 0x5E4D, /* PCI_CHIP_RV410_5E4D */
236 0x5E4F, /* PCI_CHIP_RV410_5E4F */
237 0x5A41, /* PCI_CHIP_RS400_5A41 */
238 0x5A42, /* PCI_CHIP_RS400_5A42 */
239 0x5A61, /* PCI_CHIP_RC410_5A61 */
240 0x5A62, /* PCI_CHIP_RC410_5A62 */
241 0x5954, /* PCI_CHIP_RS480_5954 */
242 0x5955, /* PCI_CHIP_RS480_5955 */
243 0x5974, /* PCI_CHIP_RS482_5974 */
244 0x5975, /* PCI_CHIP_RS482_5975 */
245 0x7100, /* PCI_CHIP_R520_7100 */
246 0x7101, /* PCI_CHIP_R520_7101 */
247 0x7102, /* PCI_CHIP_R520_7102 */
248 0x7103, /* PCI_CHIP_R520_7103 */
249 0x7104, /* PCI_CHIP_R520_7104 */
250 0x7105, /* PCI_CHIP_R520_7105 */
251 0x7106, /* PCI_CHIP_R520_7106 */
252 0x7108, /* PCI_CHIP_R520_7108 */
253 0x7109, /* PCI_CHIP_R520_7109 */
254 0x710A, /* PCI_CHIP_R520_710A */
255 0x710B, /* PCI_CHIP_R520_710B */
256 0x710C, /* PCI_CHIP_R520_710C */
257 0x710E, /* PCI_CHIP_R520_710E */
258 0x710F, /* PCI_CHIP_R520_710F */
259 0x7140, /* PCI_CHIP_RV515_7140 */
260 0x7141, /* PCI_CHIP_RV515_7141 */
261 0x7142, /* PCI_CHIP_RV515_7142 */
262 0x7143, /* PCI_CHIP_RV515_7143 */
263 0x7144, /* PCI_CHIP_RV515_7144 */
264 0x7145, /* PCI_CHIP_RV515_7145 */
265 0x7146, /* PCI_CHIP_RV515_7146 */
266 0x7147, /* PCI_CHIP_RV515_7147 */
267 0x7149, /* PCI_CHIP_RV515_7149 */
268 0x714A, /* PCI_CHIP_RV515_714A */
269 0x714B, /* PCI_CHIP_RV515_714B */
270 0x714C, /* PCI_CHIP_RV515_714C */
271 0x714D, /* PCI_CHIP_RV515_714D */
272 0x714E, /* PCI_CHIP_RV515_714E */
273 0x714F, /* PCI_CHIP_RV515_714F */
274 0x7151, /* PCI_CHIP_RV515_7151 */
275 0x7152, /* PCI_CHIP_RV515_7152 */
276 0x7153, /* PCI_CHIP_RV515_7153 */
277 0x715E, /* PCI_CHIP_RV515_715E */
278 0x715F, /* PCI_CHIP_RV515_715F */
279 0x7180, /* PCI_CHIP_RV515_7180 */
280 0x7181, /* PCI_CHIP_RV515_7181 */
281 0x7183, /* PCI_CHIP_RV515_7183 */
282 0x7186, /* PCI_CHIP_RV515_7186 */
283 0x7187, /* PCI_CHIP_RV515_7187 */
284 0x7188, /* PCI_CHIP_RV515_7188 */
285 0x718A, /* PCI_CHIP_RV515_718A */
286 0x718B, /* PCI_CHIP_RV515_718B */
287 0x718C, /* PCI_CHIP_RV515_718C */
288 0x718D, /* PCI_CHIP_RV515_718D */
289 0x718F, /* PCI_CHIP_RV515_718F */
290 0x7193, /* PCI_CHIP_RV515_7193 */
291 0x7196, /* PCI_CHIP_RV515_7196 */
292 0x719B, /* PCI_CHIP_RV515_719B */
293 0x719F, /* PCI_CHIP_RV515_719F */
294 0x7200, /* PCI_CHIP_RV515_7200 */
295 0x7210, /* PCI_CHIP_RV515_7210 */
296 0x7211, /* PCI_CHIP_RV515_7211 */
297 0x71C0, /* PCI_CHIP_RV530_71C0 */
298 0x71C1, /* PCI_CHIP_RV530_71C1 */
299 0x71C2, /* PCI_CHIP_RV530_71C2 */
300 0x71C3, /* PCI_CHIP_RV530_71C3 */
301 0x71C4, /* PCI_CHIP_RV530_71C4 */
302 0x71C5, /* PCI_CHIP_RV530_71C5 */
303 0x71C6, /* PCI_CHIP_RV530_71C6 */
304 0x71C7, /* PCI_CHIP_RV530_71C7 */
305 0x71CD, /* PCI_CHIP_RV530_71CD */
306 0x71CE, /* PCI_CHIP_RV530_71CE */
307 0x71D2, /* PCI_CHIP_RV530_71D2 */
308 0x71D4, /* PCI_CHIP_RV530_71D4 */
309 0x71D5, /* PCI_CHIP_RV530_71D5 */
310 0x71D6, /* PCI_CHIP_RV530_71D6 */
311 0x71DA, /* PCI_CHIP_RV530_71DA */
312 0x71DE, /* PCI_CHIP_RV530_71DE */
313 0x7281, /* PCI_CHIP_RV560_7281 */
314 0x7283, /* PCI_CHIP_RV560_7283 */
315 0x7287, /* PCI_CHIP_RV560_7287 */
316 0x7290, /* PCI_CHIP_RV560_7290 */
317 0x7291, /* PCI_CHIP_RV560_7291 */
318 0x7293, /* PCI_CHIP_RV560_7293 */
319 0x7297, /* PCI_CHIP_RV560_7297 */
320 0x7280, /* PCI_CHIP_RV570_7280 */
321 0x7288, /* PCI_CHIP_RV570_7288 */
322 0x7289, /* PCI_CHIP_RV570_7289 */
323 0x728B, /* PCI_CHIP_RV570_728B */
324 0x728C, /* PCI_CHIP_RV570_728C */
325 0x7240, /* PCI_CHIP_R580_7240 */
326 0x7243, /* PCI_CHIP_R580_7243 */
327 0x7244, /* PCI_CHIP_R580_7244 */
328 0x7245, /* PCI_CHIP_R580_7245 */
329 0x7246, /* PCI_CHIP_R580_7246 */
330 0x7247, /* PCI_CHIP_R580_7247 */
331 0x7248, /* PCI_CHIP_R580_7248 */
332 0x7249, /* PCI_CHIP_R580_7249 */
333 0x724A, /* PCI_CHIP_R580_724A */
334 0x724B, /* PCI_CHIP_R580_724B */
335 0x724C, /* PCI_CHIP_R580_724C */
336 0x724D, /* PCI_CHIP_R580_724D */
337 0x724E, /* PCI_CHIP_R580_724E */
338 0x724F, /* PCI_CHIP_R580_724F */
339 0x7284, /* PCI_CHIP_R580_7284 */
340 0x793F, /* PCI_CHIP_RS600_793F */
341 0x7941, /* PCI_CHIP_RS600_7941 */
342 0x7942, /* PCI_CHIP_RS600_7942 */
343 0x791E, /* PCI_CHIP_RS690_791E */
344 0x791F, /* PCI_CHIP_RS690_791F */
345 0x796C, /* PCI_CHIP_RS740_796C */
346 0x796D, /* PCI_CHIP_RS740_796D */
347 0x796E, /* PCI_CHIP_RS740_796E */
348 0x796F, /* PCI_CHIP_RS740_796F */
349 };
350
351 const int r600_chip_ids[] = {
352 0x9400, /* PCI_CHIP_R600_9400 */
353 0x9401, /* PCI_CHIP_R600_9401 */
354 0x9402, /* PCI_CHIP_R600_9402 */
355 0x9403, /* PCI_CHIP_R600_9403 */
356 0x9405, /* PCI_CHIP_R600_9405 */
357 0x940A, /* PCI_CHIP_R600_940A */
358 0x940B, /* PCI_CHIP_R600_940B */
359 0x940F, /* PCI_CHIP_R600_940F */
360 0x94C0, /* PCI_CHIP_RV610_94C0 */
361 0x94C1, /* PCI_CHIP_RV610_94C1 */
362 0x94C3, /* PCI_CHIP_RV610_94C3 */
363 0x94C4, /* PCI_CHIP_RV610_94C4 */
364 0x94C5, /* PCI_CHIP_RV610_94C5 */
365 0x94C6, /* PCI_CHIP_RV610_94C6 */
366 0x94C7, /* PCI_CHIP_RV610_94C7 */
367 0x94C8, /* PCI_CHIP_RV610_94C8 */
368 0x94C9, /* PCI_CHIP_RV610_94C9 */
369 0x94CB, /* PCI_CHIP_RV610_94CB */
370 0x94CC, /* PCI_CHIP_RV610_94CC */
371 0x94CD, /* PCI_CHIP_RV610_94CD */
372 0x9580, /* PCI_CHIP_RV630_9580 */
373 0x9581, /* PCI_CHIP_RV630_9581 */
374 0x9583, /* PCI_CHIP_RV630_9583 */
375 0x9586, /* PCI_CHIP_RV630_9586 */
376 0x9587, /* PCI_CHIP_RV630_9587 */
377 0x9588, /* PCI_CHIP_RV630_9588 */
378 0x9589, /* PCI_CHIP_RV630_9589 */
379 0x958A, /* PCI_CHIP_RV630_958A */
380 0x958B, /* PCI_CHIP_RV630_958B */
381 0x958C, /* PCI_CHIP_RV630_958C */
382 0x958D, /* PCI_CHIP_RV630_958D */
383 0x958E, /* PCI_CHIP_RV630_958E */
384 0x958F, /* PCI_CHIP_RV630_958F */
385 0x9500, /* PCI_CHIP_RV670_9500 */
386 0x9501, /* PCI_CHIP_RV670_9501 */
387 0x9504, /* PCI_CHIP_RV670_9504 */
388 0x9505, /* PCI_CHIP_RV670_9505 */
389 0x9506, /* PCI_CHIP_RV670_9506 */
390 0x9507, /* PCI_CHIP_RV670_9507 */
391 0x9508, /* PCI_CHIP_RV670_9508 */
392 0x9509, /* PCI_CHIP_RV670_9509 */
393 0x950F, /* PCI_CHIP_RV670_950F */
394 0x9511, /* PCI_CHIP_RV670_9511 */
395 0x9515, /* PCI_CHIP_RV670_9515 */
396 0x9517, /* PCI_CHIP_RV670_9517 */
397 0x9519, /* PCI_CHIP_RV670_9519 */
398 0x95C0, /* PCI_CHIP_RV620_95C0 */
399 0x95C2, /* PCI_CHIP_RV620_95C2 */
400 0x95C4, /* PCI_CHIP_RV620_95C4 */
401 0x95C5, /* PCI_CHIP_RV620_95C5 */
402 0x95C6, /* PCI_CHIP_RV620_95C6 */
403 0x95C7, /* PCI_CHIP_RV620_95C7 */
404 0x95C9, /* PCI_CHIP_RV620_95C9 */
405 0x95CC, /* PCI_CHIP_RV620_95CC */
406 0x95CD, /* PCI_CHIP_RV620_95CD */
407 0x95CE, /* PCI_CHIP_RV620_95CE */
408 0x95CF, /* PCI_CHIP_RV620_95CF */
409 0x9590, /* PCI_CHIP_RV635_9590 */
410 0x9591, /* PCI_CHIP_RV635_9591 */
411 0x9593, /* PCI_CHIP_RV635_9593 */
412 0x9595, /* PCI_CHIP_RV635_9595 */
413 0x9596, /* PCI_CHIP_RV635_9596 */
414 0x9597, /* PCI_CHIP_RV635_9597 */
415 0x9598, /* PCI_CHIP_RV635_9598 */
416 0x9599, /* PCI_CHIP_RV635_9599 */
417 0x959B, /* PCI_CHIP_RV635_959B */
418 0x9610, /* PCI_CHIP_RS780_9610 */
419 0x9611, /* PCI_CHIP_RS780_9611 */
420 0x9612, /* PCI_CHIP_RS780_9612 */
421 0x9613, /* PCI_CHIP_RS780_9613 */
422 0x9614, /* PCI_CHIP_RS780_9614 */
423 0x9615, /* PCI_CHIP_RS780_9615 */
424 0x9616, /* PCI_CHIP_RS780_9616 */
425 0x9710, /* PCI_CHIP_RS880_9710 */
426 0x9711, /* PCI_CHIP_RS880_9711 */
427 0x9712, /* PCI_CHIP_RS880_9712 */
428 0x9713, /* PCI_CHIP_RS880_9713 */
429 0x9714, /* PCI_CHIP_RS880_9714 */
430 0x9715, /* PCI_CHIP_RS880_9715 */
431 0x9440, /* PCI_CHIP_RV770_9440 */
432 0x9441, /* PCI_CHIP_RV770_9441 */
433 0x9442, /* PCI_CHIP_RV770_9442 */
434 0x9443, /* PCI_CHIP_RV770_9443 */
435 0x9444, /* PCI_CHIP_RV770_9444 */
436 0x9446, /* PCI_CHIP_RV770_9446 */
437 0x944A, /* PCI_CHIP_RV770_944A */
438 0x944B, /* PCI_CHIP_RV770_944B */
439 0x944C, /* PCI_CHIP_RV770_944C */
440 0x944E, /* PCI_CHIP_RV770_944E */
441 0x9450, /* PCI_CHIP_RV770_9450 */
442 0x9452, /* PCI_CHIP_RV770_9452 */
443 0x9456, /* PCI_CHIP_RV770_9456 */
444 0x945A, /* PCI_CHIP_RV770_945A */
445 0x945B, /* PCI_CHIP_RV770_945B */
446 0x945E, /* PCI_CHIP_RV770_945E */
447 0x9460, /* PCI_CHIP_RV790_9460 */
448 0x9462, /* PCI_CHIP_RV790_9462 */
449 0x946A, /* PCI_CHIP_RV770_946A */
450 0x946B, /* PCI_CHIP_RV770_946B */
451 0x947A, /* PCI_CHIP_RV770_947A */
452 0x947B, /* PCI_CHIP_RV770_947B */
453 0x9480, /* PCI_CHIP_RV730_9480 */
454 0x9487, /* PCI_CHIP_RV730_9487 */
455 0x9488, /* PCI_CHIP_RV730_9488 */
456 0x9489, /* PCI_CHIP_RV730_9489 */
457 0x948A, /* PCI_CHIP_RV730_948A */
458 0x948F, /* PCI_CHIP_RV730_948F */
459 0x9490, /* PCI_CHIP_RV730_9490 */
460 0x9491, /* PCI_CHIP_RV730_9491 */
461 0x9495, /* PCI_CHIP_RV730_9495 */
462 0x9498, /* PCI_CHIP_RV730_9498 */
463 0x949C, /* PCI_CHIP_RV730_949C */
464 0x949E, /* PCI_CHIP_RV730_949E */
465 0x949F, /* PCI_CHIP_RV730_949F */
466 0x9540, /* PCI_CHIP_RV710_9540 */
467 0x9541, /* PCI_CHIP_RV710_9541 */
468 0x9542, /* PCI_CHIP_RV710_9542 */
469 0x954E, /* PCI_CHIP_RV710_954E */
470 0x954F, /* PCI_CHIP_RV710_954F */
471 0x9552, /* PCI_CHIP_RV710_9552 */
472 0x9553, /* PCI_CHIP_RV710_9553 */
473 0x9555, /* PCI_CHIP_RV710_9555 */
474 0x9557, /* PCI_CHIP_RV710_9557 */
475 0x955F, /* PCI_CHIP_RV710_955F */
476 0x94A0, /* PCI_CHIP_RV740_94A0 */
477 0x94A1, /* PCI_CHIP_RV740_94A1 */
478 0x94A3, /* PCI_CHIP_RV740_94A3 */
479 0x94B1, /* PCI_CHIP_RV740_94B1 */
480 0x94B3, /* PCI_CHIP_RV740_94B3 */
481 0x94B4, /* PCI_CHIP_RV740_94B4 */
482 0x94B5, /* PCI_CHIP_RV740_94B5 */
483 0x94B9, /* PCI_CHIP_RV740_94B9 */
484 0x68E0, /* PCI_CHIP_CEDAR_68E0 */
485 0x68E1, /* PCI_CHIP_CEDAR_68E1 */
486 0x68E4, /* PCI_CHIP_CEDAR_68E4 */
487 0x68E5, /* PCI_CHIP_CEDAR_68E5 */
488 0x68E8, /* PCI_CHIP_CEDAR_68E8 */
489 0x68E9, /* PCI_CHIP_CEDAR_68E9 */
490 0x68F1, /* PCI_CHIP_CEDAR_68F1 */
491 0x68F2, /* PCI_CHIP_CEDAR_68F2 */
492 0x68F8, /* PCI_CHIP_CEDAR_68F8 */
493 0x68F9, /* PCI_CHIP_CEDAR_68F9 */
494 0x68FE, /* PCI_CHIP_CEDAR_68FE */
495 0x68C0, /* PCI_CHIP_REDWOOD_68C0 */
496 0x68C1, /* PCI_CHIP_REDWOOD_68C1 */
497 0x68C8, /* PCI_CHIP_REDWOOD_68C8 */
498 0x68C9, /* PCI_CHIP_REDWOOD_68C9 */
499 0x68D8, /* PCI_CHIP_REDWOOD_68D8 */
500 0x68D9, /* PCI_CHIP_REDWOOD_68D9 */
501 0x68DA, /* PCI_CHIP_REDWOOD_68DA */
502 0x68DE, /* PCI_CHIP_REDWOOD_68DE */
503 0x68A0, /* PCI_CHIP_JUNIPER_68A0 */
504 0x68A1, /* PCI_CHIP_JUNIPER_68A1 */
505 0x68A8, /* PCI_CHIP_JUNIPER_68A8 */
506 0x68A9, /* PCI_CHIP_JUNIPER_68A9 */
507 0x68B0, /* PCI_CHIP_JUNIPER_68B0 */
508 0x68B8, /* PCI_CHIP_JUNIPER_68B8 */
509 0x68B9, /* PCI_CHIP_JUNIPER_68B9 */
510 0x68BA, /* PCI_CHIP_JUNIPER_68BA */
511 0x68BE, /* PCI_CHIP_JUNIPER_68BE */
512 0x68BF, /* PCI_CHIP_JUNIPER_68BF */
513 0x6880, /* PCI_CHIP_CYPRESS_6880 */
514 0x6888, /* PCI_CHIP_CYPRESS_6888 */
515 0x6889, /* PCI_CHIP_CYPRESS_6889 */
516 0x688A, /* PCI_CHIP_CYPRESS_688A */
517 0x6898, /* PCI_CHIP_CYPRESS_6898 */
518 0x6899, /* PCI_CHIP_CYPRESS_6899 */
519 0x689B, /* PCI_CHIP_CYPRESS_689B */
520 0x689E, /* PCI_CHIP_CYPRESS_689E */
521 0x689C, /* PCI_CHIP_HEMLOCK_689C */
522 0x689D, /* PCI_CHIP_HEMLOCK_689D */
523 0x9802, /* PCI_CHIP_PALM_9802 */
524 0x9803, /* PCI_CHIP_PALM_9803 */
525 0x9804, /* PCI_CHIP_PALM_9804 */
526 0x9805, /* PCI_CHIP_PALM_9805 */
527 0x9806, /* PCI_CHIP_PALM_9806 */
528 0x9807, /* PCI_CHIP_PALM_9807 */
529 0x6720, /* PCI_CHIP_BARTS_6720 */
530 0x6721, /* PCI_CHIP_BARTS_6721 */
531 0x6722, /* PCI_CHIP_BARTS_6722 */
532 0x6723, /* PCI_CHIP_BARTS_6723 */
533 0x6724, /* PCI_CHIP_BARTS_6724 */
534 0x6725, /* PCI_CHIP_BARTS_6725 */
535 0x6726, /* PCI_CHIP_BARTS_6726 */
536 0x6727, /* PCI_CHIP_BARTS_6727 */
537 0x6728, /* PCI_CHIP_BARTS_6728 */
538 0x6729, /* PCI_CHIP_BARTS_6729 */
539 0x6738, /* PCI_CHIP_BARTS_6738 */
540 0x6739, /* PCI_CHIP_BARTS_6738 */
541 0x673E, /* PCI_CHIP_BARTS_673E */
542 0x6740, /* PCI_CHIP_TURKS_6740 */
543 0x6741, /* PCI_CHIP_TURKS_6741 */
544 0x6742, /* PCI_CHIP_TURKS_6742 */
545 0x6743, /* PCI_CHIP_TURKS_6743 */
546 0x6744, /* PCI_CHIP_TURKS_6744 */
547 0x6745, /* PCI_CHIP_TURKS_6745 */
548 0x6746, /* PCI_CHIP_TURKS_6746 */
549 0x6747, /* PCI_CHIP_TURKS_6747 */
550 0x6748, /* PCI_CHIP_TURKS_6748 */
551 0x6749, /* PCI_CHIP_TURKS_6749 */
552 0x6750, /* PCI_CHIP_TURKS_6750 */
553 0x6758, /* PCI_CHIP_TURKS_6758 */
554 0x6759, /* PCI_CHIP_TURKS_6759 */
555 0x6760, /* PCI_CHIP_CAICOS_6760 */
556 0x6761, /* PCI_CHIP_CAICOS_6761 */
557 0x6762, /* PCI_CHIP_CAICOS_6762 */
558 0x6763, /* PCI_CHIP_CAICOS_6763 */
559 0x6764, /* PCI_CHIP_CAICOS_6764 */
560 0x6765, /* PCI_CHIP_CAICOS_6765 */
561 0x6766, /* PCI_CHIP_CAICOS_6766 */
562 0x6767, /* PCI_CHIP_CAICOS_6767 */
563 0x6768, /* PCI_CHIP_CAICOS_6768 */
564 0x6770, /* PCI_CHIP_CAICOS_6770 */
565 0x6779, /* PCI_CHIP_CAICOS_6779 */
566 };
567
568 const struct dri2_driver_map driver_map[] = {
569 { 0x8086, "i915", i915_chip_ids, ARRAY_SIZE(i915_chip_ids) },
570 { 0x8086, "i965", i965_chip_ids, ARRAY_SIZE(i965_chip_ids) },
571 { 0x1002, "radeon", r100_chip_ids, ARRAY_SIZE(r100_chip_ids) },
572 { 0x1002, "r200", r200_chip_ids, ARRAY_SIZE(r200_chip_ids) },
573 { 0x1002, "r300", r300_chip_ids, ARRAY_SIZE(r300_chip_ids) },
574 { 0x1002, "r600", r600_chip_ids, ARRAY_SIZE(r600_chip_ids) },
575 { 0x10de, "nouveau", NULL, -1 },
576 };
577
578 static char *
579 dri2_get_device_name(int fd)
580 {
581 struct udev *udev;
582 struct udev_device *device;
583 struct stat buf;
584 char *device_name;
585
586 udev = udev_new();
587 if (fstat(fd, &buf) < 0) {
588 _eglLog(_EGL_WARNING, "EGL-DRI2: failed to stat fd %d", fd);
589 goto out;
590 }
591
592 device = udev_device_new_from_devnum(udev, 'c', buf.st_rdev);
593 if (device == NULL) {
594 _eglLog(_EGL_WARNING,
595 "EGL-DRI2: could not create udev device for fd %d", fd);
596 goto out;
597 }
598
599 device_name = udev_device_get_devnode(device);
600 if (!device_name)
601 goto out;
602 device_name = strdup(device_name);
603
604 out:
605 udev_device_unref(device);
606 udev_unref(udev);
607
608 return device_name;
609 }
610
611 char *
612 dri2_get_driver_for_fd(int fd)
613 {
614 struct udev *udev;
615 struct udev_device *device, *parent;
616 struct stat buf;
617 const char *pci_id;
618 char *driver = NULL;
619 int vendor_id, chip_id, i, j;
620
621 udev = udev_new();
622 if (fstat(fd, &buf) < 0) {
623 _eglLog(_EGL_WARNING, "EGL-DRI2: failed to stat fd %d", fd);
624 goto out;
625 }
626
627 device = udev_device_new_from_devnum(udev, 'c', buf.st_rdev);
628 if (device == NULL) {
629 _eglLog(_EGL_WARNING,
630 "EGL-DRI2: could not create udev device for fd %d", fd);
631 goto out;
632 }
633
634 parent = udev_device_get_parent(device);
635 if (parent == NULL) {
636 _eglLog(_EGL_WARNING, "DRI2: could not get parent device");
637 goto out;
638 }
639
640 pci_id = udev_device_get_property_value(parent, "PCI_ID");
641 if (pci_id == NULL || sscanf(pci_id, "%x:%x", &vendor_id, &chip_id) != 2) {
642 _eglLog(_EGL_WARNING, "EGL-DRI2: malformed or no PCI ID");
643 goto out;
644 }
645
646 for (i = 0; i < ARRAY_SIZE(driver_map); i++) {
647 if (vendor_id != driver_map[i].vendor_id)
648 continue;
649 if (driver_map[i].num_chips_ids == -1) {
650 driver = strdup(driver_map[i].driver);
651 _eglLog(_EGL_DEBUG, "pci id for %d: %04x:%04x, driver %s",
652 fd, vendor_id, chip_id, driver);
653 goto out;
654 }
655
656 for (j = 0; j < driver_map[i].num_chips_ids; j++)
657 if (driver_map[i].chip_ids[j] == chip_id) {
658 driver = strdup(driver_map[i].driver);
659 _eglLog(_EGL_DEBUG, "pci id for %d: %04x:%04x, driver %s",
660 fd, vendor_id, chip_id, driver);
661 goto out;
662 }
663 }
664
665 out:
666 udev_device_unref(device);
667 udev_unref(udev);
668
669 return driver;
670 }
671
672 static int
673 dri2_drm_authenticate(_EGLDisplay *disp, uint32_t id)
674 {
675 struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp);
676
677 return drmAuthMagic(dri2_dpy->fd, id);
678 }
679
680 EGLBoolean
681 dri2_initialize_drm(_EGLDriver *drv, _EGLDisplay *disp)
682 {
683 struct dri2_egl_display *dri2_dpy;
684 int i;
685
686 dri2_dpy = malloc(sizeof *dri2_dpy);
687 if (!dri2_dpy)
688 return _eglError(EGL_BAD_ALLOC, "eglInitialize");
689
690 memset(dri2_dpy, 0, sizeof *dri2_dpy);
691
692 disp->DriverData = (void *) dri2_dpy;
693 dri2_dpy->fd = (int) (intptr_t) disp->PlatformDisplay;
694
695 dri2_dpy->driver_name = dri2_get_driver_for_fd(dri2_dpy->fd);
696 if (dri2_dpy->driver_name == NULL)
697 return _eglError(EGL_BAD_ALLOC, "DRI2: failed to get driver name");
698
699 dri2_dpy->device_name = dri2_get_device_name(dri2_dpy->fd);
700 if (dri2_dpy->device_name == NULL) {
701 _eglError(EGL_BAD_ALLOC, "DRI2: failed to get device name");
702 goto cleanup_driver_name;
703 }
704
705 if (!dri2_load_driver(disp))
706 goto cleanup_device_name;
707
708 dri2_dpy->extensions[0] = &image_lookup_extension.base;
709 dri2_dpy->extensions[1] = &use_invalidate.base;
710 dri2_dpy->extensions[2] = NULL;
711
712 if (!dri2_create_screen(disp))
713 goto cleanup_driver;
714
715 for (i = 0; dri2_dpy->driver_configs[i]; i++)
716 dri2_add_config(disp, dri2_dpy->driver_configs[i], i + 1, 0, 0, NULL);
717
718 #ifdef HAVE_WAYLAND_PLATFORM
719 disp->Extensions.WL_bind_wayland_display = EGL_TRUE;
720 #endif
721 dri2_dpy->authenticate = dri2_drm_authenticate;
722
723 /* we're supporting EGL 1.4 */
724 disp->VersionMajor = 1;
725 disp->VersionMinor = 4;
726
727 return EGL_TRUE;
728
729 cleanup_driver:
730 dlclose(dri2_dpy->driver);
731 cleanup_device_name:
732 free(dri2_dpy->device_name);
733 cleanup_driver_name:
734 free(dri2_dpy->driver_name);
735
736 return EGL_FALSE;
737 }
738
739 #endif