HomeSort by relevance Sort by last modified time
    Searched refs:drmOpen (Results 1 - 8 of 8) sorted by null

  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_device.c 114 fd = drmOpen("nouveau", busid);
  /hardware/intel/img/libdrm/tests/
drmstat.c 147 if ((fd = drmOpen(optarg, NULL)) < 0) {
153 if ((fd = drmOpen(NULL, optarg)) < 0) {
  /hardware/intel/img/libdrm/tests/modeprint/
modeprint.c 381 fd = drmOpen(module_name, NULL);
  /hardware/intel/img/libdrm/libdrm/
xf86drm.h 518 extern int drmOpen(const char *name, const char *busid);
xf86drm.c 630 int drmOpen(const char *name, const char *busid)
802 * modified drmOpen to handle both busid and name
    [all...]
  /hardware/intel/img/libdrm/tests/modetest/
modetest.c 589 fd = drmOpen(modules[i], NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_driver.c 286 ms->fd = drmOpen(driver_descriptor.driver_name, BusID);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 286 ms->fd = drmOpen(driver_descriptor.driver_name, BusID);
    [all...]

Completed in 258 milliseconds