OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:busid
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_winsys.h
47
const OptionInfoRec * xorg_tracker_available_options(int chipid, int
busid
);
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/gallium/state_trackers/xorg/
xorg_winsys.h
47
const OptionInfoRec * xorg_tracker_available_options(int chipid, int
busid
);
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/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c
130
char *
busid
;
local
140
busid
= DRICreatePCIBusID(device);
142
ret = nouveau_device_open(
busid
, &dev);
145
free(
busid
);
152
ret = drmCheckModesettingSupported(
busid
);
153
free(
busid
);
/external/mesa3d/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c
130
char *
busid
;
local
140
busid
= DRICreatePCIBusID(device);
142
ret = nouveau_device_open(
busid
, &dev);
145
free(
busid
);
152
ret = drmCheckModesettingSupported(
busid
);
153
free(
busid
);
Completed in 99 milliseconds