OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BusID
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libva/va/x11/
dri1_util.c
82
char *
BusID
;
104
&dri_state->hSAREA, &
BusID
))
108
dri_state->base.fd = drmOpenOnce(NULL,
BusID
, &newlyopened);
109
XFree(
BusID
);
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c
106
xorg_tracker_available_options(int chipid, int
busid
)
127
char *
BusID
= malloc(64);
128
sprintf(
BusID
, "pci:%04x:%02x:%02x.%d",
132
if (drmCheckModesettingSupported(
BusID
)) {
134
"Drm modesetting not supported %s\n",
BusID
);
135
free(
BusID
);
140
"Drm modesetting supported on %s\n",
BusID
);
142
free(
BusID
);
277
char *
BusID
;
279
BusID
= malloc(64)
[
all
...]
/external/mesa3d/src/glx/
dri_glx.c
324
char *
BusID
;
350
if (!XF86DRIOpenConnection(dpy, scrn, &hSAREA, &
BusID
)) {
355
fd = drmOpenOnce(NULL,
BusID
, &newlyopened);
357
Xfree(
BusID
); /* No longer needed */
/external/libdrm/
xf86drm.c
208
* Compare two
busid
strings
549
* \param
busid
bus ID.
560
static int drmOpenByBusid(const char *
busid
, int type)
571
drmMsg("drmOpenByBusid: Searching for
BusID
%s\n",
busid
);
596
if (buf && drmMatchBusID(buf,
busid
, pci_domain_ok)) {
637
* already in use. If it's in use it will have a
busid
assigned already.
681
if (*pt) { /* Found
busid
*/
683
} else { /* No
busid
*/
704
* \param
busid
bus ID. Zero if not known
[
all
...]
Completed in 83 milliseconds